CodeIgniter Forums
cant load this image - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=11)
+--- Thread: cant load this image (/showthread.php?tid=76427)



cant load this image - isweet479338 - 05-11-2020

Im new here.
uploading is ok both live and local but,
image not show when live server image upload
but local server upload image is showing. same folder same code .what is happand.


RE: cant load this image - php_rocs - 05-12-2020

@isweet479338,

We need more details. What code is executing to display the image? Are you seeing any errors? On the live server what is being shown in the place of the images?


RE: cant load this image - Chroma - 06-29-2020

(05-11-2020, 11:34 PM)isweet479338 Wrote: Im new here.
uploading is ok both live and local but,
image not show when live server image upload
but local server upload image is showing. same folder same code .what is happand.

Sometimes, the difference between the test system working and the live system not working is the paths.

I don't mean the path is wrong, but if the test system is Windows and the live system is Linux, then capital letters in the path that make no difference in Windows will be a problem when deployed to live.

Check the capitals, that might help.