Author Topic: AJAX Scroller not showing all content items  (Read 1748 times)

catchlight

  • Newbie
  • *
  • Posts: 7
    • View Profile
AJAX Scroller not showing all content items
« on: 13 April 2011, 01:49 »
I have AJAX Scroller displaying articles from a specified category that contains 3 content items, but only the first 2 content items are being displayed…
http://www.catchlight.com/dev/naturalgardener/

I tried various settings for "Nr. of items displayed" and "Max number of items" in the module settings. I also checked file permissions as described in the FAQ and I checked to be sure overflow: hidden; was not being used by the module position in my CSS.

I would greatly appreciate any help with this problem.

Saka

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,495
    • View Profile
    • Sakic.Net
Re: AJAX Scroller not showing all content items
« Reply #1 on: 13 April 2011, 21:20 »
I get 500 Internal Server Error on this file: http://www.catchlight.com/dev/naturalgardener/modules/mod_ajaxscroller.php?m=84&d=prev&c=0

Check your server settings. This file must be allowed to execute.

catchlight

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: AJAX Scroller not showing all content items
« Reply #2 on: 13 April 2011, 23:15 »
File permissions are set to 664 on my server. Per your FAQ, I tried 644 on this file and it did not help.

The directory "modules/mod_ajaxscroller/" is set to 775 by default and I changed it to 755. This does not make any difference either.

Also, your FAQ mentions the directory "modules/mod_ajaxscroller/mod_ajaxscroller/", but I do not see that directory on my server?

Saka

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,495
    • View Profile
    • Sakic.Net
AJAX Scroller not showing all content items
« Reply #3 on: 13 April 2011, 23:54 »
It looks like the query string is making the problem. Without it the file is executed fine. So it must be some security setting on the server that blocks it. In .htaccess or somewhere else. Talk to your web host.

catchlight

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: AJAX Scroller not showing all content items
« Reply #4 on: 14 April 2011, 00:12 »
Hmmm. OK, I will look into that.

Thanks,
Howard

catchlight

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: AJAX Scroller not showing all content items
« Reply #5 on: 14 April 2011, 02:57 »
Do you have any idea what I might be looking for?

Saka

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,495
    • View Profile
    • Sakic.Net
Re: AJAX Scroller not showing all content items
« Reply #6 on: 14 April 2011, 19:53 »
I said everything that I could about it. I can't fix your server. Present your web host the link that returns 500 Error and tell them to fix it:
http://www.catchlight.com/dev/naturalgardener/modules/mod_ajaxscroller.php?m=84&d=prev&c=0
If you try http://www.catchlight.com/dev/naturalgardener/modules/mod_ajaxscroller.php?m=84&d=prev it works, so the problem is in &c=0 in query string. It is some stupid security setting somewhere on the server that blocks it.
« Last Edit: 14 April 2011, 19:55 by Saka »

catchlight

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: AJAX Scroller not showing all content items
« Reply #7 on: 14 April 2011, 21:42 »
That helps.

Thanks,
Howard