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
Yes it has this option if you turn it on.
|
I tried executing the sql query and it says i am not authorized to run queries

i am the owner, did i mes up something that is why i dont have this permission?