Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Random Imaging

by ChrisR (Hermit)
on Aug 01, 2003 at 14:16 UTC ( [id://279976]=note: print w/replies, xml ) Need Help??


in reply to Random Imaging

Without knowing the directory structure or file permissions you have setup, it is very hard to say what the problem is. However, there should be a fairly descriptive reason in your web logs. It looks to me like the paths for your image files may be incorrect. You might try changing
./pics/blink.gif
to
/pics/blink.gif
and see if that helps but be sure to check your error log first.

Replies are listed 'Best First'.
Re: Re: Random Imaging
by appex32 (Initiate) on Aug 01, 2003 at 15:52 UTC
    In response to chrisR and zaxo, the whole ./ to just / makes no difference, I tried that a long time ago but thanks for the comments.

      At the URL you posted, the image links are now something like "../htdocs/img.jpg", which just won't work at all.

      It still seems like "/pics/" is what the paths should start with. Even if you've already tried it, try changing the paths back to "/pics" again, so we can take a look at your running script that way and see what's going on.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://279976]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (2)
As of 2024-04-20 12:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found