So while 7.x-1.0 works fine on my Drupal 7 installation, I have found that the development releases are causing major errors and overall functionality issues for my site. I have tried the module on both my current site I'm developint (7.10) and an early clean install of 7.8 to see if it made a difference and it has not.

What I have found is that without enabling any of the heartbeat modules, even having the presence of the folder in my module directory causes the modules page to fail loading. If I start with the 7.x-1.0 version (for which this does not happen) and then upgrade to 7.x-1.x-dev, it causes major errors to the entire site as referenced in Still getting: "Recoverable fatal error".

I have discovered that it the problem is specifically caused by the presence of "heartbeat_plugins.module" within the "heartbeats_plugins" sub-folder. Once that is removed, the modules page is able to load normally.

I am running this on a WAMP installation. Is there any library or feature that I should ensure to turn on which is somehow being called perhaps that anyone knows of? Am I the only one experiencing this issue?

Thanks

Comments

ruess’s picture

Interesting . . . I just deleted heartbeat_plugins.module, created a completely blank file named "heartbeat_plugins.module" and placed it in the same location, and still the modules page fails to load with even a file named "heartbeat_plugins.module." So apparently there's nothing wrong with the actual code inside there. Puzzling.

ruess’s picture

Status: Active » Closed (works as designed)

Foolish Drupal error causing all this: installed wamp without thinking and didn't realize I needed to install a lower version of PHP (5.2 or lower)