6 messages in com.mysql.lists.eventum-usersRE: Status graphs on profile page and...
FromSent OnAttachments
MGr...@wiley.co.uk01 Oct 2004 01:28 
Bryan Alsdorf11 Oct 2004 12:40 
MGr...@wiley.co.uk12 Oct 2004 03:47 
Bryan Alsdorf14 Oct 2004 08:16 
MGr...@wiley.co.uk15 Oct 2004 02:36 
Bryan Alsdorf15 Oct 2004 13:49 
Subject:RE: Status graphs on profile page and reports
From:Bryan Alsdorf (bry@mysql.com)
Date:10/14/2004 08:16:00 AM
List:com.mysql.lists.eventum-users

Mark, I was digging around in the file stats_chart.php and I noticed that it sets the error reporting to 0 for a second time, overriding the value you set in config.inc.php. Go ahead and comment out "error_reporting(0);" in stats_chart.php and you *should* see errors that will let us figure this out.

--Bryan MySQL AB

-----Original Message----- From: MGr@wiley.co.uk [mailto:MGr@wiley.co.uk] Sent: Tuesday, October 12, 2004 5:48 AM To: Bryan Alsdorf Cc: even@lists.mysql.com Subject: RE: Status graphs on profile page and reports

Hi Bryan,

I set the values in config.inc.php as suggested and commented out the old values. I then logged into Eventum, cleared my browser cache (just in case) and looked at the profile screen. Still no images. I tried the URL in another window, ie http://<path to eventum>/stats_chart.php?plot=user and just got a blank page. I also created a simple html page with just an image tag with the correct src in it and still no display. I got no errors on screen or in the error_handler.log?

Mark Grout Technical Lead - Hosting Services John Wiley & Sons Ltd +44 1243 770158 |+-------------------------+---------------------------------- ------------| || "Bryan Alsdorf" | | || <bry@mysql.com> |         To:         <MGr@wiley.co.uk>, | || | <even@lists.mysql.com> | || 11/10/2004 20:41 |         cc: | || |         Subject:        RE: Status graphs | || | on profile page and reports | |+-------------------------+---------------------------------- ------------|

Hi,

-----Original Message----- From: MGr@wiley.co.uk [mailto:MGr@wiley.co.uk] Subject: Status graphs on profile page and reports Hi All,

I installed 1.3.1 a few days ago and have successfully set up several projects and logged some issues. My only two problems at the moment is that the graphs on the profile page don't seem to be working. The first three and the last one just show as broken links on my browser, the fourth shows the No Data Available Yet gif. There aren't any errors in the error_handler.log file, so a few hints on where to look would be appreciated.;-)

Not sure what is causing this, to help figure this out in config.inc.php, set the following items. ini_set("display_errors", 1); error_reporting(E_ALL);

Once you have those lines set, please open up the broken graphs individually and see if you get any errors or warnings.

The other issue is on the reports screen. I can't get an Issues By User report, just a blank screen. It may be I haven't enough data in there yet, but I would expect to see something. Also, are the reports configurable? or should I just write my own against the database?

That report was broken in the last release, I just fixed it today and it will be in our next release.

Regards, --Bryan MySQL AB