quickjeff Posted October 3, 2017 Posted October 3, 2017 I have had a weird error pop up. Any time I try to edit a users password or go directly to setup page in admin, I get a Error on the Process class. Any help? Its anytime a template or module accessed the process class. I attached a screen shot.
abdus Posted October 3, 2017 Posted October 3, 2017 It might be a namespacing issue Try adding/replacing <?php namespace ProcessWire; at the first line of the ProcessBatcher.module. If you havent disabled module compilation, then PW should compile the module and it should work even without the namespace but refreshing/retrying a few times might help as well
quickjeff Posted October 3, 2017 Author Posted October 3, 2017 I tried this just now and still no go. :-(
Robin S Posted October 3, 2017 Posted October 3, 2017 This is an issue with the Process Batcher module so you might want to raise it with the module author over in the support thread. If you're using Batcher in PW3 you'll need my PW3-compatible fork until the pull request is merged. 1
quickjeff Posted October 3, 2017 Author Posted October 3, 2017 I did see this when it came out and had updated the module. However I think this is a namespace issue or something because batcher works but when I try to uninstall it and Hanna code and other modules I get errors.
quickjeff Posted October 3, 2017 Author Posted October 3, 2017 Just tested it locally and it works, on the server its not working. So weird!
quickjeff Posted October 3, 2017 Author Posted October 3, 2017 Solved the issue: I had to delete the data that was in assets/cache/FileCompiler/ 3
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