includes/fields/image.php does not account for ports.
in plugin version 0.9.4.2, change line 616 to:
$info['dirname'] = $temp['scheme'] . '://' . $temp['host'] . (($temp['port'] != '') ? (':' . $temp['port']) : '') . dirname($path['path']);
includes/fields/image.php does not account for ports.
in plugin version 0.9.4.2, change line 616 to:
$info['dirname'] = $temp['scheme'] . '://' . $temp['host'] . (($temp['port'] != '') ? (':' . $temp['port']) : '') . dirname($path['path']);
this is a reason for ''Directory not writable' errors
This topic has been closed to new replies.