Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   SZ Edition (http://www.bvlist.com/forumdisplay.php?f=24)
-   -   Tracker categories (http://www.bvlist.com/showthread.php?t=6228)

scruby 24th March 2011 21:09

Tracker categories
 
When im in the admin panel choose, Tracker categories

http://img683.imageshack.us/img683/5...10324at201.png



and then click; add categorie. its not working it sais:

http://img59.imageshack.us/img59/759...10324at200.png

Directory with templates is not writable, please check directory permissions

Can someone please help me.

daffy 24th March 2011 21:26

chmod/give permissions to template directory to 777

right click on directory go to permissions via ftp.

scruby 25th March 2011 11:58

Quote:

Originally Posted by daffy (Post 27331)
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()


Nafania 26th March 2011 10:43

Did you update database after installing source from svn?
If not, type url YOUR_SITE_URL/updates and follow instructions

scruby 26th March 2011 10:47

Quote:

Originally Posted by Nafania (Post 27354)
Did you update database after installing source from svn?
If not, type url YOUR_SITE_URL/updates and follow instructions

I didn't. but ive done that now.

however i still get the error after using the search field.

Nafania 26th March 2011 11:36

Perform this query to database
PHP Code:

ALTER TABLE forum_search_results CHANGE `search_id` `search_idVARCHAR32 NOT NULL 


scruby 26th March 2011 12:19

Quote:

Originally Posted by Nafania (Post 27356)
Perform this query to database
PHP Code:

ALTER TABLE forum_search_results CHANGE `search_id` `search_idVARCHAR32 NOT NULL 


That totally worked.

Thanks alot mate :D


All times are GMT +2. The time now is 14:17.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.