After upgrading from beta3 to beta4, I have a WSOD and the error below in my server logs:

PHP Fatal error: Call to undefined function entity_rules_events_variables() in ...../sites/all/modules/commerce/modules/payment/commerce_payment.rules.inc on line 23

There might be an include file is missing in the build?

Comments

stroobl’s picture

Status: Active » Fixed

Just found out that you have to upgrade rules and entity to the last dev release for beta4. Might be useful to add that in the release notes.

rszrama’s picture

Will do - just remember that until we say otherwise, dev and therefore new releases always depend on the latest dev versions of our dependencies. I'll update the release notes.

j0rd’s picture

Same problem.

Would be nice if you could mention which versions (aka timestamps) of the -dev we need of dependencies when upgrading.

j0rd’s picture

I just found it. Dependancies are listed in Commerce KickStart.

Might want to put a similar warning on Drupal Commerce page as right now nothing is mentioned.

Address Field 7.x-1.x-dev
Chaos tool suite 7.x-1.x-dev (Views 3 dependency)
Entity API 7.x-1.x-dev (Rules 2 dependency)
Rules 7.x-2.x-dev
Views 7.x-3.x-dev

rszrama’s picture

Hmm, yeah, it's unfortunate that that information was removed during the sprint. I haven't had a chance to go back and flesh out the missing data, but for now you can also refer to the installation guide linked from the project page.

rickmanelius’s picture

Same problem. Glad to see this is an active thread.

rickmanelius’s picture

Is it possible in the .info dependencies to require a certain dev version or later? I know it would be super tedious for maintainers, unless it could be scripted... but that would be useful to prevent others like myself (sometimes not reading all the directions) from making the same goof...

If not, no worries. And I know, patches always welcome :)

rszrama’s picture

It is possible for version dependencies, but not for -dev releases afaik. Would be mighty nice to get new betas at least out of them. I've heard rumors of upcoming releases in a short amount of time, so here's hoping it happens.

rickmanelius’s picture

@rszrama. Thanks for all your hard work. It was nice to see you at DrupalCamp Colorado and you and the team are doing a bang up job. So don't take anything as complaining, I know you guys are chugging :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.