Problem running admin - installed through cloning from github
Created 5 years ago by junex03

Hi guys, So uhh we tried installing pyro cms on to an online server, homepage seems fine but when we try to access the admin page we get this error: An exception has been thrown during the rendering of a template ("file_get_contents(/home/btit/live/cms/guay/pyrocms/public/cms/guay/pyrocms/public/app/default/assets/anomaly/streams-platform/resources/js/cp/click.js): failed to open stream: No such file or directory").

I tried checking if the file is in the folder and it is. Any ideas on how to fix this?

ryanthompson  —  5 years ago

What are the permissions of the file? Maybe chmod -R 777 public/app or whatever your appropriate writable permission is.

junex03  —  5 years ago

Yeah we applied the writable permission on all the folders.

ryanthompson  —  5 years ago

Double check the permission of the actual file though - because if it was written by a non-group user it will fail to read because of permissions. Despite the parent folder permissions.

frednwt  —  5 years ago

/home/btit/live/cms/guay/pyrocms/public/cms/guay/pyrocms/public/app/default/assets/anomaly/streams-platform/resources/js/cp

@ryanthompson You have twice cms/guay/pyrocms/public. Maybe a Apache configuration problem?