[EMAIL PROTECTED] wrote: >> mod_midgard only sets up the database connection for requests that it >> determines are midgard requests. So if MidgardEngine is not set, it >> won't. But since the functions *will* be defined, I imagine they will >> clash with the functions declared by midgard-lite. >> > Why isn't it possible to use the midgard functions w/o mod_midgard and > the rest of the shee-bang?
Because the native midgard functions depend on mod_midgard setting up the database connection. When mod_midgard isn't active for a request, the connection will not be set up, so all the midgard functions will fail with a MGD_ERR_NOT_CONNECTED. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
