1
Using MySQL Debug, I get the following errors on every Front-Side page of my site:
SELECT * FROM *****_users u, *****_user_profile p WHERE u.uid = p.profileid AND (level > '0') ORDER BY user_regdate DESC LIMIT 0, 5
Error number: 1052
Error message: Column: 'user_regdate' in order clause is ambiguous
( 0.000338)
SELECT * FROM *****_users u, *****_user_profile p WHERE u.uid = p.profileid AND (level > '0') ORDER BY user_regdate DESC LIMIT 0, 5
Error number: 1052
Error message: Column: 'user_regdate' in order clause is ambiguous
( 0.00014)
XOOPS Version: 2.2.1
MySQL Version: 4.0.24-standard
PHP Version: 4.3.11
Could someone explain to me what these errors are and how to get rid of them?
Thanks,
James
Insanity can be defined as "doing the same thing over and over and expecting different results."
Stupidity is not a crime. Therefore, you are free to go.