Project

General

Profile

No images are found

Added by Brane D over 9 years ago

Hello,

i want to implement a tree example. If i run my project, the images were not be found (see screenshots).

Where do i have to put my images?


Replies (2)

RE: No images are found - Added by Brane D over 9 years ago

My command argument is ---http-address=0.0.0.0 ---http-port=8080 ---docroot=Debug/.

If i put the images in the Debug folder, then the images were be found. But i want to put them into a folder named icons.

Also the resources weren't been found, although the folder is in the debug folder.

RE: No images are found - Added by Koen Deforche over 9 years ago

You need to observe the HTTP access log which is printed out. It tells you what files the browser is trying to fetch and a 404 status code indicates when they were not found in the 'docroot'.

It's really just a matter of having files in your docroot in the correct place.

Koen.

    (1-2/2)