Quote:
Originally Posted by BBR-APBT
Did you try to run the SQL query as you were instructed?
Code:
ALTER TABLE `" . TABLE_PREFIX . "attachment`
ADD COLUMN `fbbypass` int(11) DEFAULT 0,
ADD COLUMN `fbpid` varchar(255) DEFAULT '-1'
You would run this from your adminCP -> Maintenance -> Execute SQL Query
http://www.yoursite.com/path/to/admi....php?do=modify
.
|
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?