Topic: Administrator

Hello

I have a problem. I can´t open topics when I am logged in as administrator. Then I can´t delete unwanted topics.
I get the message: "Error: Unable to fetch topic info"
I have version 1.2.12.

Re: Administrator

Have you installed any mods recently?

Re: Administrator

Yes, I have installed 1.2.12

Re: Administrator

Please enable debug mode and paste the full error (there are instructions on how to do so in this forum).

Looking for a certain modification for your forum? Please take a look here before posting.

Re: Administrator

holmehave wrote:

Yes, I have installed 1.2.12

That isn't a mod >=/

Re: Administrator

The full error message is:

File: /customers/xxxxx.com/xxxxxx.com/httpd.www/forum/viewtopic.php
Line: 98

PunBB reported: Unable to fetch topic info

Database reported: Table 'xxxxxx_com.forumsubscriptions' doesn't exist (Errno: 1146)

Re: Administrator

CREATE TABLE `subscriptions` (
  `user_id` int(10) unsigned NOT NULL default '0',
  `topic_id` int(10) unsigned NOT NULL default '0',
  PRIMARY KEY  (`user_id`,`topic_id`)
)

Ofcourse change your prefix smile

Re: Administrator

Done

Thanks!