Configuration by php.ini

There are some PHP configuration options available in the php.ini file which are relevant for Feng Office. To access this file you need FTP access to the server Feng Office is running on (which is typically reserved to the webmaster).

PLEASE NOTE: There may be several php.ini files in different directories on a webserver which may interfere which 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 paramters:

  • max_execution_time
  • post_max_size
  • upload_max_filesize

Feng Office 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