I setup a file upload field in my DB and uploaded an image no problem, now I've added several other file upload fields and it seems to have broken all of them. If I try to delete the file thats already uploaded it just says deleting and sticks there but never actually deletes anything.
If I try to upload a new image I get the 'error uploading file' in a white box but no further info about the error.
I read on a few other posts to check the firebug errors but for some reason they dont seem to be the same on mine or Im looking in the wrong place.
I tried aadding some lines to the grocery_crud.php file as advised in a differrent post which should then have printed out an error but I couldnt see this error anywhere.
Ive attached a couple of screenshots of my firebug
I removed all of my code so it was exactly the same as when it worked but it no longer works.
The only thing I think it could be is I may have also changed the index_page to empty rather then index.php so that my links worked properly, could this be the problem?
Thanks
