But I still can't get the posted solutions to solve my problem.
I have run the setup, downloaded the conf.inf.php and then uploaded to the live (Apache) server, checked PHPMyAdmin and the tables are all there (eg. phpwcms__phpwcms_address), but I still get the dreaded "Error while trying to connect to table """ message.
Here's the relevant part of my conf.inc.php file:
// database values
$phpwcms["db_host"] = "localhost";
$phpwcms["db_user"] = "admin";
$phpwcms["db_pass"] = *******; [masked for security - but it is correct!]
$phpwcms["db_table"] = "surflocker";
$phpwcms["db_prepend"] = "";
$phpwcms["db_pers"] = 1;
This seems to be plagueing a lot of people. Is there a definitive thread that corrects this installation error?
This seems to be a recurring problem for a lot of people....
Re: This seems to be a recurring problem for a lot of people
hellojamba wrote:But I still can't get the posted solutions to solve my problem.
I have run the setup, downloaded the conf.inf.php and then uploaded to the live (Apache) server, checked PHPMyAdmin and the tables are all there (eg. phpwcms__phpwcms_address), but I still get the dreaded "Error while trying to connect to table """ message.
Here's the relevant part of my conf.inc.php file:
// database values
$phpwcms["db_host"] = "localhost";
$phpwcms["db_user"] = "admin";
$phpwcms["db_pass"] = *******; [masked for security - but it is correct!]
$phpwcms["db_table"] = "surflocker";
$phpwcms["db_prepend"] = "";
$phpwcms["db_pers"] = 1;
This seems to be plagueing a lot of people. Is there a definitive thread that corrects this installation error?
you write that the tables in phpmyadmin where named this way phpwcms__phpwcms_address but why is the field in the connf.inc.php
$phpwcms["db_prepend"] = ""; empty? look s like you install phpwcms a several times without delting the tables before. so please delete the tables an dtry it again with out an db_prepend. leave the fiel in the setup empty!