Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • seelife Friend
    #186395

    Hi Folks, on my fromnt page at the top of the site just above the News Slider this error appears.
    Joomla 1.5, Telive IV. The error is : PHP Fatal error: Class ‘JComponentHelper’ not found in /home/meadmin/public_html/MJ/modules/mod_janews_fp/helpers/adapter/flexi.php on line 4
    Can some one please point me where to remove this notice while tracking down the error.
    Appreaciate all assistance.
    Regards

    HeR0 Friend
    #488668

    Hi Seelife,

    Please try to edit file modulesmod_janews_fphelpersadapterflexi.php
    – Find

    if (!defined('FLEXI_SECTION')) {
    $cparams = & JComponentHelper::getParams('com_flexicontent');
    define('FLEXI_SECTION', $cparams->get('flexi_section'));
    }

    – Replace to

    jimport( 'joomla.application.component.helper' );
    if (!defined('FLEXI_SECTION')) {
    $cparams = & JComponentHelper::getParams('com_flexicontent');
    define('FLEXI_SECTION', $cparams->get('flexi_section'));
    }

    Hope this helps.

    seelife Friend
    #488722

    Hi Hero – no that crashes the entire site with error :
    30-Mar-2013 16:16:34] PHP Fatal error: Class ‘JComponentHelper’ not found in /home/meadmin/public_html/MJ/modules/mod_janews_fp/helpers/adapter/flexi.php on line 4
    thanks for the input

    HeR0 Friend
    #488773

    Dear Seelife,

    Please clean cache. If this issue persists, PM me super admin account, ftp info. I need a closer look to check and help you out.

    Regards

    seelife Friend
    #488882

    Hi Hero, Ok I cleaned all caches out and the site runs but the error still exists.
    I will PM you. Thanks for the help.

    HeR0 Friend
    #488912

    Dear,

    Super admin account is wrong which you sent. Please send to me again. :((

    seelife Friend
    #489219

    Hi Hero – sorry about the delay. Have sent you a new PM.
    Regards

    HeR0 Friend
    #489385

    Dear,

    I clean log file in template to resolve your issue.
    Kindly check your site again.

    Regards

    seelife Friend
    #489457

    Thank you Hero, that seems to have fixed it.

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 2 voices, and was last updated by  seelife 11 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum