Furnishings
With settings in the php.ini file or in the TYPO3 install tool, you can define how errors are handled in PHP.
In the standard configuration of the php.ini file, the error messages are displayed in the browser. With a setting in the php.ini configuration, these can also be written to a log file. Individual php.ini settings can be made for each domain. These are made in the customer menu via the menu item
Configuration ' Domain management ' Gears ' Open ' Settings ' PHP.INI editor
Please note: The log file can reach a considerable size over time and should therefore be deleted from time to time.
The following parameters still need to be adjusted or added under Other settings:
- memory_limit = "256M"
- post_max_size = "128M"
- error_log = "/www/123467_98765/rp-hosting/1234/5678/php-error.log"
Please note that the value given here serves as an example and must be replaced with the corresponding values. You can find the complete server path under the menu item General ' Information