ispCP - Board - Support
debian errors - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: debian errors (/thread-3974.html)

Pages: 1 2


RE: debian errors - gOOvER - 08-28-2008 12:45 PM

Yesterday i installed ispcp on etch without any problems. Did you change the password before running setup? If not try an empty password.


RE: debian errors - robmorin - 08-28-2008 10:31 PM

I might have changed the password after..... i cannot remember as i had a couple of package issues.... i should just blank out the password in the ispcp.conf file?

Thanks..
rob

gOOvER Wrote:Yesterday i installed ispcp on etch without any problems. Did you change the password before running setup? If not try an empty password.



RE: debian errors - robmorin - 08-29-2008 11:35 PM

Solved my issue is that a package named php5-mcrypt was not installed. For some reason some packages do not get install via the command line in the install instructions that says....

apt-get install $(cat ./docs/Debian/debian-packages-etch)

Does not actually install everything as there were a few others that did not get installed either...

Just a FYI

Have a good one
ROb..



redrack Wrote:Hello i made the installation on debian and when i browse the http://my-srv-ip/ i got this:

Fatal error: Uncaught exception 'Exception' with message 'Database error: Not connected to default' in /var/www/ispcp/gui/include/class.database.php:21 Stack trace: #0 /var/www/ispcp/gui/include/i18n.php(66): Database::getInstance() #1 /var/www/ispcp/gui/include/system-message.php(49): tr('ispCP Error') #2 /var/www/ispcp/gui/include/ispcp-config.php(62): system_message('ERROR: The php-...') #3 /var/www/ispcp/gui/include/sql.php(26): decrypt_db_password('NH9ji5P+Odo=') #4 /var/www/ispcp/gui/include/ispcp-lib.php(54): require_once('/var/www/ispcp/...') #5 /var/www/ispcp/gui/index.php(21): require('/var/www/ispcp/...') #6 {main} thrown in /var/www/ispcp/gui/include/class.database.php on line 21


and on http://my-srv-ip/admin/

i got this:


Fatal error: Uncaught exception 'Exception' with message 'Database error: Not connected to default' in /var/www/ispcp/gui/include/class.database.php:21 Stack trace: #0 /var/www/ispcp/gui/include/i18n.php(66): Database::getInstance() #1 /var/www/ispcp/gui/include/system-message.php(49): tr('ispCP Error') #2 /var/www/ispcp/gui/include/ispcp-config.php(62): system_message('ERROR: The php-...') #3 /var/www/ispcp/gui/include/sql.php(26): decrypt_db_password('NH9ji5P+Odo=') #4 /var/www/ispcp/gui/include/ispcp-lib.php(54): require_once('/var/www/ispcp/...') #5 /var/www/ispcp/gui/admin/index.php(21): require('/var/www/ispcp/...') #6 {main} thrown in /var/www/ispcp/gui/include/class.database.php on line 21


any ideea?