Drush command terminated abnormally due to an unrecoverable error.
Error: Class 'RegistrationTypeController' not found in /data/disk/o5189739716/static/elevforeningen-20150820/includes/common.inc, line7963

Comments

lsolesen created an issue.

omega8cc’s picture

Are you using our D7 core fork or the core provided by the distro?

omega8cc’s picture

It is a known, critical issue in the Entity Registration module -- #2546836: Fatal error: Class 'RegistrationTypeController' not found

omega8cc’s picture

However, with this patch http://cgit.drupalcode.org/registration/patch/?id=09e04d3159886be040f17d... now there is a different fatal error:

Drush command terminated abnormally due to an unrecoverable error.
Error: Call to a member function save() on a non-object in /data/all/002/commons-3.29-7.39.1/profiles/commons/modules/contrib/registration/registration.install, line 444
omega8cc’s picture

After debugging this further it seems that error in #4 is related to something in latest D7 core we use, since Commons 3.29+patch from #3 works with core 7.38.1

EM-fast1’s picture

I have the same exact error in a boa (latest stable with php 5.6 only) static platform site (not commons) that I recently upgraded to 7.39. Am trying to debug.

Ed

omega8cc’s picture

@EM-fast1 -- If you think you have issues with D7 core on BOA, please open an issue on GitHub and specify exactly what are you using (which core exactly, which BOA version, what is the error you mean etc.)

joburgalex’s picture

Had the same issue. Turned out that it was being caused by using an outdated Drush version (version 6) which was breaking the update process. Updating Drush to 7.0.0-rc1 fixed the issue.

omega8cc’s picture

This happens again, but this time with Commons 3.31 and its original Drupal core, plus with Registration 1.6 which is expected to include the fix: https://www.drupal.org/node/2582283. Really weird...