Log in

View Full Version : inquiry about a solve


urstorm.com
07-14-2009, 08:20 PM
in my vb and when i try delet a Thread or and visetor massages i got a massage tell me :


Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit in safe mode in [path]/member_inlinemod.php on line 51

Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:3252) in [path]/member_inlinemod.php on line 412

i asked for fix it and i got the answer :
****
changing in :
inlinemod.php
group_inlinemod.php
member_inlinemod.php
picture_inlinemod.php

replace:
set_time_limit(0);
to
@set_time_limit(0);

now wanna know is that real solving ? and that safe ? and what the real error came from >? my server ? or my vb ?
and is thare bitter fix than that ?

snakes1100
07-15-2009, 01:56 AM
Turn off safe_mode in php.ini and restart apache if this is a dedicated or vps server.

If this ISN'T a dedicated server, you can try to do the following if you host allows a local override of php:

1. Create and edit a file named php.ini on your ftp in your public_html/root folder.
2. Add a line with the following and save it to the server in ftp.
php_flag safe_mode off

urstorm.com
07-15-2009, 05:27 AM
thnx snaks , for ur replay ,
its my own vps with 512mb .
i know the safe mod ON and i like it on ! i thing that make me in safe side ,
and wanna it stay in safemodeON
and one more thing , i thing my VB slow , more other vb on same server ..
i really need some tips ..info ..and her a whm pic
http://www.urstorm.com/ups/uploads/cba88474b2.jpg

--------------- Added 1247685308 at 1247685308 ---------------

any help ppl ?