My site has crashed after attempting to disable this module returning the following error code on the URL (http://magicblox.com)
Fatal error: Call to undefined function uc_gift_certificate_total() in /www/magic/public_html/includes/common.inc(1685) : eval()'d code on line 6
How do I get my site back up and running?
The reason I attempted to disable the module was to install the latest version 6.x - 1.4 in an effort to resolve a bug where users who receive gift certificates were not receiving the money in their account. User 1 would buy a gift certificate for a new user, User 2. User 2 account would get created and an email would arrive, but when User 2 logged in, there was $0.00 of gift certificates.
Please help!
- Jason Lane
Comments
Comment #1
jrust commentedSounds like you have extra code or modules that are calling uc_gift_certificate_total(). Either try finding that code or re-enable the module.
Comment #2
thedavidmeister commentedThis sounds like an issue with code you've written or commissioned, not the module itself. Can you provide a backtrace or more information about where the eval()'d code actually is?
Comment #2.0
thedavidmeister commentedAdded some additional detail.