VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: carbar on June 15, 2013, 12:53:21 PM

Title: [ SOLVED ] CACHE ERROR
Post by: carbar on June 15, 2013, 12:53:21 PM
Hi,

After I transferred from the localhost to the live server, I get the following error "Warning: file_put_contents(/home/hosting/1host2u/cache/com_virtuemart.updates.ini) [function.file-put-contents]
failed to open stream: Permission denied in /home/hosting/1host2u/libraries/joomla/filesystem/file.php on line 418"

How can I fix that?
Thanks :)
Title: Re: CACHE ERROR
Post by: PRO on June 15, 2013, 16:04:21 PM
turned off cache?

deleted cache?

&&
always have "error reporting" turned off on a live server
Title: Re: CACHE ERROR
Post by: carbar on June 16, 2013, 10:21:58 AM
Thanks,
problem solved! It was all about permissions. I added apache to the group and changed folder permission to 775 and everything seems to work now.