ispCP - Board - Support
Fatal error: Uncaught exception 'Exception' - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+--- Thread: Fatal error: Uncaught exception 'Exception' (/thread-5986.html)

Pages: 1 2


RE: Fatal error: Uncaught exception 'Exception' - math - 03-13-2009 10:38 AM

Installation von php5-mcrypt brachte keine Änderung

Quote:apt-get install php5-mysql php5-mcrypt php5-curl
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut
Reading state information... Fertig
php5-mysql ist schon die neueste Version.
php5-mcrypt ist schon die neueste Version.
php5-curl ist schon die neueste Version.
The following packages were automatically installed and are no longer required:
mcpp mesa-utils liblaunchpad-integration0 xf86dga libmagick9
libc-client2002edebian libneon25 g++-4.1 xutils beforelight libclamav2
libstdc++6-4.1-dev libdmx1 libmail-spf-query-perl ico xpmutils
libnet-cidr-lite-perl libxss1 xgc xfonts-utils libjasper-1.701-1
xfonts-encodings bitmap xutils-dev libungif4g
Use 'apt-get autoremove' to remove them.
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.

Gruss M.


RE: Fatal error: Uncaught exception 'Exception' - joximu - 03-13-2009 07:10 PM

Schau dir an:
http://www.isp-control.net/ispcp/browser/trunk/gui/include/ispcp-config.php

Funktion decrypt_db_password - die Fehlermeldung auf Zeile 62 wird nur erzeugt, wenn er die mcrypt-Bibliothek nicht laden kann.

Also mal phpinfo ansehen und ggf bei eher ubuntu Kundigen das Problem mal angehen...

Hoffe, das führt zum Ziel.

/J


RE: Fatal error: Uncaught exception 'Exception' - math - 03-14-2009 09:22 PM

Jeppp!!! Wink Problem gelöst mit:
Quote: apt-get --reinstall install php5-mcrypt

Check mit:
Quote:php -i | grep mcrypt

Danke an alle für die Tips und dir joximu für den richtigen Wink! ;-)
lg m.


RE: Fatal error: Uncaught exception 'Exception' - joximu - 03-15-2009 05:46 AM

Gern geschehen Smile

dann schliess' ich mal... (um auf deine PM auch zu antworten... :-)

Gruss J