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
Thank you all (sorry I haven't given a more technical description I'm a newby.
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();