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

Tuesday, February 22, 2022

[FIXED] Getting an Error 500 on php myadmin using MAMP and a MAC

 February 22, 2022     mamp, php, phpmyadmin     No comments   

Issue

I'm using a MAC OS and I have MAMP installed. I have set up my database in PHP myAdmin however when I go into Designer tab to set up my relationships, I get Error 500.

/Applications/MAMP/bin/php/php7.2.8/conf/php.ini <- Version I'm running

Error 500 Screenshot

Screenshot of myAdmin page

Thank you all (sorry I haven't given a more technical description I'm a newby.


Solution

As someone already suggested in this link all you have to do is to open

/Applications/MAMP/bin/phpMyAdmin/libraries/classes/Database/Designer/Common.php

And on line 268 edit from return null; to return array();



Answered By - lukashais
  • 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