Just wondering if anyone can point me in the right direction, installing php-fusion on a new server and really having issues with it.
The setup procedure goes well, get all green ticks for file access on page 1, set up the database info, tables are succesfully written and i create an admin account. No problem.
However on the last page of the setup procedure, I receive errors (i assume table no found).
However the prefix of the tables it seems to be looking for are different than the prefix i set up. Even, even if I leave it at default. The config.php gives the correct prefix.
An example - I install php-fusion with a table prefix of Tab_ - when i create the admin account and move to the last page; i get a sequence of errors like such:
Quote
Table 'darkside_extranet.fusionTl3qL_users' doesn't existTable 'darkside_extranet.fusionTl3qL_settings' doesn't existTable 'darkside_extranet.fusionTl3qL_settings' doesn't existTable 'darkside_extranet.fusionTl3qL_settings' doesn't existTable 'darkside_extranet.fusionTl3qL_settings' doesn't existTable 'darkside_extranet.fusionTl3qL_settings' doesn't existTable 'darkside_extranet.fusionTl3qL_settings' doesn't existTable 'darkside_extranet.fusionTl3qL_settings' doesn't existTable 'darkside_extranet.fusionTl3qL_settings' doesn't existTable
any ideas? my web host is unsure what the cause is after we've verified sql connectivity etc, it's strange because ive installed php fusion not so long back on another server without issues.