After installing and enabling voipnode module, I get a message that Content Permissions must be rebuilt. When I click to rebuild I get this Fatal error msg:

An error occurred. /batch?id=50&op=do
Fatal error: Call to undefined function voipextension_load_by_module_id() in /home/telepath/public_html/sites/all/modules/voipnode/voipnode.module on line 114

I tried the beta and the dev version of voipnode and
I am using Drupal 6.26 -
MySQL database 5.1.63
PHP 5.3.13

Thanks for any insight - it's almost working!!!!

Comments

ekes’s picture

If I recall that will happen if autoload hasn't added the class to the registry. This should be added on a cache clear, which is also in the hook_enable. If you clear your cache now manually does it solve the problem?