PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, February 9, 2022

[FIXED] Incorrect format parameter

 February 09, 2022     apache, mysql, php, phpmyadmin, xampp     No comments   

Issue

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


Solution

Adding solution as a answer text so that the question drops from the Unanswered Questions list. Original answer is provided by the question author in a reply/comment on his original question text:

I uninstalled both 1.7.1 and 5.6.3 and then re-installed 5.6.3. That did the trick.



Answered By - Jared Clemence
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing