[phplib] More problems with auth. From: Javier Leyba (jleyba <email protected>)
Date: 07/03/00

I'm using PHP4 and PHPLib. I've created a few users and when each user try to access some pages they receive the following error message:

Database error: Invalid SQL: select site.id as id, uri, title, descr, site.sub_date as sub_date, site.country_id as country_id, categ.name as categ_name from site, site_categ, categ where site_categ.site_id = site.id and categ.id = 26 and site.flag = 0 group by site.id
MySQL Error: 1114 (The table 'SQL14d_0' is full)

Does anybody know what is this ?

Thanks

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