'Error: Mismatch Token' error in PhpMyAdmin

martijn94

Verified User
Joined
Jan 11, 2014
Messages
17
Hello,

After updating to CB2.0 my PhpMyAdmin isn't functioning anymore. I can login to PhpMyAdmin but when clicking any button the error 'Error: Mismatch Token' is given. My version of PhpMyAdmin is 4.1.4.

Hope anyone can help me out here!

Regards,

Martijn
 
Its a problem with sessions becoming corrupted. Make sure your sessions are in /tmp. If phpmyadmin saves sessions in the phpmyadmin database table try truncating the sessions table.
 
Hello,

After updating to CB2.0 my PhpMyAdmin isn't functioning anymore. I can login to PhpMyAdmin but when clicking any button the error 'Error: Mismatch Token' is given. My version of PhpMyAdmin is 4.1.4.

Hope anyone can help me out here!

Regards,

Martijn
I'm guessing you're using PHP-FPM?
 
I'm guessing you're using PHP-FPM?

Honestly can't tell, if it's not enabled by default i'm not. I actually updated to CB2.0 to use mod_ruid2. And from what I understand those can't work together?

I guess I don't looking at my loaded php modules:

core mod_authn_file mod_authn_dbm mod_authn_anon mod_authn_dbd mod_authn_socache mod_authn_core mod_authz_host mod_authz_groupfile mod_authz_user mod_authz_dbm mod_authz_owner mod_authz_dbd mod_authz_core mod_access_compat mod_auth_basic mod_auth_form mod_auth_digest mod_allowmethods mod_file_cache mod_cache mod_cache_disk mod_cache_socache mod_socache_shmcb mod_socache_dbm mod_socache_memcache mod_so mod_macro mod_dbd mod_dumpio mod_buffer mod_ratelimit mod_reqtimeout mod_ext_filter mod_request mod_include mod_filter mod_substitute mod_sed mod_deflate http_core mod_mime mod_log_config mod_log_debug mod_logio mod_env mod_expires mod_headers mod_unique_id mod_setenvif mod_version mod_remoteip mod_proxy mod_proxy_connect mod_proxy_ftp mod_proxy_http mod_proxy_fcgi mod_proxy_scgi mod_proxy_wstunnel mod_proxy_ajp mod_proxy_balancer mod_proxy_express mod_session mod_session_cookie mod_session_dbd mod_slotmem_shm mod_ssl mod_lbmethod_byrequests mod_lbmethod_bytraffic mod_lbmethod_bybusyness mod_lbmethod_heartbeat mod_unixd mod_dav mod_status mod_autoindex mod_info mod_suexec mod_cgi mod_dav_fs mod_dav_lock mod_vhost_alias mod_negotiation mod_dir mod_actions mod_speling mod_userdir mod_alias mod_rewrite mod_ruid2 prefork mod_php5
 
Ok guys,

I just found out that Varnish was my pain in the ass here :/.

Thanks everybody alot for your help!
 
Back
Top