Archive for the 'phpMyAdmin' Category

phpMyAdmin Fatal Error with imageftbbox() after clicking ‘Profiling’ checkbox

Problem: I accidentally clicked the ‘Profiling’ textbox in the Browse view of phpMyAdmin (see image below) and it immediately redirected the page and spat the following error: Fatal error: Call to undefined function imageftbbox() in /Users/[whatever]/Sites/phpmyadmin/libraries/chart/pChart/pChart.class on line 1118 From that point forward PMA was useless in any browse view. Reinstallation didn’t fix it either. [...]