[phplib] session mysql error message From: Andy Worthington (christopherandrew <email protected>)
Date: 01/25/01

I have had this problem a long time ago and thought I fixed it the same way
but I still get the error. I get the following error when the page_close()
is called on some pages:

Database error: Invalid SQL: update active_sessions set val='(omitted for
lenght)', changed='20010125152642' where
sid='d8c074c03eeccb929be995a412a6b7a4' and name='sts_Session'
MySQL Error: 1146(Table 'sts_app.active_sessions' doesn't exist)

This is on a page where I use two db objects. The first one accesses the db
object used by the session class. The second use is a db object that uses a
different database. Originally both classes were setup in local.inc to use
the same user/pass pair. I thought I remembered that being the root of the
problem so I changed one of them to a different user/pass but I still get
the error. Any idea why?

Thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>