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 AGAIN

11 years 1 week ago
  • Thomy's Avatar
    Topic Author
  • Thomy
  • Offline
  • Fresh Boarder
  • Posts: 99
  • Thank you received: 6
Licenses:
JomSocial Active

Hi,
please can you take a look on this Topic
the error stll for many users!

The error Code without the fix:

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

You can see at the first look that the code ist wrong please fix it he's been around for several versions of jomsocial.

Another Question:
Why can a user not answered on a existing topic from other users?

11 years 1 week ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Hi Tommy,

Have you follow the solution from thet topic www.jomsocial.com/forum/profile-universa...hp-jomsocial-3-2-0-5 ? simply you only need to find this code :

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

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

if you need more assistance please let me know.
thank you

11 years 1 week ago
Licenses:

Hi, Thommy.

Ok, you are third person that reported that issue. I'll mark it as a bug and report to our developers.

As for your second question: thread belongs only to one user and only original author can write in it. It makes our work much easier.
Threads are more like support tickets than forum threads.
It's easier to keep record of issues that ware resolved or need further support.


- 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
11 years 1 week ago
  • Thomy's Avatar
    Topic Author
  • Thomy
  • Offline
  • Fresh Boarder
  • Posts: 99
  • Thank you received: 6
Licenses:
JomSocial Active

@Dimas Tekad Santosa:
yes I solved the error for myself

@Dimas Tekad Santosa:
but often I have a answer for a question of another user.
Perhaps you can buildin a funktion that we kann replayed to unsolved topics?

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