Although there are already some other threads about this issue I thought I'd create a new one and not just butt in somewhere else.
I've done my homeworks and searched for a possible solution on this forum and I even found some answers but they didn't help me so far or I have more questions about it.
OK, I followed the steps in the install guide thoroughly except of skipping step 6 (create new database) because I'm trying to switch over from another CMS and wanna keep the info stored in the current database.
I also made sure that the document root path and stuff is correct in the config.php (it was right from the beginning).
I think the problem is the access/login to/for the database. In some other thread I read that the DB host name might be something else than "localhost". But how can I get that info? All info I've got is the DB name, user name, and password.
I also read some other guys had problems with the /cgi-system/php.cg but I don't even have this directory/file.
Oh and I read that if the "create new table and delete all data" checkbox is unchecked when installing it may cause problems because the website encounters empty DB tables then (or something like this). But I can't delete all the data because it's a running website and my boss will kill me if I screw up anything. What could happen if I just check that checkbox? Will really all data be gone?
I'm really inexperienced when it comes to databases and I fear to screw up anything. I'd try it out myself but as I said: this is a running system and to mess around with it can lead to serious problems.
I can show you my phpinfo if that helps: http://exoticpublishing.com/phptest.php
And here is what it says when I try to access the login area directly:
Code: Select all
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /var/www/exoticpublishing.com/httpdocs/cmsmadesimple/lib/adodb_lite/adodbSQL_drivers/mysql/mysql_driver.inc on line 174
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /var/www/exoticpublishing.com/httpdocs/cmsmadesimple/lib/adodb_lite/adodbSQL_drivers/mysql/mysql_driver.inc on line 174
Warning: Cannot modify header information - headers already sent by (output started at /var/www/exoticpublishing.com/httpdocs/cmsmadesimple/lib/adodb_lite/adodbSQL_drivers/mysql/mysql_driver.inc:174) in /var/www/exoticpublishing.com/httpdocs/cmsmadesimple/admin/login.php on line 155
Warning: Cannot modify header information - headers already sent by (output started at /var/www/exoticpublishing.com/httpdocs/cmsmadesimple/lib/adodb_lite/adodbSQL_drivers/mysql/mysql_driver.inc:174) in /var/www/exoticpublishing.com/httpdocs/cmsmadesimple/admin/login.php on line 156
I'm very, very grateful for any help. Thanks in advance,
Stephan.