biow0lf / evedev-kb

Automatically exported from code.google.com/p/evedev-kb
1 stars 0 forks source link

When Fetching API get errors #188

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
WARNING [2] set_time_limit() [function.set-time-limit]: Cannot set time limit 
in safe mode
Error on line 29 in file 
/datasan/www/vhosts/pink.eve-domain.com/httpdocs/kb/common/includes/api/class.ki
lllog.php
PHP 5.2.17 (Linux), EDK 4.0.1 (Crucible)
File: 
/datasan/www/vhosts/pink.eve-domain.com/httpdocs/kb/common/includes/api/class.ki
lllog.php, line: 29, function: set_time_limit
File: 
/datasan/www/vhosts/pink.eve-domain.com/httpdocs/kb/common/admin/admin_api.php, 
line: 95, class: API_KillLog, function: Import
File: /datasan/www/vhosts/pink.eve-domain.com/httpdocs/kb/common/index.php, 
line: 293, function: include
File: /datasan/www/vhosts/pink.eve-domain.com/httpdocs/kb/index.php, line: 27, 
function: include

When i tested it on the sub domains i did get the issue so i installed it to 
the main server and now get this when i try to fetch via api's the version i  
installed was edk 4 

any help would be great 

Original issue reported on code.google.com by Steve.ch...@gmail.com on 13 Dec 2011 at 1:56

GoogleCodeExporter commented 9 years ago
When i tested it on the sub domains i didnt get the issue so i installed it to 
the main server and now get this when i try to fetch via api's the version i  
installed was edk 4 

*Spelling

Original comment by Steve.ch...@gmail.com on 13 Dec 2011 at 1:57

GoogleCodeExporter commented 9 years ago
The warning can safely be ignored. The api code tries to extend the amount of 
time available since it can potentially run for a long time. On your system 
that is not allowed (which is reasonable). This does not stop the fetch working.

The difference between domains would be due to only the main server running in 
safe mode.

Original comment by kovellia on 13 Dec 2011 at 3:01

GoogleCodeExporter commented 9 years ago
safe mode was depreciated in php 5.3.0 and will be removed in 5.4.0. Still, 
there's no harm in checking for it's presence in php.ini to remove the warning 
on shared hosts.

Original comment by idun@theexecutioners.org on 16 Jan 2013 at 8:56

GoogleCodeExporter commented 9 years ago
This issue was closed by revision e2afb6e8f964.

Original comment by idun@theexecutioners.org on 16 Jan 2013 at 8:57