Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted February 1, 20241 yr 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.
February 1, 20241 yr Sounds like the database wasn’t imported or that the connection details weren’t updated in your conf_global.php file
February 1, 20241 yr 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';
February 1, 20241 yr 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.
February 1, 20241 yr Additionally it's best security wise to not post out in the open the names of the database and its user.
February 1, 20241 yr 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
February 1, 20241 yr 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?
February 1, 20241 yr 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.
February 2, 20241 yr Author I uploaded my own backup for the db and it fixed the problem. The migration was clearly dropping data. thanks Y’all!!
February 2, 20241 yr 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 🙂