Results 1 to 9 of 9

Thread: Lightbox hanging on my remote

  1. #1
    Join Date
    May 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Lightbox hanging on my remote

    Have lightbox working fine on my local, however, it hangs when uploaded to my remote. Here's a link;

    http://vityusa.com/Mambo2/index.php?...d=36&Itemid=36

    press onto the small image in upper right and the script hangs.

    I've notified my ISP and he suggested asking in the forum, as well.

    Help?

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Your remote? Just what are you trying to do here?
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Remote, you mean on the server, right? In any case, the image is not loading and probably is not there. The source code for your page lists it as:

    images/Tac12TNew.jpg?PHPSESSID=394c82a27cc4b96d74aa8b92274192f0
    It probably should be just:

    Code:
    images/Tac12TNew.jpg
    In either case, if I enter either of those into the address bar (prefixed by the base address of the page), I get the home page. This is probably (99% chance) the server's way of dealing with a '404 file not found' error. Images used by the script must be on the server in the location indicated and with the exact path and filename (spelling and upper/lower case matters) as written in the code.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  4. #4
    Join Date
    May 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    If you see the source code showing the image URL as;

    images/Tac12TNew.jpg?PHPSESSID=394c82a27cc4b96d74aa8b92274192f0

    then that must be the problem. My source code shows the code as images/Tac12TNew.jpg

    If it's adding the phpsessid then it's no wonder it can't find. I wonder why it's doing that?

  5. #5
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    It can't find:

    http://vityusa.com/Mambo2/images/Tac12TNew.jpg

    either. Copy and paste the above address into your browser's address bar and hit enter. Either it is not there or the server isn't prepared (permissions are not set) to show individual pictures unless first cached (usually from a page on the server). Most likely, it is not there.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  6. #6
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    If it's adding the phpsessid then it's no wonder it can't find.
    Makes no difference.
    This is probably (99% chance) the server's way of dealing with a '404 file not found' error.
    You should have a look at that, too. That's not the correct way to deal with 404s, and may have unexpected effects.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  7. #7
    Join Date
    May 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by jscheuer1
    It can't find:

    http://vityusa.com/Mambo2/images/Tac12TNew.jpg

    either. Copy and paste the above address into your browser's address bar and hit enter. Either it is not there or the server isn't prepared (permissions are not set) to show individual pictures unless first cached (usually from a page on the server). Most likely, it is not there.
    The picture is there. I've already double-checked. I've just restored back to my original. In the meantime I ran the script successfully on my home page just now so maybe your theory about permissions is valid. I'll check with the ISP.

  8. #8
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Triple check, click on this link:

    http://vityusa.com/Mambo2/images/Tac12TNew.jpg
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  9. #9
    Join Date
    May 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by jscheuer1
    Triple check, click on this link:

    http://vityusa.com/Mambo2/images/Tac12TNew.jpg
    You solved my problem! I just double checked and my file is Tac12Tnew.jpg

    Whew, you really have to be careful about case sensitivity, I guess. Many thanks for getting me on track!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •