|
Hello are you sure this was installed correctly? Check your config-inc.php file for one to ensure under members database you have the correct phpbb2 database info and next you need to check your phpbb config.php file and see what your table prefix is no doubt phpbb_. Somehow your table prefix is messed up I think so you can go to your web control panel and run in your database admin tool a query like this to see where this helps when viewing your photopost database
UPDATE pp_settings SET setting='phpbb_' WHERE id=83
|