Fehler Squirrelmail/Change_SQLPass beim Ändern des Passworts: This page request could not be verified and appears to have expired Dann folgenden Patch nutzen: — change_sqlpass/functions_orig.php 2011-03-28 22:34:25.000000000 +0200 +++ change_sqlpass/functions.php 2011-03-28 22:37:29.000000000 +0200 @@ -474,7 +474,7 @@ sqgetGlobalVar(’csp_was_already_encrypted_port’, $csp_was_already_encrypted_port, SQ_SESSION); sqgetGlobalVar(’HTTP_HOST’, $HTTP_HOST, SQ_SERVER); if (empty($base_uri)) $base_uri = sqm_baseuri(); – $loc = $base_uri . ‘src/options.php?optpage=xx&optmode=submit&csp_change_success=no’; + $loc [...]
Archive for Februar, 2012
Fehlermeldung Squirrelmail/Change_SQLPass
Posted: 23rd Februar 2012 by admin in ServeradministrationFehler im phpMyAdmin: Der phpMyAdmin-Konfigurationsspeicher ist nicht vollständig konfiguriert, einige erweiterte Funktionen wurden deaktiviert. Klicken Sie hier, um herauszufinden warum. Lösung: Öffnen der Datei main.php im PhpMyAdmin-Verzeichnis. Dort Zeile 298. if ($server > 0) { ändern in if ($server > 0 AND 1 == 2) { Danach ist der Fehler weg.
df -h Filesystem Size Used Avail Capacity Mounted on /dev/ad1s1a 17G 4.0G 12G 25% / <— devfs 1.0K 1.0K 0B 100% /dev ### /usr/local/etc/snmp/snmpd.conf ### disk / 20 % # disk /tmp 20 % createUser snmpdInternalUser rouser snmpdInternalUser noauth .1 iquerySecName snmpdInternalUser agentSecName snmpdInternalUser trapsink x.x.x.x public #trap2sink x.x.x.x public monitor -r 10 [...]
- Edit /usr/ports/lang/php5/Makefile and add the following line: –with-pcre-regex So your Makefile should have: CONFIGURE_ARGS= \ –with-layout=GNU \ –localstatedir=/var \ –with-config-file-scan-dir=${PREFIX}/etc/php \ –disable-all \ –enable-libxml \ –enable-mysqlnd \ –with-libxml-dir=${LOCALBASE} \ –with-pcre-regex \ –with-zlib-dir=/usr \ –program-prefix=”" Apache restart… Finished..