Willem_ Posted February 1 Posted February 1 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.
Daniel F Posted February 1 Posted February 1 Sounds like the database wasn’t imported or that the connection details weren’t updated in your conf_global.php file teraßyte 1
Willem_ Posted February 1 Author Posted February 1 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';
teraßyte Posted February 1 Posted February 1 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.
Miss_B Posted February 1 Posted February 1 Additionally it's best security wise to not post out in the open the names of the database and its user.
Willem_ Posted February 1 Author Posted February 1 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 Marc Posted February 1 Solution Posted February 1 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?
Willem_ Posted February 1 Author Posted February 1 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.
Willem_ Posted February 2 Author Posted February 2 I uploaded my own backup for the db and it fixed the problem. The migration was clearly dropping data. thanks Y’all!!
Marc Posted February 2 Posted February 2 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 🙂
Recommended Posts