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 :)
turned off cache?
deleted cache?
&&
always have "error reporting" turned off on a live server
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.