[imp] IMP Setup Screen

Timothy M. Butkiewicz Timothy@cyberMIND-usa.com
Sun, 4 Feb 2001 16:58:43 -0500


o.k. have set some debugging in the setup.php3 script..

It appears that the value of go is not being set and then not being read by
the script.

Here is the page:
http://www.ecybermind.net/horde/setup.php3

When I look at mode I see 1000. Though when I view the source is says 2000.
Now, when I hit submit, mode stays at 1000.
When I check for a variable $go, it is undefined.

This leads me to think that the setup.php3 is not posting to itself and that
is why it continually loops.

Why this is, I have no idea.

I have confirmed horde to work fine. I get a session ID and the session
counter increments.
I am using MySQL and that works fine also. I query active_sessions and I get
1 row as a result. So I think that is good also.

Any ideas why the form might not be manipulating the variables?

+----------------------------
Timothy M. Butkiewicz
 Director of Office Technologies
 cyberM.I.N.D.
 877.373.6680 x 20
 www.cybermind-usa.com
 www.cybermind-usa.net
 

-----Original Message-----
From: Chuck Hagenbuch [mailto:chuck@horde.org]
Sent: Wednesday, January 31, 2001 4:04 PM
To: imp@lists.horde.org
Subject: RE: [imp] IMP Setup Screen


Quoting "Timothy M. Butkiewicz" <Timothy@cyberMIND-usa.com>:

> BTW, I get the same behavior in the IMP login screen. When I fill in the
> username, pass etc and attempt to login, it simply reloads the login
screen
> with the default values.
> 
> I am perplexed. :)

Yes, as am I - because it really sounds like you have register_globals Off
or 
something similar. Sounds as though variables simply aren't being set - any 
chance you can put some debug code in to see what's actually there/what's 
happening?

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
"My intuitive grasp of math often leads me astray." -Me

-- 
IMP mailing list: http://horde.org/imp/
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe@lists.horde.org


>From chuck@horde.org Date: Sun,  4 Feb 2001 17:44:37 -0500
Return-Path: <chuck@horde.org>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 3861 invoked from network); 4 Feb 2001 22:45:32 -0000
Received: from r94aag005136.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (209.6.192.126)
  by horde.org with SMTP; 4 Feb 2001 22:45:32 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id 6995D39F4; Sun,  4 Feb 2001 17:44:37 -0500 (EST)
Received: from 192.168.0.129 ( [192.168.0.129])
	as user chuck@marina by marina.your.mom with HTTP;
	Sun,  4 Feb 2001 17:44:37 -0500
Message-ID: <981326677.3a7ddb550751c@marina.your.mom>
Date: Sun,  4 Feb 2001 17:44:37 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: Joshua Megerman <jmegerman@xcurrent.com>
Cc: imp@lists.horde.org
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: RE: [core] IMP on NT/2K

First off, you'd be much better off mailing the IMP mailing list with this 
stuff in the future, for archive and other-eyes purposes; I'm cc:ing the list.

Quoting Joshua Megerman <jmegerman@xcurrent.com>:

> When I try to send mail, I get 2 warnings and one error:
> 	Warning: Undefined property: mailbox in ../lib/MIME.php on line 83
> 	Warning: Undefined property: host in ../lib/MIME.php on line 83
> 		(the above is repeated 3 times)
> 	Fatal error: Call to undefined function: send() in
> D:\InetPub\horde\imp\compose.php on line 709
> 
> Now, I'm not certain I have my $conf['mailer']['params'] set properly, but
> the format isn't completely documented in the config file...

Well, if you say what params you _do_ have, we can help you.

> When I go to /<server>/horde/index.php it downloads the returned data from
> the web server (I'm attaching the file) - all other pages seem to work
> normally...

This is a symptom of a silly bug in the Browser class that was fixed right 
after 2.3.6 was rolled. Grab the patch from Chora (http://cvs.horde.org) or cvs 
(http://www.horde.org/source/).

> One of the IMP scripts requires the file
> /horde/turba/lib/js/open_search_win.js - thus Turba must be installed even
> if it isn't configured or used...

If you edit horde/config/registry.php and tell it you don't have Turba, this 
won't happen.

> 3) Make sure to include whatever directory \horde is located in in the
> include_path for PHP

Why is this necessary?

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
"My intuitive grasp of math often leads me astray." -Me


>From chuck@horde.org Date: Sun,  4 Feb 2001 17:49:00 -0500
Return-Path: <chuck@horde.org>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 4844 invoked from network); 4 Feb 2001 22:49:55 -0000
Received: from r94aag005136.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (209.6.192.126)
  by horde.org with SMTP; 4 Feb 2001 22:49:55 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id E9E2D39F4; Sun,  4 Feb 2001 17:49:00 -0500 (EST)
Received: from 192.168.0.129 ( [192.168.0.129])
	as user chuck@marina by marina.your.mom with HTTP;
	Sun,  4 Feb 2001 17:49:00 -0500
Message-ID: <981326940.3a7ddc5cce283@marina.your.mom>
Date: Sun,  4 Feb 2001 17:49:00 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: imp@lists.horde.org
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: RE: [imp]  IMP Setup Screen

Quoting "Timothy M. Butkiewicz" <Timothy@cyberMIND-usa.com>:

> When I look at mode I see 1000. Though when I view the source is says 2000.
> Now, when I hit submit, mode stays at 1000.
> When I check for a variable $go, it is undefined.
[snip]
> Any ideas why the form might not be manipulating the variables?

Not really. If this is the only thing not working, I'd recommend just copying 
the .dist files in the config directories to .php files and reading the 
comments - setup.php3 has gotten a bit out of date, anyway.

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
"My intuitive grasp of math often leads me astray." -Me