Your system folder path does not appear to be set correctly. Please open the following file and correct this: index.php
Troubleshooting system folder path errors in ezeelogin web GUI
Overview: This article guides administrators through resolving errors related to the system folder path configuration in Ezeelogin's web GUI. It covers two main steps: adjusting folder permissions and verifying configuration file settings.
Your system folder path does not appear to be set correctly. Please open the following file and correct this: index.php : error in ezeelogin webgui.
Step 1: This could be due to insufficient permission for system folder.Give 755 permission to fix this issue.
~]# ls -la /var/www/ezlogin
total 4
drwxr-xr-x 5 root root 49 Jul 20 10:01 .
drwxr-xr-x 5 root root 45 Jul 20 10:01 ..
drwxr-xr-x 15 root root 4096 Jul 20 10:01 application
drwxr-xr-x 4 root root 24 Jul 20 10:01 cache
drwxr-xr-x 8 root root 122 Jul 20 10:01 system
chmod 755 /var/www/ezlogin
chmod 755 /var/www/ezlogin/application
chmod 755 /var/www/ezlogin/system
chmod 755 /var/www/ezlogin/cache
Related Articles: