Image Not Showing

Discussion in 'PHP' started by dsmlacctv, Jan 21, 2013.

  1. #1
    heloo my web http://www.lbdwt.org/general.php is not showing images but its working fine on local enviroement.the images are coming from admin panel also the gallery page is not showing images. but working fine in local environment. could anyone explain it why its happening ?
     
    dsmlacctv, Jan 21, 2013 IP
  2. ThePHPMaster

    ThePHPMaster Well-Known Member

    Messages:
    737
    Likes Received:
    52
    Best Answers:
    33
    Trophy Points:
    150
    #2
    You folder name does not match your stored folder name. Your image is shown as:

    Admin/General/merab.JPG

    When it exists on:

    admin/General/merab.JPG

    Either you rename the folder to "Admin" or name update your links to use "admin".
     
    ThePHPMaster, Jan 21, 2013 IP
  3. ogah

    ogah Member

    Messages:
    60
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #3
    yup ThePHPMaster is right, linux is case sensitive.
    your script working in local maybe your local have windows os
     
    ogah, Jan 21, 2013 IP
  4. dsmlacctv

    dsmlacctv Greenhorn

    Messages:
    29
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #4
    thanks
    thanks for your quick responce.yes i am using windows os in my local environment.
     
    dsmlacctv, Jan 22, 2013 IP