
#Default path and URL for uploaded images in the image manager
$config['image_uploads_path'] = '/var/www/vhosts/ep2.nl/httpdocs/dev/ruud/uploads/images';
$config['image_uploads_url'] = $config['root_url'] . '/uploads/images';
Was:
#Default path and URL for uploaded images in the image manager
$config['image_uploads_path'] = '/var/www/vhosts/ep2.nl/httpdocs/dev/ruud/uploads/images';
$config['image_uploads_url'] = $config['root_url'] . 'http://ep2.nl/dev/ruud/uploads/images';
This needs to be fixed as it is in the current available download! Thanks for addressing this Elijah.