[SOLVED] phpinfo() and ImageCreateFromPng() failure??
Posted: Wed Jul 25, 2007 4:43 pm
Hi people
Can anybody help me to find out where's the problem here?
On a testing server (not mine) with this configuration.
Main server IIS to handle the port 80, emulating APACHE on port 4000 accessing the apache HTTP docs directory as virtual directory to output the pahache parsed output.
Note: I have absolutly no knoledge on server administration, so upper explanation is what the admin explains to me.
the problem
when the URI http://domainame.xx/myscript.php is called any call of phpinfo() or ImageCreateFromPng() fails without returning any kind of error even if error_reporting(E_ALL) is called before running the script.
BUT when http://ROOTDOMAIN.xx:4000/site_folder/myscript.php is called all the funtions works fine
Any idea of where to look for to find the problem?
the following libraries are installed and working
php_bz2
php_exif
php_gd2
php_iconv
php_mbstring
php_pdf
php_zip
Can anybody help me to find out where's the problem here?
On a testing server (not mine) with this configuration.
Main server IIS to handle the port 80, emulating APACHE on port 4000 accessing the apache HTTP docs directory as virtual directory to output the pahache parsed output.
Note: I have absolutly no knoledge on server administration, so upper explanation is what the admin explains to me.
the problem
when the URI http://domainame.xx/myscript.php is called any call of phpinfo() or ImageCreateFromPng() fails without returning any kind of error even if error_reporting(E_ALL) is called before running the script.
BUT when http://ROOTDOMAIN.xx:4000/site_folder/myscript.php is called all the funtions works fine
Any idea of where to look for to find the problem?
the following libraries are installed and working
php_bz2
php_exif
php_gd2
php_iconv
php_mbstring
php_pdf
php_zip