View Single Post
  #15  
Old 7th August 2008, 00:05
InFeRnO InFeRnO is offline
Senior Member
 
Join Date: Jul 2008
Posts: 29
Default
When i input this into mysql
Code:
INSERT INTO stylesheets VALUES (4,'the_shining','the_shining');
i get

Code:
Error

SQL query:

INSERT INTO stylesheets
VALUES ( 4, 'the_shining', 'the_shining' )

MySQL said: Documentation
#1136 - Column count doesn't match value count at row 1
any ideas? i have uploaded the theme the_shining to theme directory in my root and im using ts x-fusion any help would be appreciated thanx
Reply With Quote