Knowledge Base

Correct settings for PHP and XAseco

Sometimes i get asked for errors (see below) and therefor i want to add such into this Knowledge Base.

Fatal error: Maximum execution time of [N] seconds exceeded [...]

Solution: Disable max_execution_time:

Edit php.ini and setup max_execution_time to 0 or add -d max_execution_time=0 as parameter after the PHP executable.

Fatal error: Allowed memory size of [N] bytes exhausted (tried to allocate [N] bytes) in [...]

Solution: Disable memory_limit:

Edit php.ini and setup memory_limit to -1 or add -d memory_limit=-1 as parameter after the PHP executable.

Warning: [...] wrapper is disabled in the server configuration [...]

Solution: Allow allow_url_fopen:

Edit php.ini and setup allow_url_fopen to true or add -d allow_url_fopen=on as parameter after the PHP executable.

SAFE MODE Restriction in effect. The script whose uid is [N] is not allowed to access [...]

Solution: Disable safe_mode:

Edit php.ini and setup safe_mode to off or add -d safe_mode=0 as parameter after the PHP executable.


Parameter example

php -d safe_mode=0 -d max_execution_time=0 xaseco.php

Last modified: Sun, 29 Jun 2014 16:10:27 +0200
This is a private enthusiast Website. Maniaplanet, Trackmania, Shootmania, Nadeo are trademarks of Ubisoft Entertainment.
XAseco is maintained by Frans P. de Vries.
MPAseco is maintained by Kremsy, ManiacTwister & TheM

Reordered Navigation

Maybe you have already noticed, that i have changed the order in the Navigation. Since now XAseco2 is in front of all others content.

Donate Planets

Donate Coppers

Donate via PayPal

ATOM release feeds

RSS release feeds