toni Posted March 1, 2021 Share Posted March 1, 2021 Hi all, I'm fighting with a strange problem. On a processwire installation I've tried to install https://processwire.com/modules/process-redirects/ which ended in a json error. A refresh quitted with an error 500. Even after deleting the redirects module via FTP the error 500 persisted. After enabling debug in settings following output is shown: Strange as the Gallery module worked for years without problems. What I do not understand is why the class cannot be found. it is there ? This is how it's called in `MarkupPwpswpGalleryLegacy.module` `class MarkupPwpswpGalleryFlex extends MarkupPwpswpGallery implements Module {` and on the same level in `MarkupPwpswpGallery.module` `class MarkupPwpswpGallery extends WireData implements Module {` My guess is it has something todo with the php 7.0 version the server runs with and namespaces (did not change between module installations). To get rid of this nasty situation I've just tried to reinstall the gallery but this one fails as requirement 7.0 >= 5.6PHP is not met (why? 7 is bigger as 5.6?) Anyways any tipp to get it running again is much appreciated! Link to comment Share on other sites More sharing options...
toni Posted March 1, 2021 Author Share Posted March 1, 2021 mhhhh I've now just required_once class MarkupPwpswpGalleryFlex which solved it. But strange where this suddenly came from. Link to comment Share on other sites More sharing options...
Manaus Posted April 5, 2021 Share Posted April 5, 2021 Hi Toni, I'm having the same problem, could you be more precise on you solved this? Thank you Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now