MyBB Community Forums

Full Version: Custom Pages problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I get this error when ever I try to activate this plugin:
http://mods.mybb.com/view/custom-pages

Error:
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1050 - Table 'mybb_pages' already exists
Query:
CREATE TABLE mybb_pages ( id INT NOT NULL AUTO_INCREMENT PRIMARY KEY , page TEXT NOT NULL , title TEXT NOT NULL , content TEXT NOT NULL , permissions TEXT NOT NULL , active TEXT NOT NULL , use_table TEXT NOT NULL )


Any ideas?
Run this query in phpMyAdmin and activate the plugin again:

DROP TABLE `mybb_pages`;

(note this will delete all pages)
hmm., not sure if it works fine on latest myBB version !! why not use the other plugin page manager ...
Good point. Although my suggestion above should fix the issue, the plugin ranjani has linked to is a lot nicer and up to date! Smile