Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors and Installation issues on PW 3.0.57 #2

Open
ghost opened this issue Mar 26, 2017 · 1 comment
Open

Errors and Installation issues on PW 3.0.57 #2

ghost opened this issue Mar 26, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 26, 2017

I am running the dev version of ProcessWire (3.0.57) and just tried to install WireQueue.

The module installed, but when I go to the Page tree, I get the following error:

screen shot 2017-03-26 at 2 38 55 pm

When I try to install either the Text or Sqlite modules, I get this error:

screen shot 2017-03-26 at 2 38 23 pm

@netcarver
Copy link
Collaborator

@joedakroub Here is a potential workaround for you. Could you please try editing your WireQueue.module file to take out the word HookEvent from the argument list on lines 521, 540, 547, 562 and 687? Also, lines 21, 235 of WireQueueStorage.php. You'll also need to find HookEvent in the arguments of whichever driver you are using and deleting them there too.

In other words, change line 521 in WireQueue.module from this;

    public function hookWireQueue(HookEvent $event) {

to this...

    public function hookWireQueue($event) {

...and so on, for the lines identified. Please let me know if that fixes things for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant