Page 2 of 2

Re: LC Server database connection

Posted: Tue Jul 27, 2021 12:40 pm
by AxWald
Matthias,
as I see it both your error messages show that "revdatabaselibrary" is loaded - this is where "revdberr" comes from, IMO. In my case I haven't seen a single "revdberr" from the server.

This is why I try to close a not-existent db - to create this error, and to see what it says:

Code: Select all

file "/www/htdocs/xyz/domain.com/cgi-bin/_test_db.lc"
  row 2, col 5: Function: error in function handler (revdb_disconnect)
  row 2, col 5: put: error in expression
You see the difference? No reference to an "external handler", no "revdberr", it just doesn't recognize "revdb_disconnect".

Thanks to your help I know now that it isn't a universal bug in this LC version. Your kernel version should match an Ubuntu 12/13, well within LCs specifications.
So it's either my "too new OS", or something on the server machine that's preventing the loading of the external.

Thx again, have a good time!