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

Monday, January 31, 2022

[FIXED] PHPMyAdmin is not working on appserv

 January 31, 2022     php, phpmyadmin     No comments   

Issue

Yesterday my local Appserv worked normally. But today when I open my AppServ - PhpMyAdmin gives the following error:

Fatal error: Call to undefined function get_magic_quotes_gpc() in C:\AppServ\www\phpMyAdmin\error.php on line 63

How can I solve this?


Solution

There must be issue with the your PHP/MySQL Configuration.

Please make sure you have proper version of PHP / MYSQL running and you should not have any issue.

Ideally you should have php 5.6.x version and mysql 5.6 running.



Answered By - NIlay Mehta
  • 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