Admin button disappeared / cannot find the ndxz_users

onziemeetage / 2020-01-07 12:35:21   

Bonjour everyone,
neophyte question, sorry for that : I cannot find the "ndxz_users" table in "files" or anywhere else, as the "Admin button" disappeared when resetting password..
Merci.

----------

In case anyone is interested, for some strange reason, after updating to 2.1.4, the column "user_admin" in the "ndxz_users" table was set to 0 instead of 1, so the is_admin() check was returning false and thus disallowing the access of many of the Admin tabs and hiding the Admin link itself.
So, to fix this:

1) Access your database via phpMyAdmin or a similar tool in your hosting.
2) Go to the "ndxz_users" table (your table might have a different prefix instead of "ndxz_")
3) Change the "user_admin" column of your user from 0 to 1.

Now, the Admin link should appear again.

Frami / 2020-01-07 23:36:34   

bonjour,

Connecte toi à ta base de donnée par l'Interface d'administration de ton hébergeur (qui devrait être magic.fr/)

Lien direct phpmyadmin phpmymagic.phpnet.org/

info assistance.groupemagiconline.com/knowledge-base/gerer-mes-bases-de-donnees/

------------------------------------------------------------------------------

Hello,

Connect to your database through the administration interface of your host (which should be magic.fr/)

Direct link phpmyadmin phpmymagic.phpnet.org/

info assistance.groupemagiconline.com/knowledge-base/gerer-mes-bases-de-donnees/

onziemeetage / 2020-01-08 09:38:19   

Merci Frami, je découvre la magie d

Il manque user_admin dans la base de données, et peut-être d'autres tableaux?
Je ne sais comment l'insérer.

onziemeetage / 2020-01-08 10:01:29   

J'ai créé une colonne user_admin, sans succès.

Frami / 2020-01-08 13:38:15   

Ok ,

ndxz_users c'est la Table , dans phpmyadmin clique dessus à gauche et dans les données de cette table à droite , y a ce que tu cherches :)

onziemeetage / 2020-01-09 15:34:19   

Merci beaucoup Frami.
Sans succès, j'ai réinstallé, cela fonctionne.
^^

This thread has been closed, thank you.