small problem when i change the last permissions for the modules/global/inc to 666 the following error i get
modules/global/inc/cron.inc.php NOT FOUND ABOVE LINE
666
modules/global/data/integration.dat
666
modules/global/xml/main.xml
666
modules/global/xml/config.xml
666
modules/global/app/ffmpeg.exe
666
modules/global/inc
The line modules/global/inc/cron.inc.php can not be found ,But if i set the permission for modules/global/inc back to 777 the modules/global/inc/cron.inc.php can be found , like below
modules/global/inc/cron.inc.php
666
modules/global/data/integration.dat
666
modules/global/xml/main.xml
666
modules/global/xml/config.xml
666
modules/global/app/ffmpeg.exe
666
modules/global/inc
777
Any ideas on how i can get this to work