Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Incorrect format parameter

Currently, when I visit localhost/phpmyadmin, I am seeing the following error:

ERROR: Token Mismatch (In tooltip)

Incorrect format parameter

I will explain the changes I did step by step:

  • I had xampp of version 1.7.1 installed.

  • To upgrade it to latest, I renamed Xampp folder in c:// to "xampp_1" and took the group database backup in .sql format.

  • From this link, I downloaded php_oauth-1.2.3-5.6-ts-vc11-x86.zip and copied the php_oauth.dll to c://xampp/php/ext/ and then in php.ini, I mentioned extension=php_oauth.dll.

  • After this, I ran Apache server and Mysql through Xampp. then tried to import the sql backup file through CLI as follows:

      mysql -u root < localhost.sql
    
  • I got some error in command prompt. (I will update this soon)

  • Then later when I visited localhost/phpmyadmin, I am seeing this page:

enter image description here

like image 229
Mr_Green Avatar asked Apr 03 '15 11:04

Mr_Green


People also ask

What does incorrect format parameter mean?

Causes of the PhpMyAdmin incorrect format parameter errorA script is running more than the defined maximum execution time. If the requested data exceed the defined limit. If the script needs more memory than the assigned memory value.


1 Answers

In my case this worked:

  1. logout
  2. clear url (remove all after ?, wspecially token=blablabla must be removed)
  3. remove all cookies
  4. refresh
  5. login

This can't fix the problem basically as the same error may appear in any time

like image 146
guest Avatar answered Sep 29 '22 18:09

guest