Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Blank Screen at backend after 3.6.x

7 years 7 months ago
Licenses:
JomSocial Active

ISSUE SUMMARY:
same issue in version 3.2.1.4 Pro - backend got a blank screen after update joomla to 3.6.x

STEPS TO REPLICATE:
1 open community backend
2 blank screen
3
4
5
RESULT blank screen
EXPECTED RESULT backend of jomsocial
BROWSER
Joomla 3.6.2

Will there be a fix for Jom Social 3.2.1.4 (update to a new version of Jom Soical struggle my site

7 years 7 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi,

This issue caused by old Jomsocial version, but seems you already fixed this by updating the jomsocial :)

cheers!

7 years 7 months ago
Licenses:
JomSocial Active

The problem is, to update to a new version caused problems as well - so the question is - could you fix the old version as well?

7 years 7 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

to fix this open this file components/com_community/libraries/core.php, find this :

if (array_key_exists($classname, $classes)) {
replace to :
$app = JFactory::getApplication();
         if ($app->isAdmin() && array_key_exists($classname, $classes) && file_exists(JPATH_ROOT . '/administrator/components/com_community' . $classes[$classname])) {
             require_once(JPATH_ROOT . '/administrator/components/com_community' . $classes[$classname]);
         }elseif(array_key_exists($classname, $classes) && file_exists(JPATH_ROOT . '/components/com_community' . $classes[$classname])) {

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW