coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: fotovagu on September 20, 2006, 08:57:43 PM

Title: can't see user list.
Post by: fotovagu on September 20, 2006, 08:57:43 PM
even while im logged in as admin, i cant see the user list from the admin mode, when i click, it says *critical error* "There was an error while processing a database query ". my logged in users also unable to view the user list.
Title: Re: can't see user list.
Post by: Sami on September 21, 2006, 01:19:29 AM
Enable debug mode and post the actual error
Title: Re: can't see user list.
Post by: fotovagu on September 21, 2006, 08:48:32 AM
There was an error while processing a database query.

While executing query "SELECT user_id as user_id, user_name as user_name, user_email as user_email, UNIX_TIMESTAMP(user_regdate) as user_regdate, UNIX_TIMESTAMP(user_lastvisit) as user_lastvisit, user_active as user_active, COUNT(pid) as pic_count, ROUND(SUM(total_filesize)/1024) as disk_usage, group_name, group_quota FROM `fotovagu_copper`.cpg149_users AS u INNER JOIN cpg149_usergroups AS g ON u.user_group = g.group_id LEFT JOIN cpg149_pictures AS p ON p.owner_id = u.user_id GROUP BY user_id ORDER BY user_regdate DESC LIMIT 0, 25;" on Resource id #6

mySQL error: Got error 12 from table handler




Title: Re: can't see user list.
Post by: fotovagu on September 21, 2006, 02:41:04 PM
i guess this a hosting related issue. sometimes i can view the user list from the admin mode and user mode.
Title: Re: can't see user list.
Post by: Sami on September 21, 2006, 02:45:52 PM
here is what I found about your error message:
The error is caused by the server not having enough disk space for MySQL to perform the action.
So you need to ask your host for support
Title: Re: can't see user list.
Post by: fotovagu on September 22, 2006, 07:22:40 AM
yes. that was a hoting/server side issue, and its fixed now. thanx  :)