This article goes into detail on how to fix the blank screen when trying to log into EspoCRM after updating it. You will need to have SSH access to your server in order to use this guide.
Related Article
Correct EspoCRM Blank Screen After Update
NOTE: Please see EspoCRM troubleshooting details and other information located here.
- SSH into your cPanel account
- Use the command below to navigate to the EspoCRM installation directory
cd /path/to/installation
REPLACE: '/path/to/installation' with the actual installation path for the EspoCRM site. - Execute the following command to ensure that the permissions for the index.php file are correct
chmod 644 index.php
- Change to the /api/v1/ directory associated with the EspoCRM installation
cd /path/to/installation/api/v1/
REPLACE: '/path/to/installation' with the actual installation path for the EspoCRM site. - Execute the following command in the /api/v1 directory
chmod 644 index.php