On 22.05.2003 09:14, Marc Delisle wrote:
Michal Cihar wrote:
Hi all
Just played with our online demo and the problem is in
$testGD = @imagecreatetruecolor(12,12); (libraries/defines_php.lib.php3)
It produces fatal error: Fatal error: imagecreatetruecolor(): requires GD 2.0 or later in /home/groups/p/ph/phpmyadmin/htdocs/phpMyAdmin/libraries/defines_php.lib.php3 on line 67 which causes php to terminate and send blank screen.... Any solution?
Thanks Michal for your fix, it works here. Another confirmation that @ does not remove all errors!
Because the demo will update later, I temporarily deactivated the GD2 code in the demo directory.
I just updated the demo, it is better solution :-)