-
AuthorPosts
-
seelife Friend
seelife
- Join date:
- October 2011
- Posts:
- 87
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 5
- Thanked:
- 6 times in 1 posts
April 2, 2013 at 7:50 pm #186395Hi 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.
RegardsHeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
April 3, 2013 at 4:20 am #488668Hi 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 Friendseelife
- Join date:
- October 2011
- Posts:
- 87
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 5
- Thanked:
- 6 times in 1 posts
April 3, 2013 at 4:55 pm #488722Hi 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 inputHeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
April 4, 2013 at 3:19 am #488773Dear 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 Friendseelife
- Join date:
- October 2011
- Posts:
- 87
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 5
- Thanked:
- 6 times in 1 posts
April 4, 2013 at 7:51 pm #488882Hi 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 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
April 5, 2013 at 4:30 am #488912Dear,
Super admin account is wrong which you sent. Please send to me again. :((
seelife Friendseelife
- Join date:
- October 2011
- Posts:
- 87
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 5
- Thanked:
- 6 times in 1 posts
April 8, 2013 at 4:07 pm #489219Hi Hero – sorry about the delay. Have sent you a new PM.
Regards -
AuthorPosts
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