Skip to content

Instantly share code, notes, and snippets.

@Noxwizard
Created January 5, 2020 19:15
Show Gist options
  • Save Noxwizard/7c683c59853c0bc702eda8a73b791c31 to your computer and use it in GitHub Desktop.
Save Noxwizard/7c683c59853c0bc702eda8a73b791c31 to your computer and use it in GitHub Desktop.
Conversion Error - Invalid table prefix
PHP Fatal error: Uncaught phpbb\\exception\\runtime_exception:
General Error:
SQL ERROR [ mysqli ]
Table 'phpbb30.TEForum_config' doesn't exist [1146]
SQL
SELECT config_name, config_value, is_dynamic
FROM TEForum_config
in file /var/www/html/phpbb/phpbb3.3.0/phpbb/db/driver/driver.php on line 1023
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: installer_msg_handler()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 1023
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 195
CALL: phpbb\\db\\driver\\driver->sql_error()
FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 345
CALL: phpbb\\db\\driver\\mysqli->sql_query()
FILE: [ROOT]/phpbb/config/db.php
LINE: 71
CALL: phpbb\\db\\driver\\factory->s in /var/www/html/phpbb/phpbb3.3.0/install/startup.php on line 96,
referer: http://localhost/phpbb/phpbb3.3.0/install/app.php/update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment