BlackStonedLover / fluxcp

Automatically exported from code.google.com/p/fluxcp
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Error at the head of Page #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. every page (even while installation)

What is the expected output? 
No error!

What do you see instead?
Warning: set_time_limit(): Cannot set time limit in safe mode in
/home/www/web0/html/CPtest/index.php on line 69 

What version of the product are you using? On what operating system?
r770 on openSUSE

Please provide any additional information below.
it is this line:
    set_time_limit((int)Flux::config('ScriptTimeLimit'));

Original issue reported on code.google.com by saithis88 on 8 Nov 2008 at 1:09

GoogleCodeExporter commented 8 years ago
This isn't a bug. You are running PHP in Safe Mode. Please consult the PHP 
Manual 
for details on how to disable this.

Original comment by Paradox924X on 9 Nov 2008 at 1:22