Showing posts with label php opencart. Show all posts
Showing posts with label php opencart. Show all posts

Saturday, September 26, 2020

fwrite() expects parameter 1 to be resource, bool given in

Sometimes in Opencart you may get these kind of warnings in browser.

fwrite() expects parameter 1 to be resource, bool given in /var/www/html

Solution to fix:
Check your selinux status, if selinux is enabled, you need to disable selinux and reboot the machine.