![]() |
vbulletin Problem
im upgrade today to 3.8.1 and i have problem i dont know what is problem see pic
http://img87.imageshack.us/img87/2858/44379767pn5.png 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 |
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:
|
i have many plugins 50 :)
hm ok im try define('DISABLE_HOOKS', true); but again :( error like picture |
What is on line 53 in member_inlinemod.php ?
|
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 |
Quote:
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 |
Do what snakes stated, that will clear up your issue.
|
Quote:
--------------- Added [DATE]1234109316[/DATE] at [TIME]1234109316[/TIME] --------------- http://img5.imageshack.us/img5/853/92654005ig4.png |
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 |
host is well .. 3.8.0 work fine need to back :( to 3.8.0
|
1 Attachment(s)
paste this file ini root public_html and folder admincp
|
is not work :( awesome thnx
|
you try again and this file paste to [path] in need folder
|
Quote:
His host dont allow local php.ini files to change values, he has already tried. Also as member_inlinemod.php resides in /, there is not a need to add one to the admincp folder. |
This is caused by a small typo that was in the 3.8.1 package for a short while. Please redownload 3.8.1 and overwrite the files on your server (at least the *inlinemod* files, there must be 4 if i remember correct).
|
nvrmind
|
Yes he is running 3.8.1, see my reply.
|
Quote:
Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit in safe mode in [path]/member_inlinemod.php on line 53 /*================================================= =====================*\ || ################################################## ################## || # Downloaded: 17:34, Tue Feb 10th 2009 || # || ################################################## ################## \*================================================ ======================*/ |
So thats a fresh dl, ur going to have and try to up the execution time out as i said.
max_execution_time = 30 or max_execution_time = 60 Look at your php info via the admincp and look at that setting, tell us what its set to now. |
Quote:
where to put this : max_execution_time = 30 or max_execution_time = 60 --------------- Added [DATE]1234287761[/DATE] at [TIME]1234287761[/TIME] --------------- is not work with php.ini im paste to root directory but not work |
Actually this looks like a similar typo that was solved shortly after the initial 3.8.1 release.
Try the following: Open member_inlinemod.php. On line 53, find: PHP Code:
PHP Code:
|
I can actually already confirm that this is a bug, see: http://www.vbulletin.com/forum/proje...?issueid=27259
|
Quote:
|
member_inlinemod.php
Code:
set_time_limit(0); change Code:
@set_time_limit(0); |
Quote:
Again the problem version 3.8.1 PL1 Warning: set_time_limit () [function.set-time-limit]: Can not set time limit in safe mode in [path] / member_inlinemod.php on line 53 but why not repair this is why its concession |
If you want to know why a patch was or was not included in a release, then please ask at vB.com.
But i can already give an answer: Because a security release (PL) only has the changes needed to mitigate the vulnerability, no other bug-fixes (unless severe) are included in a security update. "Regular" bug fixes will be in the next normal release (ie. 3.8.2). |
ok bro thanks for answer .. I'm sorry that I have no answer to poverty but to time
|
All times are GMT. The time now is 09:48 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|