Robert:
> i receive this error: Fatal error: Call to undefined
> function: imagecreatefrompng() in
> /var/www/nver.net/seti/seti_lib.inc.php on line 335
> i'm not very familiar with php, but i think it's
> configured is ok.... :
> PHP Version 4.3.8-5
Hi. This may be obvious, but please try it out first. Create a test.php file in the same directory where the PHPSETIMon files are stores, with the following content:
Code:
<?php phpinfo(); ?>
Then load it with your browser and you will see a full listing of all enabled PHP modules. Check for the GD section. I think you've already done this but
please check it in the same directory where the program is installed.
The causes of that error are: not installed GD lib, local PHP configuration different from global, maybe a broken PHP, and a GD lib without PNG support.
Please let me know if you discovered the cause or solved it.
Regards,
Mario A. Valdez-Ramirez.