Search found 1 match

by iateadonut
2011-06-02T06:19:04-07:00
Forum: Bugs
Topic: php5-imagick auto prepending document root
Replies: 0
Views: 3325

php5-imagick auto prepending document root

On this page:
http://www.clickaboutme.com/sigbox/sigbox.php

I'm using imagick to make a graphic, which works on my development mandriva server. On the debian server, this command:
$M08 = new Imagick($logoURL);
where the URL is:
$logoURL = http://shoreline.eng.ohio-state.edu/.../NASA_Logo.gif

an ...