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!
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.
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?
All the folders (/templates, /templates/default, /templates/default/images) need to have the correct permissions also.