Active
Project:
VoIP Drupal
Version:
6.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Aug 2012 at 03:04 UTC
Updated:
5 Aug 2012 at 11:59 UTC
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
Comment #1
ekes commentedIf 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?