> Date: Sunday, September 19, 2021 17:49:32 +0000 > From: ourdiaspora <ourdiaspora@xxxxxxxxxxxxxx> > > On Thursday, September 16th, 2021 at 9:30 PM, ourdiaspora > <ourdiaspora@xxxxxxxxxxxxxx> wrote: >> >> sudo nano /etc/php/7.0/apache2/php.ini >> >> " >> >> ... >> >> [line number]483 log_errors = On >> >> ... >> >> 571 error_log = ~/tmp/webserver/phperrors.log >> >> ... >> >> The directory does not show creation of such an error file to >> interrogate further. Please what next to investigate? As I noted previously, you really need to start by reading the documentation: > You should review the documentation at: > > <https://www.php.net/manual/en/index.php> > > specifically (for this issue) the debugging and php.ini directives > sections.