<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
&nbsp;&nbsp; I am having a problem with login with vtiger 5.0.4 running on linux.
I did a manual install. When I login I get a blank screen, I then
uncommented //$this-&gt;database-&gt;debug = true; to
$this-&gt;database-&gt;debug = true; on the pearDatabase.php page and I
et the output below<br>
<br>
<hr>(mysql): SHOW COLUMNS FROM vtiger_users &nbsp;
<hr>
<hr>(mysql): SELECT crypt_type from vtiger_users where
user_name='admin' &nbsp;
<hr>
<hr>(mysql): SELECT * from vtiger_users where user_name='admin' AND
user_password='adpexzg3FUZAk' &nbsp;
<hr>
<hr>(mysql): SELECT * from vtiger_users where user_name='admin' &nbsp;
<hr>
<hr>(mysql): Insert into vtiger_loginhistory (user_name, user_ip,
logout_time, login_time, status) values
('admin','41.220.120.70','0000-00-00 00:00:00','2008/07/08
17:13:45','Signed in') &nbsp;
<hr>
<hr>(mysql): select * from vtiger_users where id='1' &nbsp;
<hr>
<hr>(mysql): select * from vtiger_attachments where attachmentsid='1' &nbsp;
<hr>
<hr>(mysql): select * from vtiger_user2role where userid='1' &nbsp;
<hr>
<hr>(mysql): select * from vtiger_field where tabid=29 &nbsp;
<hr>
<hr>(mysql): select * from vtiger_currency_info where id='1' and
currency_status='Active' &nbsp;
<hr><br>
<b>Warning</b>: Cannot modify header information - headers already sent
by (output started at
/var/www/agile.co.ke/agilecrm/adodb/adodb.inc.php:376) in <b>/var/www/agile.co.ke/agilecrm/modules/Users/Authenticate.php</b>
on line <b>130<br>
<br>
What could be the problem?<br>
</b><!-- stopscrmprint -->
<style>
                .bggray
                {
                        background-color: #dfdfdf;
                }
        .bgwhite
        {
                background-color: #FFFFFF;
        }
        .copy
        {
                font-size:9px;
                font-family: Verdana, Arial, Helvetica, Sans-serif;
        }
        </style>
<script language="javascript">
                function LogOut(e)
                {
                        var nav4 = window.Event ? true : false;
                        var iX,iY;
                        if (nav4)
                        {
                                iX = e.pageX;
                                iY = e.pageY;
                        }
                        else
                        {
                                iX = event.clientX + document.body.scrollLeft;
                                iY = event.clientY + document.body.scrollTop;

                        }
                        if (iX <= 30 && iY < 0 )
                        {
                                w=window.open("index.php?action=Logout&module=Users");
                                w.close();
                        }
                }
        //window.onunload=LogOut
        </script>
<script language="JavaScript" src="include/js/popup.js"
 type="text/javascript"></script><br>
</body>
</html>