By benjamin beaugh on Friday, 03 July 2015
Posted in General Issues
Replies 3
Likes 0
Views 688
Votes 0
Hi guys,

When i create a menu item to an easyblog component the page loads blank.

site details below.
thanks!
Hello Benjamin Beaugh,

I am sorry for the delay of this reply.

Regarding your issue, it seems like your site no longer installed JomSocial but in your Joomla, you still have folders and files from this component. When EasyBlog check against this file JOOMLA/components/com_community/libraries/core.php, the file exists and EasyBlog 'think' JomSocial was installed and attempt to require this file. The moment EasyBlog require this file, it hit php error:


Warning: require_once(JOOLMA/components/com_jsn/helpers/helper.php): failed to open stream: No such file or directory in JOOLMA/components/com_community/libraries/core.php on line 7

Fatal error: require_once(): Failed opening required 'JOOLMA/components/com_jsn/helpers/helper.php' (include_path='.:/opt/php55/lib/php') in JOOLMA/components/com_community/libraries/core.php on line 7


To fix your issue, I've temporary edit your EasyBlog so that when EasyBlog check for Jomsocial, it always return false. Below is the file I've modified:

JOOMLA/administrator/components/com_easyblog/includes/jomsocial/jomsocial.php

and added below code at line 337:


return false;


Please see the attached image.

Now your EasyBlog is working corrrectly
Hope this help and have a nice day!
Sam
·
Friday, 03 July 2015 13:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Yay!! Thank you! As always, superior support!
·
Friday, 03 July 2015 13:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Benjamin Beaugh,

You are most welcome

Have a nice day and wishing you a good weekend
Sam
·
Friday, 03 July 2015 14:11
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post