View Full Version : problem help
tackebong
01-30-2008, 04:32 AM
please fix error
Warning: implode() [function.implode]: Bad arguments. in /admincp/css.php on line 103
Then a box titled "Rebuild Style Information" and in the box, the following message: Updating Style Information for '' and child styles...
...
Fatal error: Invalid styleid specified in /includes/adminfunctions_template.php on line 327
http://eichp.com/duc/error.jpg
--------------- Added 1201686776 at 1201686776 ---------------
help
Marco van Herwaarden
01-30-2008, 09:08 AM
Start by verifying that the style set as default in your vbulletin Options does exist.
If that does not solve your problem, please edit any style and try to save.
Do you still have this problem?
xtrung
01-31-2008, 10:02 AM
i'm too
Start by verifying that the style set as default in your vbulletin Options does exist.
If that does not solve your problem, please edit any style and try to save.
my default style is stable
i have just read this topic (vbulletin.com)
http://www.vbulletin.com/forum/showthread.php?t=255063
The most likely cause of this problem is the suhosin module in PHP. If so this can be fixed by editing the php.ini (requires root access to the server) or by via a .htaccess file with the following contents:
php_flag suhosin.cookie.encrypt Off
php_value suhosin.request.max_vars 2048
php_value suhosin.post.max_vars 2048
You can create your own .htaccess file and upload it to your main forum directory. It's a simple text file.
If you have any problems after that then those may be due to mod_security. See this thread:
http://www.vbulletin.com/forum/showthread.php?t=167121
but i still this problem
when i add
php_flag suhosin.cookie.encrypt Off
php_value suhosin.request.max_vars 2048
php_value suhosin.post.max_vars 2048 into my .htaccess, my site notify
Internal Server Error
tackebong
02-21-2008, 03:12 PM
Yes, I take like that !
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.