Basically I wrote a PHP script that takes an array of image urls and uses PHP GD to combine them all into one image (Bypass sig limits on certain forums). BUT I get these errors every time I try to run it on the host "[19-Dec-2010 02:00:01] PHP Warning: imagecreatefrompng() [<a href='function.imagecreatefrompng'>function.imagec reatefrompng</a>]: URL file-access is disabled in the server configuration"
I had looked at PHP info and saw that allow_url_fopen was set to true, which is what I thought was needed.
What do I need to set? And can this be done? Or is it disabled.


LinkBack URL
About LinkBacks
Reply With Quote
