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.

Fatal error on wall.php (Jomsocial 3.2.0.5)

10 years 11 months ago
Licenses:
JomSocial Expired

PHP Fatal error: Using $this when not in object context in /components/com_community/libraries/wall.php on line 258

if ($discussionsTrigger) {
$html = $this->_getOlderWallsHTML($groupId, $uniqueId, $limitStart) . $html;
} else {
258 $html .= $this->_getOlderWallsHTML($groupId, $uniqueId, $limitStart);
}

Please correct it by :

if ($discussionsTrigger) {
$html = CWallLibrary::_getOlderWallsHTML($groupId, $uniqueId, $limitStart) . $html;
} else {
258 $html .= CWallLibrary::_getOlderWallsHTML($groupId, $uniqueId, $limitStart);
}


this fix works !

Regards.

The following user(s) said Thank You: Michał
10 years 11 months ago
Licenses:

Hi, Olivier.

it seems that this error is your site specific and as for now no other user reported.
But thank you for sharing your solution. I'm sure if in future users will encounter similar issue will find your solution.

Please describe how to replicate this issue. I'll check it on my installation.


- 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
10 years 11 months ago
Licenses:
JomSocial Expired

it seems that is it for older wall posts.

there is a similar post for JS 3.2.0.1

10 years 11 months ago
Licenses:

Hi, Olivier.

What version are you using?


- 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
10 years 11 months ago
Licenses:
JomSocial Expired

Jomsocial 3.2.0.5

10 years 11 months ago
Licenses:

Hi, Olivier.

Ok, thank you again - now users that will looking for similar issue will have whole information.


- 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