Quote:
Originally Posted by Nadeemjp
hello brother
i ran the querry as told by you and zai bro.
the following is the result i was given:
Code:
An error occurred while attempting to execute your query. The following information was returned.
error number: 1146
error desc: Table "databasename." . TABLE_PREFIX . "attachment' doesn't exist
what should i do next?
|
Code:
ALTER TABLE `attachment`
ADD COLUMN `fbbypass` int(11) DEFAULT 0,
ADD COLUMN `fbpid` varchar(255) DEFAULT '-1'
Run this SQL query if you do not have a prefix set on on your tables.