Hi everyone!!!,
I got something that's been dogging me around for a while and it's that normal
users can't get to see account details, but when I set any normal user as administrator
this issue is not a problem anymore because the account details can be seen by
this user, but the fact is that any normal user can't have an administrator profile!!!
What can I be missing for this issue to be happening??
Am using the 5.0.0a version in a wamp platform.
Got something else to say: There's an error shown when these details can't be seen,
it's sort of an SQL error beacuse I get to see a SQL statement, but when the profile of
the user is changed to administrator, this error disappears and the details are shown.
This SQL error I mention, is refering to one the modules I created.
This is the error message:
Error running count query for Account List: Query FailedSELECT count(*) c FROM tll_vehiculos INNER JOIN team_memberships team_memberships ON tll_vehiculos.team_id = team_memberships.team_id AND team_memberships.user_id = '325cdc92-c6ea-4cae-cad6-46ceb51a8666' AND team_memberships.deleted=0 INNER JOIN tll_vehiculos_accounts ON (tll_vehiculos.id=tll_vehiculos_accounts.tll_vehic ulos_ida AND tll_vehiculos_accounts.accounts_idb= '4de6bedd-eecb-5173-0d74-47a0e5df44e5') where ( tll_vehiculos_accounts.deleted=0 AND tll_vehiculos.deleted=0) AND tll_vehiculos.deleted=0 )::MySQL error 1054:
I hope that my explanation is clear for you guys!!!
Thank you all
Juan Miguel


LinkBack URL
About LinkBacks
SELECT count(*) c FROM tll_vehiculos INNER JOIN team_memberships team_memberships ON tll_vehiculos.team_id = team_memberships.team_id AND team_memberships.user_id = '325cdc92-c6ea-4cae-cad6-46ceb51a8666' AND team_memberships.deleted=0 INNER JOIN tll_vehiculos_accounts ON (tll_vehiculos.id=tll_vehiculos_accounts.tll_vehic ulos_ida AND tll_vehiculos_accounts.accounts_idb= '4de6bedd-eecb-5173-0d74-47a0e5df44e5') where ( tll_vehiculos_accounts.deleted=0 AND tll_vehiculos.deleted=0) AND tll_vehiculos.deleted=0 )::MySQL error 1054: 



Reply With Quote
Bookmarks