foxmask / Booster

Booster of Jelix.Org : The Jelix repository of apps, modules, plugins, and language packs - roadmap
http://booster.jelix.org
4 stars 3 forks source link

error 500, technical error on the page to admin users #9

Closed laurentj closed 13 years ago

laurentj commented 13 years ago

On the url /adminboost.php/admin/auth/users , internal error

foxmask commented 13 years ago

the fix is done but we have a bad build of the SQL :

Erreur dans la requête (Unknown column 'phorum_usr.member_login' in 'order clause'(SELECT usr.id_user as id, usr.member_login as login, usr.member_password as password, usr.member_status as status, usr.member_email as email, usr.member_nickname as nickname, usr.member_keyactivate as keyactivate, usr.member_request_date as request_date, usr.member_created as create_date FROM phorum_member AS usr ORDER BY phorum_usr.member_login asc LIMIT 0,20))

If think it's the issue we still met with the table prefix which is not handle from the admin panel