Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   SZ Edition (http://www.bvlist.com/forumdisplay.php?f=24)
-   -   Forum error (http://www.bvlist.com/showthread.php?t=4455)

simalingur 8th February 2010 19:26

Forum error
 
I cant create enything in forums I just get this error? see image.

http://i45.tinypic.com/2i6jddj.png

Everything else works fine.

What can I do?

Fynnon 8th February 2010 20:32

For forum go to Admin Panel (link in footer) then Forum Admin - Management and create a forum

simalingur 8th February 2010 21:01

Quote:

Originally Posted by Fynnon (Post 20703)
For forum go to Admin Panel (link in footer) then Forum Admin - Management and create a forum

Thanks for the answer, but I have already done that, but still i don't see the forums that i created, and i always have this error like thi image above shows.

What do I need to do to fix this.

Thanks.

Nafania 9th February 2010 10:24

Did you see created forums in acp?

simalingur 9th February 2010 12:01

Quote:

Originally Posted by Nafania (Post 20736)
Did you see created forums in acp?

Yes, i can create and all that but i still get errors. See image.

http://i47.tinypic.com/oge0e0.png

Nafania 9th February 2010 12:46

disable DEBUG and DEBUG_EXTRA

simalingur 9th February 2010 12:49

Quote:

Originally Posted by Nafania (Post 20739)
disable DEBUG and DEBUG_EXTRA

sorry:sleep:.... How do I do that?

Thanks.

Fynnon 9th February 2010 13:16

just comment out those in secrets.php

Code:

//define('DEBUG', true);
//define('DEBUG_EXTRA', false);


simalingur 9th February 2010 15:59

Quote:

Originally Posted by Fynnon (Post 20741)
just comment out those in secrets.php

Code:

//define('DEBUG', true);
//define('DEBUG_EXTRA', false);


Thansk Fynnon the errors on the top is gone but i still cant create Topic in the forum.

After i have write in the Subject and the Message body and press submit i get the following error.

http://i50.tinypic.com/2zxshlc.png

Nafania 9th February 2010 16:22

What encoding do you use for database and tables?

simalingur 9th February 2010 18:03

Sorry I dont understand, do you mean this?

forum_auth_access 0 MyISAM cp1251_general_ci
forum_categories 1 MyISAM cp1251_general_ci
forum_forums 1 MyISAM cp1251_general_ci
forum_groups 40 MyISAM cp1251_general_ci
forum_posts 1 MyISAM cp1251_general_ci
forum_posts_text 0 MyISAM cp1251_general_ci
forum_prune 0 MyISAM cp1251_general_ci
forum_search_results 2 MyISAM cp1251_general_ci
forum_search_wordlist 0 MyISAM cp1251_general_ci
forum_search_wordmatch 0 MyISAM cp1251_general_ci
forum_topics 1 MyISAM cp1251_general_ci
forum_topics_watch 0 MyISAM cp1251_general_ci
forum_user_group 80 MyISAM cp1251_general_ci

Nafania 9th February 2010 18:05

Quote:

Originally Posted by simalingur (Post 20760)
Sorry I dont understand, do you mean this?

forum_auth_access 0 MyISAM cp1251_general_ci
forum_categories 1 MyISAM cp1251_general_ci
forum_forums 1 MyISAM cp1251_general_ci
forum_groups 40 MyISAM cp1251_general_ci
forum_posts 1 MyISAM cp1251_general_ci
forum_posts_text 0 MyISAM cp1251_general_ci
forum_prune 0 MyISAM cp1251_general_ci
forum_search_results 2 MyISAM cp1251_general_ci
forum_search_wordlist 0 MyISAM cp1251_general_ci
forum_search_wordmatch 0 MyISAM cp1251_general_ci
forum_topics 1 MyISAM cp1251_general_ci
forum_topics_watch 0 MyISAM cp1251_general_ci
forum_user_group 80 MyISAM cp1251_general_ci


yes, this.
why you use this encoding?
in all tables (not only forums) you must use utf8_general_ci

simalingur 9th February 2010 18:36

Quote:

Originally Posted by Nafania (Post 20761)
yes, this.
why you use this encoding?
in all tables (not only forums) you must use utf8_general_ci

Thanks it worked. :)


All times are GMT +2. The time now is 04:32.

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