-
Hello,
After installing and setting up ITMS on RHEL4/Apache2.0/mySQL4.1.22/PHP4.3.9 when I go the initial login page, it is blank. I see the following errors in the ssl_error_log:
[client 172.27.80.35] PHP Notice: Undefined variable: user in /var/www/html/itms/login.php on line 317
[client 172.27.80.35] PHP Notice: Undefined variable: pass in /var/www/html/itms/login.php on line 317.
2008-05-21 00:57:56 UTC by mrajase
-
Feature Request:
Ability to archive old completed tasks categorize by
date, priority, assigner, etc...
2006-03-23 21:59:01 UTC by nobody
-
Feature Request:
Ability to archive old completed tasks categorize by
date, priority, assigner, etc...
2006-03-23 20:45:25 UTC by nobody
-
Feature Request:
Ability to assign more than one person to the task.
2006-03-23 20:38:29 UTC by nobody
-
I m required a query to check if the value for particular name does not exist in a given table check that in master.
2005-09-05 09:28:21 UTC by poonams123
-
Logged In: YES
user_id=1277702
I have this fixed, now I get [Fri May 13 10:56:49 2005]
[notice] child pid 25347 exit signal Illegal instruction (4)
So, I'm still working on solving this issue.
2005-05-13 17:07:06 UTC by saparker
-
Logged In: YES
user_id=222242
Hello, thank you for your bug report.
The ocilogon() error sounds to me that php is not correctly
configured to work with Oracle.
This page may be some help for you to configure Oracle in php:
http://us2.php.net/manual/en/ref.oci8.php
You may also want to make a phpinfo() page so that you can
see if Oracle looks like it is correctly configured in PHP...
2005-05-12 23:11:42 UTC by mpalmerlee
-
I have created a schema in the database, and I can
connect to the database via the command line on UNIX.
But I get this error when I attempt to run the web page:
Fatal error: Call to undefined function: ocilogon() in
/www/itms/db_tools.php on line 139
I call the page as http://localhost/itms
I have setup the config.php with all the right values.
Scott.
2005-05-12 21:36:27 UTC by nobody
-
Thanks for posting this problem...
What version of PHP are you using with RH 7.2?
It seems like all the newer versions of php use the lines you gave me, when I get a chance I'll go ahead and add the lines you gave me into the official builds of ITMS.
Thanks again for the info.
-Matt.
2004-11-19 18:41:36 UTC by mpalmerlee
-
I`m trying to test the system on Redhat 7.2 - default setup
I had several similar issues and I solved it by editing login.php lines:
extract($_REQUEST); //Added 5/16/2003 by Matt Palmerlee for ITMS Build 110 (Register Globals Fix)
extract($_SERVER); //Added 5/16/2003 by Matt Palmerlee for ITMS Build 110 (Register Globals Fix)
These two lines REQUIRED php 4.3.x - please update your...
2004-11-19 16:08:50 UTC by mitak