Been playing with images recently and putting them in different
folders under the files folder. On my localhost had no errors. When
upload to a live site got this error:
-----
Warning: getimagesize() [function.getimagesize]: URL file-access is
disabled in the server configuration in /home/.melitrissa/jacmgr/
vacationrentalplanner.com/sites/boltwire/barn/scripts/markups.php on
line 814
-----
I cured it by commenting out line 803ish in markups.php, but not sure
if that has bigger impacts.
Commented out this line
//if (substr($location, 0, strlen($imgPath)) != $imgPath) $location =
$fieldURL . $location;
Seems to work on both localhost and live site.