There are some PHP configuration options available in the php.ini
file that are relevant for EVX Software. To access this file, you need FTP access to the server EVX Software is running on (which is typically reserved for the webmaster).
PLEASE NOTE: There may be several php.ini files in different directories on a web server, which may interfere with each other. If changing the parameter values in your php.ini has no effect, then it's very likely that there is another php.ini on your server. Maybe your hosting provider offers a control panel where you can define these values globally.
To allow the upload of bigger files in the documents section (“Max filesize”), try to adjust the following parameters:
max_execution_time
post_max_size
upload_max_filesize
EVX Software consumes about 10 MB of memory. If your server is set to the standard memory limit of 8 MB, you may get an error message during the installation process saying:
Allowed memory size of 8388608 bytes exhausted.
This can be solved by raising the memory limit as follows:
memory_limit=32