CF8 Intro Art Gallery Tutorial - No Images Displaying When Testing Course Files
I'm hoping you can help on this one. I have done a little Coldfusion work on my course and want to now develop a site of my own so that I can continue to learn. I thought it would be a good idea to work my way through the CF Intro Art Gallery Tutorial Course as it seems quite thorough and I found some of it useful when doing my coursework. So, I installed the course files and followed the initial steps and logged in to the application.
When logged in, I get the main page content but all the image links are broken. As I haven't done anything to the course files and the test uses the OnYourOwnSolution files, I'm a bit puzzled as to why this is happening. The images are indeed in the folder and work. The images are being brought into the pages through included templates and through a <cfinclude> tag. The ONLY difference between my setup and the course setup is the fact that it uses the built-in development server, thereby using port 8500, and I'm using the web development server I already have, and therefore don't need a port in the URL. I've tried altering the paths in the various files to see if that helps but that generates an error (as I expected it would).
I'm hoping someone can tell me what it is that's wrong and how to 'fix' it, preferably without having to re-install Coldfusion with the built-in server (I suspect that might interfere with the server already set up?!)
The index.cfm file is in a sub-folder called home, as are the templates that are included (they're in templates) and the images directory is on the same level as the home and templates folders.
I also found that there was a mistake in the instructions in relation to the application datasource name, which once corrected, allowed me to load the login page and proceed successfully (with the exception of the lack of image files!)
Hope someone can shed some light on this. Thanks.
