Hi all,
strange thing: since yesterday I have a new installation of version 5.7.6 (no upgrade) and everything worked fine including customizations.
Today I was logged in as admin and started to add an additional field at "customer" I have forgotten to add (yesterday I added fields and it worked). I have been in the field type selection dialog and before adding a new field the screen becomes blank (only EspoCRM background). AT this moment no other user was logged in. I checked the database, there is no additional field created.
This happens three hours ago. Every time when I press the refresh button or change to a valid the URL I only get a blank screen with EspoCRM background. On the home page appears the copyright at the bottom, that's all. Access to a not valid URL leads to a "not found" error.
When I try to log in from another device or browser as admin, I still see the same blank screen. When another user tries to login he get the login screen. Wrong credentials are leading to a (correct) error. Correct credentials leads to an error "Error 503: Application is in maintenance mode".
Additional information: the EspoCRM installation is part of a hosted website without access to the crontab. Cron jobs are disabled.
Because I have not an usable Web-GUI at the moment I logged in via ssh and tried "php clear_cache.php" and "php rebuild.php". After a few seconds the jobs finished without error message. But unfortunately this has no effect on my issue. Has anyone an idea how to turn off the maintenance mode via CLI? In the file "data/config.php I found: 'maintenanceMode' => 'false',
Also renaming .htaccess has no effect.
Kind regards
Jörg
strange thing: since yesterday I have a new installation of version 5.7.6 (no upgrade) and everything worked fine including customizations.
Today I was logged in as admin and started to add an additional field at "customer" I have forgotten to add (yesterday I added fields and it worked). I have been in the field type selection dialog and before adding a new field the screen becomes blank (only EspoCRM background). AT this moment no other user was logged in. I checked the database, there is no additional field created.
This happens three hours ago. Every time when I press the refresh button or change to a valid the URL I only get a blank screen with EspoCRM background. On the home page appears the copyright at the bottom, that's all. Access to a not valid URL leads to a "not found" error.
When I try to log in from another device or browser as admin, I still see the same blank screen. When another user tries to login he get the login screen. Wrong credentials are leading to a (correct) error. Correct credentials leads to an error "Error 503: Application is in maintenance mode".
Additional information: the EspoCRM installation is part of a hosted website without access to the crontab. Cron jobs are disabled.
Because I have not an usable Web-GUI at the moment I logged in via ssh and tried "php clear_cache.php" and "php rebuild.php". After a few seconds the jobs finished without error message. But unfortunately this has no effect on my issue. Has anyone an idea how to turn off the maintenance mode via CLI? In the file "data/config.php I found: 'maintenanceMode' => 'false',
Also renaming .htaccess has no effect.
Kind regards
Jörg
Comment