Skip to Content

Your system folder path does not appear to be set correctly. Please open the following file and correct this: index.php

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.

 

1. This could be due to insufficient permission for system folder.Give 755 permission to fix this issue. 

[root@localhost ~]# 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

 
Give the correct permission by the following command to system folder 
 

chmod 755 /var/www/ezlogin

chmod 755 /var/www/ezlogin/application

chmod 755 /var/www/ezlogin/system

chmod 755 /var/www/ezlogin/cache

 
 

 2. Ensure that you have also provided correct system folder under  /usr/local/etc/ezlogin/ez.conf