Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

image not showing

  • 05-07-2008 12:16pm
    #1
    Registered Users, Registered Users 2 Posts: 483 ✭✭


    is there any reason why this will not display an image:
    <img src ="properties/<?php echo $Ref_Num ;?>/<?php echo $Main_Image_Path ;?>"/>

    and when its outputted to the screen it shows the cannot display image boix with there properties:

    http://localhost/hfsc/properties/HF-20080624155514-6855/HF-20080624155514-6855-1.jpg
    which is the right path for the file

    thanks
    Richie


Comments

  • Closed Accounts Posts: 11 cmplol1jne


    Does it display if you paste that url into a plain <img> tag?
    Also beware of case sensitive filenames... (JPG / jpg) depending on your OS of course.


  • Closed Accounts Posts: 8,866 ✭✭✭Adam


    Presumably the file is uploaded?


  • Registered Users, Registered Users 2 Posts: 483 ✭✭banbutcher


    and the winner is... case sensitve!
    thanks!


Advertisement