Problem running admin - installed through cloning from github
Created 6 years ago by junex03Hi 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?
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.
/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?
What are the permissions of the file? Maybe
chmod -R 777 public/app
or whatever your appropriate writable permission is.