[I'm not sure this is the right place for this but if it isn't, please move the topic, do not delete it.Thanks.]
I am facing problem in transferring phpBB forum to new server.
Getting the error in index page:
Code:
SQL ERROR [ mysql4 ]
Table 'abdrc_forum.phpbb_config' doesn't exist [1146]
An sql error occurred while fetching this page. Please contact an administrator if this problem persists.
I am trying to import the backup of the database using Bigdump and after 96% the database is imported I am getting the following error:
Code:
Error at the line 3005: SET character_set_client = @saved_cs_client;
Query: SET character_set_client = @saved_cs_client;
MySQL: Variable 'character_set_client' can't be set to the value of 'NULL'
You would need a sql dump of the database from the old server so you can upload it onto the new server, if you can get a copy of it im sure someone will run you through setting it up again.