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.

Error with all page navigations

8 years 10 months ago
Licenses:
JomSocial Expired

Hello,

I cannot see the second and third pages of page lists.

First, i found this error into the photo navigation.
Then i found this error into the group members navigation.
Now i found the same error into the members navigation.

Therefore i think that this error is into all pages with a navigation!

The misconduct is equal on all sides:
If you click on "Next" or "2" to see the second page, it just shows the first page again.
Same thing with the third page.
However if you click on the fourth page, it will show that.

Is it possible to fix this error into the next Update?
I cannot change the navigation code at every navigation site after a new Update.

Greetings
Joerg

8 years 10 months ago
Licenses:

Hi, Joerg.

Edit this file: ROOT/components/com_community/models/search.php

and replace in line 338 this:

$limitstart = $this->getState('limitstart');

with this:
$limitstart = $this->getState('limitstart');
if(empty($limitstart) && isset($_GET['limitstart']))
{	
	$limitstart = $_GET['limitstart'];
}


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

Hello,

thank you for your help.

What happend then after the next Update?


Greetings
Joerg

8 years 10 months ago
Licenses:

Hi, Joerg.

Do a safe copy of modified files. Then if the same thing happens next time after upgrade - just replace original files with those customized.
This is your site specific issue, we're not sure what cause it but it doesn't seems to be a bug as for now only you reported such an issue.

It may be your server settings or it may be caused by some 3rd party extensions you have...


- 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