I fixed it by removing the ORDER BY clause in the snippet code. That can have unpleasant side effects but it didn’t in my case.
Another way is to create the documents in the order you want them to appear since that’s the order they end up in with 5.0.51.
Quote from: BobRay at Sep 22, 2009, 07:51 PM
I fixed it by removing the ORDER BY clause in the snippet code. That can have unpleasant side effects but it didn’t in my case.
Another way is to create the documents in the order you want them to appear since that’s the order they end up in with 5.0.51.
Where in the code did you remove the ORDER BY clause. What files?
...I believed it was Friday...
Quote from: thorjarle at Apr 11, 2011, 03:53 AM
Quote from: BobRay at Sep 22, 2009, 07:51 PM
I fixed it by removing the ORDER BY clause in the snippet code. That can have unpleasant side effects but it didn’t in my case.
Another way is to create the documents in the order you want them to appear since that’s the order they end up in with 5.0.51.
Where in the code did you remove the ORDER BY clause. What files?
That post over a year old and 5.0.51 is now hopelessly out of date and known to be very bug-ridden. Really, updating from 5.0.51 is a much better solution. No one should be running it any more.