CMS - Uploaded files not displayed [FIXED}
Posted: Mon Apr 26, 2010 3:13 pm
My bad. I fixed it by changing the line in the file to be the IP address of the test server, e.g.
Hope this helps someone else and sorry for the noise.
==================================
I Am just staring to play with the new CMS feature but when I am in a Content Module and add an image file using the Choose File and Upload Image button, the images are never displayed. I see the following error in the small image preview box on the left of the page:
Have I got something broken in the configuration or is this to be expected?
Cheers
Al
Code: Select all
cms.ccr.url=http://localhost:8080
Code: Select all
webapps/core/WEB-INF/classes/cms.properties
Code: Select all
cms.ccr.url=http://10.0.0.165:8080
==================================
I Am just staring to play with the new CMS feature but when I am in a Content Module and add an image file using the Choose File and Upload Image button, the images are never displayed. I see the following error in the small image preview box on the left of the page:
If I use external images using a URL these are fine.This webpage is not available.
The webpage at http://localhost:8080/cms_image?fid=65 might be temporarily down or it may have moved permanently to a new web address.
More information on this error
Below is the original error message
Error 102 (net::ERR_CONNECTION_REFUSED): Unknown error.
Have I got something broken in the configuration or is this to be expected?
Cheers
Al