mainphpGroupWare - Support: sr #100454, install on win32

 
 

You are not allowed to post comments on this tracker with your current authentication level.

sr #100454: install on win32

Submitter:  Invalid User ID <#5429>
Submitted:  Mon 18 Feb 2002 09:35:08 PM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  2 - Minor Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open Operating System:  None

Sun 22 Sep 2002 01:10:37 PM UTC, comment #3: 


I `solved` this thing rather simple, but not fexible.

When you entered your user/pass and pressed [login], the
URL in you addressbar looks propebly like this:

http://localhost/login.php (or whatever servername you are
on).

I added the next line to `header.inc.php` just after the
first 2 define() statements.

    $GLOBALS['phpgw_info']['server']['webserver_url']
= 'http://localhost/phpgroupware';

Now, I can login properly.

Invalid User ID <#10875>
Fri 09 Aug 2002 01:18:52 PM UTC, comment #2: 


Semi-wild guess (since you did not specify how PHP is
hosted on the server), but it could be a PHP setting that
disables redirects on CGI-based scripts:  cgi.force_redirect

Check you PHP.ini?

Anonymous
Wed 13 Mar 2002 04:30:07 PM UTC, comment #1: 


I aslo have this problem on my system!!!

Anonymous
Mon 18 Feb 2002 09:35:08 PM UTC, original submission:  


Hi,

I'm sorry if this has been dealt with, and answered,
but I can't seem to find any information which helps.

I have :
win2k sp2
phpGroupWare API version 0.9.9
mysql 3.23.47-max-nt
php 4.06

I have just installed phpgroupware, and I am having a
weird problem.

When I try to login, nothing seems to happen. That is,
after entering my login info and hitting submit, I am
taken back to the login screen. No error message is
displayed.

(Actually, I can get an error message to display, if I
use a username/password that does not exist, but I get
no error message when I used a proper
username/password).

I looked through the file login.php to see if I could
figure out what was going on, and managed to trace my
problem as far as line 113 (on my machine) which
reads :
$phpgw->redirect($phpgw->link($phpgw_info["server"]
["webserver_url"] . "/index.php", "cd=yes"));

Playing around, I found that if I put a line like :
echo $phpgw_info["server"]
["webserver_url"] . "/index.php";

right before my line 113, I get an error telling me
that I can't be redirected because the headers have
already been written.

The weird part is, if I remove the line, save the
file, and refresh the browser I am logged into
groupware.

So far, this is the only way I have managed to log
myself in.

Does anyone have any clue as to what I am doing wrong?

I'm not sure what other information you would need to
help me out, but just ask and I'll provide it, if I
can.

Thank,
Doug

Invalid User ID <#5429>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code