Jump to content

Recommended Posts

Posted

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. 

3E544C71-991F-42B9-9D15-631885E45C33.jpeg

Posted

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

Posted

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.

 

  • Like 1
Posted

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. 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...