The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
vbulletin Problem
im upgrade today to 3.8.1 and i have problem i dont know what is problem see pic
im pres delete and i have this problem : warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:3254) in [path]/member_inlinemod.php on line 414 with 3.8.0 work fine |
#2
|
||||
|
||||
Try disabling your plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php PHP Code:
|
#3
|
||||
|
||||
i have many plugins 50
hm ok im try define('DISABLE_HOOKS', true); but again error like picture |
#4
|
||||
|
||||
What is on line 53 in member_inlinemod.php ?
|
#5
|
|||
|
|||
As your server is running in safe mode, your most likely reaching the max_execution_time set in php.ini.
If you have access to the server as root as your sig some what suggests, you can raise that limit and HUP apache. If you do not have access you could try to add a php.ini file in you forum root folder and add this line to it if your host allows php.ini over ride by clients. max_execution_time = 30 or max_execution_time = 60 |
#6
|
||||
|
||||
i dont know but when pres delete i get this error..
warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:3254) in [path]/member_inlinemod.php on line 414 |
#7
|
|||
|
|||
Do what snakes stated, that will clear up your issue.
|
#8
|
||||
|
||||
Quote:
--------------- Added [DATE]1234109316[/DATE] at [TIME]1234109316[/TIME] --------------- |
#9
|
|||
|
|||
You could try a .htaccess file and enter what i suggested above to it.
If your host isnt allowing php.ini over ride, you are most likely not going to be able to over ride it this way either. If it dont work and the host wont change it, i would suggest a new/better host. php_value max_execution_time = 60 or php_value max_execution_time = 90 |
#10
|
||||
|
||||
host is well .. 3.8.0 work fine need to back to 3.8.0
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|