Error Logging into Marketplace 5.3
Permalink
I have upgraded my site to 5.3 and when I try to log into the marketplace (add functionality from dashboard), I get this displayed at the top of the page;
"Warning: fopen(/home/burtsgh8/public_html/files/cache_objects/object_f0da4ccba60c448672ec39ad4437c86f) [function.fopen]: failed to open stream: Permission denied in /home/stuff/public_html/concrete/libraries/cache/default.php on line 41
Warning: fputs(): supplied argument is not a valid stream resource in /home/stuff/public_html/concrete/libraries/cache/default.php on line 42
Warning: fclose(): supplied argument is not a valid stream resource in /home/stuff/public_html/concrete/libraries/cache/default.php on line 43"
"Warning: fopen(/home/burtsgh8/public_html/files/cache_objects/object_f0da4ccba60c448672ec39ad4437c86f) [function.fopen]: failed to open stream: Permission denied in /home/stuff/public_html/concrete/libraries/cache/default.php on line 41
Warning: fputs(): supplied argument is not a valid stream resource in /home/stuff/public_html/concrete/libraries/cache/default.php on line 42
Warning: fclose(): supplied argument is not a valid stream resource in /home/stuff/public_html/concrete/libraries/cache/default.php on line 43"

I would empty the files/cache_objects/ directory, re-add the directory cache_objects/ inside the files/ directory, and make sure its writable by your web server (chmod 777 files/cache_objects/)
Thanks very much. It did appear to be a permissions issue. The Cache_objects directory was 755 not 777. Cache can now be turned on and turned off.
Wait a minute this solved two problems. It solved the cache problem and it solved an error message I was getting at the top of the page in "add functionality" when logged into the marketplace and it solved an error message I was getting in the themes page.
"Add functionality" still does not work though. I tried to intall the login block and it broke the "add functionality page"resulting in a whole page of messages starting with this one.
Warning: chmod() [function.chmod]: No such file or directory in /home/stuff/public_html/concrete/helpers/file.php on line 65
Wait a minute this solved two problems. It solved the cache problem and it solved an error message I was getting at the top of the page in "add functionality" when logged into the marketplace and it solved an error message I was getting in the themes page.
"Add functionality" still does not work though. I tried to intall the login block and it broke the "add functionality page"resulting in a whole page of messages starting with this one.
Warning: chmod() [function.chmod]: No such file or directory in /home/stuff/public_html/concrete/helpers/file.php on line 65