Stephen Turner wrote:
On Thu, 4 Nov 2004, Jeff Duncan wrote:
Hello.
I have been attempting to fix this issue for hours and have had no luck. This is a new install of Analog on Apache and Fedora Linux.
When I view the Report.html it shows the red + instead of the png graphic. I have checked the obvious - Set the IMAGEDIR countless times to try to get it right, recompiled, rerun, etc....looked at the source html of the report, etc. I can't get graphics to load.
My directory structure where the images are stored is: /var/www/html/analog/analog-5.91beta1/images
Reports are put in /var/www/html/analog which is password protected with Apache .htaccess
My anlghead.h file has the following for images:
#ifndef IMAGEDIR #define IMAGEDIR "/var/www/html/analog/analog-5.91beta1/images"
http://www.analog.cx/docs/faq.html#faq122
That is, try something like this:
IMAGEDIR analog-5.91beta1/images
-- Jeremy Wadsack Seven Simple Machines
+------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.meer.net/mailman/listinfo/analog-help | | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------

