Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 7

PewPewKericgilletteperegrinesarowlwp +3 guests

Fatal Error

This discussion is related to the Google AdSense > Side Panel addon.
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

  • Posts: 4
    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)
Sign In or Register to comment.