![]() |
|
php display errors - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: php display errors (/thread-12646.html) |
php display errors - Mitter - 2017-01-08 I have a php display errors, PHP error messages may appear on the website (the system told me during the installation). Does anybody know how and where i can change the settings? Solution? php display errors - acrylian - 2017-01-08 That's a server setting actually. You can disable that via htaccess, php code or probably easier somewhere on your host's webspace backend. On a proper server it should actually be off by default. php display errors - Mitter - 2017-01-09 Thanks, Found something: file "php.ini" Command in it "display_errors = Off;" I guess this "php.ini" must be uploaded into the folder in which the gallery is, right? php display errors - acrylian - 2017-01-09 Yes, the php.ini and that command would be correct. It sadly depends on how your host has setup your webspace. Some allow php.ini files for such settings even specific for directories, other need it via htaccess (or both). Others may not allow it at all or only via their backend. You host probably has some FAQ about that. |