6 messages in com.mysql.lists.eventum-usersRE: Status graphs on profile page and...| From | Sent On | Attachments |
|---|---|---|
| MGr...@wiley.co.uk | 01 Oct 2004 01:28 | |
| Bryan Alsdorf | 11 Oct 2004 12:40 | |
| MGr...@wiley.co.uk | 12 Oct 2004 03:47 | |
| Bryan Alsdorf | 14 Oct 2004 08:16 | |
| MGr...@wiley.co.uk | 15 Oct 2004 02:36 | |
| Bryan Alsdorf | 15 Oct 2004 13:49 |
| Subject: | RE: Status graphs on profile page and reports![]() |
|---|---|
| From: | MGr...@wiley.co.uk (MGr...@wiley.co.uk) |
| Date: | 10/15/2004 02:36:47 AM |
| List: | com.mysql.lists.eventum-users |
Hi again,
Unfortunately, commenting out the error_reporting line has made no difference to the output. I am still not seeing any errors anywhere.
I stepped through the stats_chart.php file and have proved that the correct data is being selected and put into the $data and $label variables, so I am guessing that the problem may lie in the jpgraph section. Does this help at all?
Thanks,
Mark |+--------------------------+---------------------------------------------| || "Bryan Alsdorf" | | || <bry...@mysql.com> | To: <MGr...@wiley.co.uk> | || | | || 14/10/2004 16:16 | cc: <even...@lists.mysql.com>| || | Subject: RE: Status graphs | || | on profile page and reports | |+--------------------------+---------------------------------------------|
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
-- Eventum Users Mailing List For list archives: http://lists.mysql.com/eventum-users To unsubscribe: http://lists.mysql.com/eventum-users?unsub=mgr...@wiley.co.uk
-- Eventum Users Mailing List For list archives: http://lists.mysql.com/eventum-users To unsubscribe: http://lists.mysql.com/eventum-users?unsub=bry...@mysql.com




