warning: file_put_contents(sites/all/modules/missing_kids_404/cache/616061288971953285fce9e4b2bec6bb.CA) [function.file-put-contents]: failed to open stream: No such file or directory in /home1/zombiede/public_html/sites/all/modules/missing_kids_404/missing_kids_404.module on line 72.

I would like to know how to resolve this issue.

Comments

cj-a-min’s picture

The module didn't create or didnt have permission to create cache dir. So you have to manually create it and set perms.

mkdir /home1/zombiede/public_html/sites/all/modules/missing_kids_404/cache
chown www-data:www-data /home1/zombiede/public_html/sites/all/modules/missing_kids_404/cache
chmod 755 /home1/zombiede/public_html/sites/all/modules/missing_kids_404/cache

Hope this helps

alarcombe’s picture

Status: Active » Closed (won't fix)