View Full Version : Many erros and bugs
I have to much errors in my forum. Can you hlp me?
1. I often see this mistace in the window with my forum:
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /global.php(554) : eval()'d code on line 8
2. Users can't write any messages. They see that they have to less letters. But in the settings limit is not set
calorie
10-24-2007, 12:27 PM
Look at the plugins using the parse_templates hook. The second argument to the in_array (http://www.php.net/in_array) function, around line eight of one of your plugins, is not an array. Also see this (http://www.vbulletin.com/docs/html/main/troubleshoot) page for how to make use of the following:
define('DISABLE_HOOKS', true);
O thanks!
The 1 first problem was removed. The reason was in a product:(
But what about thу second?
--------------- Added 1193256555 at 1193256555 ---------------
Please, help enybody
--------------- Added 1193285812 at 1193285812 ---------------
Anybody?
Marco van Herwaarden
10-25-2007, 07:38 AM
To troubleshoot this, please remove any hacks and disable your plugins, then see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php
define('DISABLE_HOOKS', true);
If so, reupload all the original vB non-image files (except install.php). Make sure you upload these in ASCII format and overwrite the ones on the server.
If your problem still exists, please create a new Style with no Parent set. Now browse the forum using this new style, do you still have the same problems? If you are troubleshooting login or guest issues, you will need to set this style as board default in the vBulletin Options.
To troubleshoot this, please remove any hacks and disable your plugins, then see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php
define('DISABLE_HOOKS', true);
If so, reupload all the original vB non-image files (except install.php). Make sure you upload these in ASCII format and overwrite the ones on the server.
If your problem still exists, please create a new Style with no Parent set. Now browse the forum using this new style, do you still have the same problems? If you are troubleshooting login or guest issues, you will need to set this style as board default in the vBulletin Options.
Yes, new style helped(but no turnign off mods), but what can i do with old styles?
--------------- Added 1193391139 at 1193391139 ---------------
So, what i have to do to solve this problem?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.