Pb PhpMyAdmin

Hashut

Verified User
Joined
Apr 6, 2011
Messages
56
bonjour,

j'ai probléme sur PhpMyAdmin 4.0.4.1

Erreur: disparité du jeton

qui peut m'aider
merci
 
hello,

I have problem in phpMyAdmin 4.0.4.1

Error: disparity token

who can help me
thank you
 
Code:
cd /usr/local/directadmin/custombuild
./build update
./build clean
./build phpmyadmin d
 
Have you Googled the error message? if no one else is posting here on this thread it's possibly something unique to your server configuration.

French translation from Google:
Avez-vous googlé le message d'erreur? si personne d'autre ne poster ici sur ce fil, c'est peut-être quelque chose d'unique à la configuration de votre serveur.

Jeff
 
Hello,


We have 6 servers running Directadmin and we have the same problem, we can not find any solution to this problem, did you find how to solve this problem?
Thanking you in advance


Nicolas
 
What is your webserver and PHP mode? Do you have any PHP extensions installed? I think it could be related to session.save_path setting in php.ini, is the temporary directory set in session.save_path writeable?
 
Hello,

In my php.ini

Line: 1491
;session.save_path = "/tmp"

/tmp = chmod rwxrwxrwt (1777)

No extensions installed !

options.conf =
#PHP settings. default_php possible values - 5 or 6, php5_ver - 5.2, 5.3, 5.4 or 5.5
default_php=5
php5_ver=5.3
php5_cli=no
php5_cgi=yes
php6_cli=no
php6_cgi=no
php_ini=no

Do you have an idea or can come the problem?


Thank you for your help
 
Back
Top