8 messages in com.mysql.lists.eventum-usersRE: Just installed eventum 1.2.2
FromSent OnAttachments
Pranay Kumar02 Aug 2004 21:59 
Bryan Alsdorf03 Aug 2004 07:53 
Pranay Kumar03 Aug 2004 20:25 
Bryan Alsdorf03 Aug 2004 21:18 
Simon Tuxford03 Aug 2004 23:00 
Pranay Kumar03 Aug 2004 23:53 
Bryan Alsdorf08 Aug 2004 21:02 
Pranay Kumar08 Aug 2004 21:18 
Subject:RE: Just installed eventum 1.2.2
From:Pranay Kumar (pra@gdc-tech.com)
Date:08/03/2004 11:53:46 PM
List:com.mysql.lists.eventum-users

I should have mentioned these when reporting problems, duh :(

Anyway, base installation RH7.3, upgraded with all redhat rpms (kernel 2.4.20-28.7smp).

#uname -a Linux <hostname> 2.4.20-28.7smp #1 SMP Thu Dec 18 11:18:31 EST 2003 i686 unknown

Rpms installed: Mysql-server-3.23.58-1.3 Php-mysql-4.1.2-7.3.6 Mysql-3.23.58-1.73

Using Windows XP with Firefox and even tried IE.

-----Original Message----- From: Bryan Alsdorf [mailto:bry@mysql.com] Sent: Wednesday, August 04, 2004 12:19 PM To: 'Pranay Kumar'; 'Eventum Users' Subject: RE: Just installed eventum 1.2.2

I should have asked this on the first message, but what webserver and OS is your server? Also, what browser and OS is your client?

Can you access and update other pages such as the administration section?

--Bryan

-----Original Message----- From: Pranay Kumar [mailto:pra@gdc-tech.com] Sent: Tuesday, August 03, 2004 10:26 PM To: 'Bryan Alsdorf'; even@lists.mysql.com Subject: RE: Just installed eventum 1.2.2

Ok, changed config and tried. No output in log or on screen. Searched for issue by trying to put a id=1 and search. Got the following in log (making sure issue was not posted).

[Wed Aug 04 11:02:41 2004] Found error 'DB Error: no such field/SELECT eventum.eventum_issue.*, prc_title, pre_title, pri_title, sta_title, sta_abbreviation, sta_is_closed FROM eventum.eventum_issue LEFT JOIN eventum.eventum_priority ON iss_pri_id=pri_id LEFT JOIN eventum.eventum_status ON iss_sta_id=sta_id LEFT JOIN eventum.eventum_project_category ON iss_prc_id=prc_id LEFT JOIN eventum.eventum_project_release ON iss_pre_id=pre_id WHERE iss_id=id # [nativecode=1054 ** Unknown column 'id' in 'where clause']' on line '2353' of script '/var/www/html/eventum/include/class.issue.php' on page '/eventum/view.php'.

What else can I check?

- Pranay

-----Original Message----- From: Bryan Alsdorf [mailto:bry@mysql.com] Sent: Tuesday, August 03, 2004 10:53 PM To: 'Pranay Kumar'; even@lists.mysql.com Subject: RE: Just installed eventum 1.2.2

Hi Pranay, Please look at the contents of /path-to-eventum/error_handler.log and send me the contents. If there are lots of errors or the information is private you can send it to my direct address instead of the list.

Also, in the file /path-to-eventum/config.inc.php change the following lines

ini_set("display_errors", 0); error_reporting(0);

to:

ini_set("display_errors", 1); error_reporting(E_ALL);

and then try to create a new issue. Let me know if any errors are displayed.

Bryan MySQL AB

-----Original Message----- From: Pranay Kumar [mailto:pra@gdc-tech.com] Sent: Tuesday, August 03, 2004 12:00 AM To: even@lists.mysql.com Subject: Just installed eventum 1.2.2

Hi all,

A newbie to eventum. I installed eventum on my system and all went fine. Setup my projects and users. But now when I try to create a issue and press submit, I get back to the same screen and no issue is created. What could be wrong?

Pranay