You don't have permission to access /img/symbole/layout_left

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
Carlos Rocha
Posts: 72
Joined: Tue 3. Aug 2004, 00:12
Location: Portugal
Contact:

You don't have permission to access /img/symbole/layout_left

Post by Carlos Rocha »

Hi,

After login as Admin, everything seems to be fine, but I can't see any images. When I right-click on a image to open it, I receive the message from the server:

Forbidden

You don't have permission to access /img/symbole/layout_left.gif on this server.


I checked file and dir permissions, and everything seems to be allright.

Thanx
Pappnase

Post by Pappnase »

hello

wich version did you use?
maybe a pathproblem!?
Carlos Rocha
Posts: 72
Joined: Tue 3. Aug 2004, 00:12
Location: Portugal
Contact:

Post by Carlos Rocha »

Thanks for the fast reply

I first tried a installation using fantastico, but it installed RC2, and I had the same problem. Now I followed the instruction step by step using the last version (1.1 RC4).

About pathproblem: the path exist, and the files too. But I first installed phpwcms in a sub-directory, and then moved it to the root, and changed conf.inc.php ($phpwcms["root"]= "";). However, all the rest is working (well, I think...): I could see My "Hello World" page :)
Pappnase

Post by Pappnase »

hello!!?

what you mean with hello world page!?
Carlos Rocha
Posts: 72
Joined: Tue 3. Aug 2004, 00:12
Location: Portugal
Contact:

Post by Carlos Rocha »

LOL

Sorry, was a joke. "Hello World" is the first thing any noobie try to make with a new language: print "Hello World" in the screen.

What I did was fill the page with a few words, just to see it working.

http://www.net-disk.com/index.php
Pappnase

Post by Pappnase »

hello

ahh ok!*smile* thought you edit the source! :wink:
hope you enjoy the system.
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

Your setup appears to be wrong, somewhere :?
The graphic is listed here:
http://www.net-disk.com/img/symbole/
But permissions aren't set right.

Same problem with the graphic (phpwcms_logo_1.gif) for your login screen (different directory).
Here:
http://www.net-disk.com/img/phpwcms/
Carlos Rocha
Posts: 72
Joined: Tue 3. Aug 2004, 00:12
Location: Portugal
Contact:

Post by Carlos Rocha »

SOLVED

I had Hotlink Protection turned on :oops:

Thanks
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

and your hello world script should be

Code: Select all

<php
echo "hello world";
?>
;) just teasing
Post Reply