i didnt have to... ive set the cms path on the config file to "cms/". Why is it the only page that im getting errors from? If i change the path to fuel/ instead of cms/ on the asset's form action, it works.
I'm not sure why that would be the case. I tested your situation locally and I'm not getting a 404. Is there perhaps some other sorting of routing in place for 'cms'? What platform are you on (MAMP, XAMPP, WAMP etc)?
This also happened to me. Check that your 'assets/image' folder exists.
More: I isolated image files related to the layout in a separated folder, this cause Fuel to delete the image folder from the disk when I delete the last image using the admin panel. Next upload creates a 404, probably because the folder does not exist.
Comments
This also happened to me. Check that your 'assets/image' folder exists.
More:
I isolated image files related to the layout in a separated folder, this cause Fuel to delete the image folder from the disk when I delete the last image using the admin panel. Next upload creates a 404, probably because the folder does not exist.