Portable_XH 2.1 released

Third Party Plugins to CMSimple - how to install, use and create plugins

Moderator: Tata

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Portable_XH 2.1 released

Post by cmb » Sun Aug 30, 2020 8:38 pm

Ein Benutzer mit Admin-Rechten sollte kein Problem sein; es geht um die erhöhten Rechte ("als Administrator ausführen"). Jedenfalls kann man Portable_XH.bat einfachfach anpassen:

Code: Select all

 Portable_XH.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Portable_XH.bat b/Portable_XH.bat
index a12e161..e801c53 100644
--- a/Portable_XH.bat
+++ b/Portable_XH.bat
@@ -27,4 +27,4 @@ rem THE SOFTWARE.
 rem
 
 start http://localhost:8080/
-start "Portable_XH @PORTABLE_XH_VERSION@" php\php -d sendmail_path="%~dp0php\php.exe %~dp0storemail.php" -S localhost:8080 -t www %~dp0router.php
+start "Portable_XH @PORTABLE_XH_VERSION@" /d %~dp0 php\php -d sendmail_path="%~dp0php\php.exe %~dp0storemail.php" -S localhost:8080 -t www %~dp0router.php
Vielleicht sollte ich das in Portable_XH grundsätzlich tun, wobei ich die Ausführung als Administrator eher nicht unterstützen möchte – aber das kann ja jeder machen wie er möchte. :)
Christoph M. Becker – Plugins for CMSimple_XH

cmss
Posts: 244
Joined: Mon Jan 02, 2017 6:15 pm

Re: Portable_XH 2.1 released

Post by cmss » Mon Aug 31, 2020 9:33 am

Der Bentzer mit Administratorrechten funktioniert, nachdem ich dem Virenscanner darunter mühsam die php7.dll beigebracht habe( d.h. ohne enigmaVB). Der User mit eingeschränkten Rechten geht jetzt auch - die Fehlermeldungen sind wohl irreführend. Danke für die Unterstützung. (Unter Xampp hatte ich ähnliche Probleme mit verschiedenen parallelen Versionen - wohl auch daher.)

Post Reply