Replies: 1 comment
|
Thank you for sharing those steps! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
If you have tight security and open_basedir restrictions in effect you will get these fatal errors.
Plugins folder error
local.ERROR: file_exists(): open_basedir restriction in effect. File(/public_html/resources/plugins/installed.json/Installed.jsonPlugin.php) is not within the allowed path(s):FIX: Delete the installed.json file. Its an empty useless file which breaks your setup and is being added to the path. That shouldn't happen, the proper and concise path needs to be set in the code.
Themes folder error
ocal.ERROR: file_exists(): open_basedir restriction in effect. File(public_html/resources/themes/.gitignore/theme.json) is not within the allowed path(s):FIX: Delete the .gitignore in themes folder. It is being added to the path because of the code not making exception for dot files or possibly path not being concise in its function like plugins folder above
Now you can access these sections in Admin without the 500 server error
All reactions