-
Notifications
You must be signed in to change notification settings - Fork 3
500 Error after instalation #15
Comments
Hi, could you try witch PCE only, and if it pass adding other plugins one at a time ? You can enable a debug mode in the settings or, if it crashes before that, could you enable PHP errors reporting ? |
I removed all other plugins. Debug mode and PHP error reporting are enabled. I didn't see any error from the webserver, but this came up in the log:
/vendor/autoload.php is a file in PicoCMS's /vendor directory but it is being looked in in PicoContentEditor's directory. Thanks for responding quickly. |
Did you manually downloaded/install ? It seems that the autoloader is indeed missing, i'll look at it. |
I did manually download, since I also manually downloaded Pico itself. |
Can you try to download it from https://php-download.com/package/nliautaud/pico-content-editor by using the option create-project ? It will create a pre-bundled release for you. |
It no longer crashes; I can access the site, log in with pico-users and use the editor. I can't get content to save but I suspect that's just my error. |
@northivanastan were you ever able to solve the no saving error? I keep getting a message while in debug mode that says "Error replacing the region content". |
Sadly I could not fix said error. I recall having a suspicion as to what
the issue was though. It's been a while so I don't remember what that was
…On Sat, May 25, 2019, 4:55 PM Jonathan George ***@***.***> wrote:
@northivanastan <https://github.com/northivanastan> were you ever able to
solve the no saving error? I keep getting a message while in debug mode
that says "Error replacing the region content".
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#15?email_source=notifications&email_token=AIMSRQZV4ZY2CCHRIY5HVYTPXG7VXA5CNFSM4GFRZSEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWH2TKA#issuecomment-495954344>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIMSRQZDIQFTN6FFUGFZ6O3PXG7VXANCNFSM4GFRZSEA>
.
|
After fixing this issue I get this message when I try to save changes I made: "You don't have the rights to save content". What can I do about that? |
For some reason every page returns a 500 Internal Server error after installing PicoContentEditor.
I have cloned the latest version of the repository, renamed the directory PicoContentEditor and changed its ownership to www-data. I am using the pagination, search, and users plugins. They work on their own, but not with the Content Editor.
I found that the errors are seemingly because the __DIR__ variable is being used to find PicoCMS's directory, but is instead returning PCE's directory
The text was updated successfully, but these errors were encountered: