I'm having the exact same problem as this thread, except that thread never got answered. And this one is in the right section. Any help?
Ought to mention that I'm running on a LAMP server configuration online.
[solved] image manager doesn't really upload files
[solved] image manager doesn't really upload files
Last edited by ntmr on Wed Sep 02, 2009 1:44 am, edited 1 time in total.
Re: image manager doesn't really upload files
Solved. In config.php, I had foo/images set for $config['image_uploads_path'] instead of foo/uploads/images. Changing this to the correct value got things fixed.