HELP ME! I dont know what is wrong

Discussion in 'PHP' started by libertygone, Oct 3, 2006.

  1. #1
    I am working on installing the script from mscms.com

    I need it installed on radprofile.com

    i had the owner of the script try to install it for me but he says:




    Hi Ryan, your site is installed however none of the images are showing up

    Soemone else had this issue with hostgator, basicly they had hotlinking disabled on the account thats why it didnt work, hotlinking cant be disabled as people wont be able to link profiles and graphics etc.

    Please contact your host to find out if this is the issue, or what other issue it might be.

    As you can see its giving errors
    http://www.radprofile.com/templates/default/images/blue_01.gif

    That image is uploaded fine, but the host is blocking it for some reaosn.

    Let me no what they say

    Many regards




    I have emailed my host but i want to see if anyone here knows the problem because i dont feel like waiting for a reply. I went into cpanel and made sure hotlinking was enabled, and it is.

    What is the problem?

    Thanks!

    :D
     
    libertygone, Oct 3, 2006 IP
  2. clancey

    clancey Peon

    Messages:
    1,099
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It looks like a simple permissions error:

    I would change the permission on the directories templates and templates/default and their contents to allow all people to read the files. DO NOT make the directories world writeable.

    I am unfamiliar with cpanel, but you should be able to set directory permissions with it. Otherwise, you will need to open an ssh session into your web server and use chmod to change the permissions as in:

    chmod 755 templates/default/*.*

    I am trusting that the directories are in the root path of your web server.
     
    clancey, Oct 3, 2006 IP
  3. libertygone

    libertygone Active Member

    Messages:
    2,625
    Likes Received:
    48
    Best Answers:
    0
    Trophy Points:
    90
    #3
    i tried that
    still doesnt work.

    my host has no idea what is wrong neither does the person who made the script and installed it.

    anyone else?
     
    libertygone, Oct 5, 2006 IP
  4. penagate

    penagate Guest

    Messages:
    277
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #4
    All the folders (/templates, /templates/default, /templates/default/images) need to have the correct permissions also.
     
    penagate, Oct 5, 2006 IP