View Single Post
  #95  
Old 26th February 2011, 15:28
gabkoko's Avatar
gabkoko gabkoko is offline
Senior Member
 
Join Date: Aug 2010
P2P
Posts: 33
Default
Quote:
Originally Posted by raymond96 View Post
he gives me this error while uploading:
Code:
Mysql puked: Unknown column 'genre' in 'field list'
what can I do?
Add your database the following line:

PHP Code:
ALTER TABLE `torrentsADD `genrevarchar(40NOT NULL
Reply With Quote