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.

I have a problem I can not access in the administration to my "dashboard" J

11 years 1 month ago
  • Michel's Avatar
    Topic Author
  • Michel
  • Offline
  • Fresh Boarder
  • Posts: 19
  • Thank you received: 1
Licenses:
JomSocial Active iSEO Expired Socialize Expired

Hello JomSocial, i hope you're fine.
I have a problem I can not access in the administration to my "dashboard" JomSocial! :-/
Thank you for your help.

Best regards.

The following user(s) said Thank You: Peter
11 years 1 month ago
Licenses:

Hi, Julien.

Solved :)

I had to upgrade JomSocial and Joomla! in your site to current versions -> JomSocial 3.1.0.4 and Joomla! 3.2.3.
But I made safe copy (with Akeeba backup) before that so nothing is really lost (if you made any customizations in code).

I had to modify some files:

ROOT/administrator/components/com_community/controllers/community.php in line 60, replace this:

$photos	= $this->getModel( 'Photos' );

to this:
$photos = $this->getModel( 'Photos', 'CommunityAdminModel');

ROOT/administrator/components/com_community/controllers/photos.php in line 51, replace this:
$view->setModel( $model , $viewName );

to this:
$model = $this->getModel( $viewName ,'CommunityAdminModel' );

ROOT/administrator/components/com_community/models/photos.php in line 18, replace this:
class CommunityModelPhotos extends JModelLegacy

to this:
class CommunityAdminModelPhotos extends JModelLegacy

This solution apply to:

Fatal error: Cannot redeclare class CommunityModelPhotos in (...)/administrator/components/com_community/models/photos.php on line 18


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
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