Jump to content

Featured Replies

Posted

We migrated our website to a new server. But after the move, the Forum comes up with errors.

https://carpanglersgroup.com/forum/

and when trying my CP login 

 

An error occurred (500 Error)
We're sorry, but a temporary technical error has occurred which means we cannot display this site right now.

Table 'carpangl_invisionboard.ibf_core_sys_conf_settings' doesn't exist

You can try again by clicking the button below, or try again later.

 

Solved by Marc

Go to solution

Sounds like the database wasn’t imported or that the connection details weren’t updated in your conf_global.php file 

  • Author
6 hours ago, Daniel F said:

Sounds like the database wasn’t imported or that the connection details weren’t updated in your conf_global.php file 

The DB is there, I can see it. 

FO['sql_driver']			=	'mySQL';
$INFO['sql_host']			=	'localhost';
$INFO['sql_database']			=	'carpangl_invisionboard';
$INFO['sql_pass']			=	'xxxxxxxxxxx';
$INFO['sql_port']			=	'';
$INFO['sql_tbl_prefix']			=	'ibf_';
$INFO['sql_user']			=	'carpangl_sprite';
$INFO['display_max_posts']			=	'15';
$INFO['display_max_topics']			=	'15';

Could contain: File, Text, Page

Have you actively checked to see if that table exists?

Yeah, if the conf_global.php file is correct, the only options left are:

  • The backup you made on the old server was not complete/correct.
  • The backup was not imported correctly on the new server.

Additionally it's best security wise to not post out in the open the names of the database and its user. 

  • Author
39 minutes ago, Marc Stridgen said:

Have you actively checked to see if that table exists?

It does not. I even searched my downloaded backups of my DB’s

29 minutes ago, Miss_B said:

Additionally it's best security wise to not post out in the open the names of the database and its user. 

I change names after my issue is resolved 

  • Solution

If you are missing tables from your backups, you are going to have more issues than just the error message. I would advise on doing another backup from the original source, and trying again. 

That actually looks to be an old table too. Are you migrating an old platform?

  • Author
1 hour ago, Miss_B said:

Additionally it's best security wise to not post out in the open the names of the database and its user. 

I change names after my issue is resolved 

38 minutes ago, Marc Stridgen said:

If you are missing tables from your backups, you are going to have more issues than just the error message. I would advise on doing another backup from the original source, and trying again. 

That actually looks to be an old table too. Are you migrating an old platform?

Mark

Whatever version was active in Dec. 

  • Author

I uploaded my own backup for the db and it fixed the problem. The migration was clearly dropping data. 
 

thanks Y’all!!

5 hours ago, Willem_ said:

I uploaded my own backup for the db and it fixed the problem. The migration was clearly dropping data. 
 

thanks Y’all!!

Glad to hear you managed to get that resolved 🙂 

Recently Browsing 0

  • No registered users viewing this page.