waifung0207 / ci_bootstrap_3

A multi-tenant website template based on CodeIgniter 3 with integration of some useful tools
MIT License
385 stars 316 forks source link

Working on another picture upload other than cover_photos #90

Closed nielzzz1993 closed 7 years ago

nielzzz1993 commented 7 years ago

I am currently working on uploads for a regular photo album, not for the cover photos. I have made a new db table and i thought i had coppied all the files used in cover_photo but it seems like I am still missing something. https://i.gyazo.com/2560d4e679c48bae5af8c1941487838b.png As you can see in the picture above it says it cannot find the file. And yes like you can see in the next file the directory and the file are not placed there. https://i.gyazo.com/a22dbb917f5dae33e0dd89f86b13b1d7.png Does anyknow where to add the code i am missing?

nielzzz1993 commented 7 years ago

I fixed the problem by copying the cover_photos folder and renaming the coppied folder to the album_photos. It was an easy fix which took me way to long.