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?

Comments

  • Line 5 of class.adsensesidepanelmodule.php needs to be changed from;

    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.

Sign In or Register to comment.