0
Welcome Guest! Login
0 items Join Now

Fatal error Class 'JModuleHelper' not found

    • Kat05's Avatar
    • Kat05
    • Preeminent Rocketeer
    • Posts: 25898
    • Thanks: 334

    Re: Fatal error Class 'JModuleHelper' not found

    Posted 11 years 1 month ago
    • abbring wrote:
      Ahh the culprit plugin. There was actually 2 plugins causing this issue.

      The plugin System - JAD Auto Popup seems to mess up with Joomla's library for some reason. The support team for easyblog added the codes below in the file /plugins/system/jad_auto_popup/jad_auto_popup.php and it works fine now :)

      $doc = JFactory::getDocument();

      if( $doc->getType() != 'html' )
      {
      return;
      }
      hi again,

      glad you found a solution and glad to know it was not a gantry bug. :)
    • Kat05 / QA Lead & Support / Germany
    • Luke Douglas's Avatar
    • Luke Douglas
    • Hero Rocketeer
    • Posts: 322
    • Thanks: 15
    • Another Old Hack!

    Re: Fatal error Class 'JModuleHelper' not found

    Posted 11 years 1 month ago
    • Just to chime in, I'm running PHP 5.3.27 and I'm getting this error on several sites. Bummer!
    • Just another old hacker!
  • Re: Fatal error Class 'JModuleHelper' not found

    Posted 10 years 8 months ago
    • Has this issue ever been resolved?

      this is my error:
      PHP Fatal error: Class 'JModuleHelper' not found in /home/brecken/public_html/libraries/gantry/core/renderers/gantrymodulesrenderer.class.php on line 60

      Running 2.5.19 and PHP 5.3.28

      I'm getting a log file getting as bloated as 24gigs if left unattended for 2 or 3 weeks. I'm having to go in and delete the server log so it doesn't kill the site on the server.

      Trey
    • Cpointcc's Avatar
    • Cpointcc
    • Elite Rocketeer
    • Posts: 892
    • Thanks: 5

    Re: Fatal error Class 'JModuleHelper' not found

    Posted 10 years 7 months ago
    • I too am getting this error in my log file:

      [Wed Mar 26 12:19:45 2014] [warn] [client 68.252.180.20] mod_fcgid: stderr: PHP Fatal error: Class 'JModuleHelper' not found in /var/www/vhosts/xxxxx.com/httpdocs/libraries/gantry/core/renderers/gantrymodulesrenderer.class.php on line 60

      I am using the leviathan template version 1.4

      I also have an xmap rewrite to sitemap.xml. It produces a blank page. I have the same code on 50+ sites and it works fine. If I turn sef off then it works. This is the only thing I can think of that is different. Would this error be breaking the re-direct?
    • Last Edit: 10 years 7 months ago by Cpointcc.
    • Kat05's Avatar
    • Kat05
    • Preeminent Rocketeer
    • Posts: 25898
    • Thanks: 334

    Re: Fatal error Class 'JModuleHelper' not found

    Posted 10 years 7 months ago
    • hi all,

      i have moved this topic back to the main gantry board (away from solved).
      if anyone would like to post their login details here, please do. then i can take another look.

      thanks, kat :)
    • Kat05 / QA Lead & Support / Germany
    • Cpointcc's Avatar
    • Cpointcc
    • Elite Rocketeer
    • Posts: 892
    • Thanks: 5

    Re: Fatal error Class 'JModuleHelper' not found

    Posted 10 years 7 months ago
    • Hi Kat,

      I have created a login for you to view this issue. See the secure info for details.
  • Re: Fatal error Class 'JModuleHelper' not found

    Posted 10 years 7 months ago
    • Doing some searching I have a lead on a possible fix.
      Seems the issue is related to JDocumentHTML class not importing JModuleHelper for some reason.

      the lead on a solution is to add:

      jimport( 'joomla.application.module.helper' );

      adding this line in the corresponding .php file ../libraries/gantry/core/renderers/gantrymodulesrenderer.class.php just before line 60 where the error is (the line that references JModuleHelper) seems to resolve this issue.
    • Last Edit: 8 years 11 months ago by Kat05.
    • Cpointcc's Avatar
    • Cpointcc
    • Elite Rocketeer
    • Posts: 892
    • Thanks: 5

    Re: Fatal error Class 'JModuleHelper' not found

    Posted 10 years 7 months ago
    • I have added that code to the file and it does stop the warning, however, now if I try my /sitemap.xml instead of a white page I get a list of errors. Shown in the secure area.
  • Re: "Fatal error Class 'JModuleHelper' not found

    Posted 10 years 7 months ago
    • Cpointcc,
      Can you elaborate on the "errors" your now getting? I'm curious to know if addeding this code caused the new errors your seeing, or if resolving the "Fatal error Class 'JModuleHelper' not found" error revealed other unrelated errors in your site.
  • Re: "Fatal error Class 'JModuleHelper' not found

    Posted 10 years 4 weeks ago
    • The issue isn't solved yet ?
      [27-Oct-2014 13:24:51 Europe/Berlin] PHP Fatal error: Class 'JModuleHelper' not found in /home2/xxxxxx/public_html/libraries/gantry/core/renderers/gantrymodulesrenderer.class.php on line 60

      I've read all the post and Idon't see any solution to the warnings.

Time to create page: 0.077 seconds