Page 1 of 1

[solved] image manager doesn't really upload files

Posted: Wed Sep 02, 2009 12:53 am
by ntmr
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.

Re: image manager doesn't really upload files

Posted: Wed Sep 02, 2009 1:44 am
by ntmr
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.