I have a component, just a simple one with a form and some images. Everything works fine on a linux server, I have put the same component onto a windows server and now I cannot upload images in the backend.
I just get a message "JFolder::create: Could not create directory"
I have checked in the options that the upload folder is as it should be, I have even tried to put it as an absolute path to the correct folder, that does already exist but nothing.
I have tried to echo the path that it is trying to create but, the path appears to be showing as blank. In the grid, the default "image not exist" image file is showing, so it must be looking in the wrong folder for the image file.
I have also checked that the whole of the component folder and all subdirectories have write and execute priveliges.
I see in the classes/upload.php that if it could not create the folder, I should be getting a message asking to make it writeable, but obviously not seeing this message.
any help or suggestion on what it could be would be appreciated.
thanks