I have tried this, recompiled, and still no images. My source html for example now looks like....
src="analog-5.91beta1/images/analogo.png" File settings: #ifndef IMAGEDIR #define IMAGEDIR "analog-5.91beta1/images/" I have also tried settings to get src="analog/analog-5.91beta1/images/analogo.png" with the same results. The images are confirmed to be in this directory and my web site is default in the html directory. Do I need to modify any permissions? ----- Original Message ----- From: "Jeremy Wadsack" <[EMAIL PROTECTED]> To: "Support for analog web log analyzer" <[EMAIL PROTECTED]> Sent: Thursday, November 04, 2004 11:57 AM Subject: Re: [analog-help] No Graphics on Report > > > 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 > +------------------------------------------------------------------------ +------------------------------------------------------------------------ | 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 +------------------------------------------------------------------------

