Gossamer Forum
Home : Products : DBMan : Customization :

Weird dbman behavior

Quote Reply
Weird dbman behavior
Would someone care to take a look at the following URL http://newtongallery.virtualave.net/...cords=1&Userid=* and from there click on the second page ?

It yields an internal server error and I cannot figure out why. Unfortunately, I have no access to the error logs (short of asking the SysAdmin).

Field 36 is a date field and contains the date a record was updated.

Do I have the field syntax wrong ? Did I miss something else ? Can someone figure out what could be wrong ?

Thanks,

Georg
Quote Reply
Re: Weird dbman behavior In reply to
Guten Tag Georg,

I was able to access your database using the url:

http://newtongallery.virtualave.net/gallery.cgi?db=default&uid=default&so=descend&view_records=1&Userid=*

If the substring 'sb=4' is added, the internal error occurs.

I suggest you to look into your code where this parameter is handled.

Viel Glück !
Germinator


Quote Reply
Re: Weird dbman behavior In reply to
You know, the weird thing is, that it worked just fine before (and I didn't make any changes to the code). Could it be that something in the .db-file is causing the server error ? Why else would adding a "sort-by" directive cause the error to pop up.

But then again, it may have to do with the code, because if I search on "db=compact" (which uses the same db-file, only the output formatting is different, it has no problems with "sb=").

Any ideas how to hunt down the error ? Will knowledge about the error message help, ie. should I ask the admin about it ?

Georg