View Single Post
  #3  
Old 25th March 2011, 11:58
scruby scruby is offline
Member
 
Join Date: Mar 2011
P2P
Posts: 9
Default
Quote:
Originally Posted by daffy View Post
chmod/give permissions to template directory to 777

right click on directory go to permissions via ftp.
Thanks i managed to fix it now. it happend to be a folder below the template directory.

Now i get a new error, this time when i typ something in the search field.

Code:
General Error
SQL ERROR [ mysql4 ]

Incorrect integer value: 'e5b4923a212f72333774fcc0ff91a0f7' for column 'search_id' at row 1 [1366]

SQL

INSERT INTO forum_search_results (search_id, session_id, search_time, search_array) VALUES('e5b4923a212f72333774fcc0ff91a0f7', 'b3a6ded20eaff9bf071c4137c25cc9fa', 1301047729, 'a:0:{}')

BACKTRACE

FILE: include/db/mysql.php
LINE: 173
CALL: dbal->sql_error()

FILE: browse.php
LINE: 404
CALL: dbal_mysql->sql_query()

Last edited by scruby; 25th March 2011 at 12:18.
Reply With Quote