OK, I know that i shouldn't post in here about errors specific to mods, however, this is an error that occurs regardless of which mod I install so posting in the mod queries section won't help me. I hope it's ok to post my query in here.
Basically, whenever I add a mod of any kind I get the following error. This has happened on 2 mods so far (automod and primetime). As far as I can make out the error is saying that I don't have a sql database table called phpbb_content_types. I haven't deleted any tables so I don't know how this could have happened. Any support at all on how I correct this error would be GREATLY appreciated. Many thanks in advance.
General Error
SQL ERROR [ mysql4 ]
Table 'csatorguk_471455_db1.phpbb_content_types' doesn't exist [1146]
SQL
SELECT c.*, m.module_mode, m.module_langname, m.module_auth FROM phpbb_content_types c, phpbb_modules m WHERE m.module_id = c.content_id AND m.module_enabled = 1 ORDER BY m.left_id ASC
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: modules/core/functions_core.php
LINE: 316
CALL: dbal_mysql->sql_query()
FILE: modules/content/cms_content.php
LINE: 57
CALL: cms_get_content_types()
FILE: includes/functions_module.php
LINE: 525
CALL: cms_content->main()
FILE: index.php
LINE: 58
CALL: p_master->load_active()