View Single Post
  #2  
Old 20th August 2012, 13:26
Wuild Wuild is offline
Senior Member
 
Join Date: Jun 2012
P2P
Posts: 33
Default
Quote:
Originally Posted by lafouine022 View Post
RUN SQL

Upload Files in you root server

www.packupload.com/BN948V1X8TE
You should add {PREFIX} instead...

so
Code:
ALTER TABLE `tracker_torrents` ADD `torrent_content ` text NOT NULL;
becomes

Code:
ALTER TABLE `{PREFIX}torrents` ADD `torrent_content ` text NOT NULL;
because then you can use the SQL command in the admin panel.
Reply With Quote