i got this warning on my site: Warning: file_put_contents() failed to open stream: Permission denied in /home/cahyofas/public_html/includes/compat.php50x.php on line 58 how do i fix this? i use joomla and apf bridge for amazon. please help me..
if the problem is in the bridge , then contact his owner , otherwise change your permissions of the that file to 777
Yeah. Because I'm afraid if we set wrong permisson, it might be a security risk. Check back with him or maybe he have an FAQ somewhere. Check his installation manual too.
The /includes/ folder is just the folder that has the code that failed to open write the output. The actual folder that needs to be writeable is the /cache/ folder - if I remember correctly. It is a bit difficult to second guess because the OP has only quoted part of the error message / warning. The folder needs to be writeable by PHP and the specific permissions vary depending upon your server setup. It is a standard Joomla requirement that this folder be writeable anyway - there are helper functions in the 'system' menu within the /administrator/ section of your site that will show you whether the appropriate folders are writeable by PHP. Dean