Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Fatal Error
Getting Fatal error in Vanilla 2.xxx:
Fatal error: Class 'Module' not found in /not/important/path/to/aforum/public_html/plugins/GoogleAdSenseSidePanel/class.adsensesidepanelmodule.php on line 5
Will you update this plugin?
Fatal error: Class 'Module' not found in /not/important/path/to/aforum/public_html/plugins/GoogleAdSenseSidePanel/class.adsensesidepanelmodule.php on line 5
Will you update this plugin?
0
Comments
class AdSenseSidePanelModule extends Module
to:
class AdSenseSidePanelModule extends Gdn_Module
and it works (for me at least)
Worked for for me too, great script
Worked for me also. Thank you.