datamunky Posted October 30, 2008 Posted October 30, 2008 Hey guys, Wondering if anyone knows what this means? Fatal error: Class 'transfer' not found in /home/waxmuseu/public_html/shop/includes/classes/payment.php on line 41 Any help is appreciated. Thanks, DM
datamunky Posted October 30, 2008 Author Posted October 30, 2008 Well, this is the line 41 in question: $GLOBALS[$include_modules[$i]['class']] = new $include_modules[$i]['class']; Any ideas how I'd go about fixing the mod?
Dr_DK Posted October 30, 2008 Posted October 30, 2008 Datamunky - Look again at the mod instructions and see if you had skipped a section or bug fix where it's talking about inserting a class for "transfer" or an entire seperate class php file. You are missing this entire class which is why you are getting this error! Hope that helps.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.