MyBB Community Forums

Full Version: could some one tell me what this means thx
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
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 )

And how to fix ... ive look in filezilla but un sure

Thx
It's saying the table already exists in the database so it can't make it.

What are you trying to do exactly?
install custom pages plug in
Well if the table already exists it means it's installed already.
right but it will not activate ....
Then nickman has to work on it. You'll have to unistall it then remove the table. I'm sure there is a way to activate it manually in the database but I don't know it.
Thank ...but how do i find the table ? Ill remove all files i can
phpmyadmin more than likely.
ok thanks for the help ill look there
have tryed to remove the table, drop the table . with no joy .....any ideas ? thanks
Than you probably removed the wrong tables or did it it the wrong way since you should be able to delete them in phpmyadmin.
Pages: 1 2 3