Re: [Phpip-support] blank screen after logon.
Brought to you by:
trilexcom
From: <php...@li...> - 2007-05-31 10:48:20
|
Hi Chris, Depending on other setups, the local user is either not setup or is duplicated and this is causing the blank screen. Can you post a list of the user accounts listed within the table users? SELECT * FROM `users`; -- Michael Earls http://www.mearls.net http://www.vermeer.org http://www.vermeer.org/pgp http://www.phpip.net PGP Info: KeyID 0x168CBA4E Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E > Dear chris > > > > Yes you are rite, actually this is the prob with DB script of phpip anyhow > you can resolve it my entering following command > > > > mysql -u root -p > use phpip_management > > Insert into users values ( "" , "admin" , "Administrator" , "local" , "ip > admin" , "you...@yr..." , MD5("yourpassword"), 1); > > > > After this login into your interface via admin and password yourpassword > > > > Explanation : actually the db script don't create your user into > phpip_management database > > > > > > Thanks > Regards > Farhan Ali Khan > Network Engineer > Network Operations Center > Cyber Internet Services Pvt. Ltd. > > "It is true that we shall not be able to reach perfection, but in our > struggle toward it we shall strengthen our characters and give stability > to > our ideas, so that, whilst ever advancing calmly in the same direction, we > shall be rendered capable of applying the faculties with which we have > been > gifted to the best possible account." Confucius > > _____ > > From: php...@li... > [mailto:php...@li...] On Behalf Of > php...@li... > Sent: Thursday, May 31, 2007 12:02 PM > To: php...@li... > Subject: [Phpip-support] blank screen after logon. > > > > HI all, > > I have looked through the mailing lists for this as well and have not read > a > solution. > > I am running PHP version 4.3.11 and phpip version 4.3. The install works > flawlessly and I can see the mysql tables correctly. > > When I login for the first time with username "phpip" the screen goes > blank > and the url is <http://server/phpip/login.php?req=validate> > http://server/phpip/login.php?req=validate. > > Any help would be appreciated as phpip looks perfect for us. > > Thanks in advance. > > chris > > ---------------------------------------------------------------------------- > -------- > > West Australian Newspapers Group > > ---------------------------------------------------------------------------- > -------- > > Privacy and Confidentiality Notice > > The information contained herein and any attachments are intended solely > for > the named recipients. It may contain privileged confidential information. > If > you are not an intended recipient, please delete the message and any > attachments then notify the sender. Any use or disclosure of the contents > of > either is unauthorised and may be unlawful. Any liability for viruses is > excluded to the fullest extent permitted by law. > > Advertising Terms & Conditions > > Please refer to the current rate card for advertising terms and > conditions. > The rate card is available on request or via www.thewestaustralian.com.au > > Unsubscribe > > If you do not wish to receive emails such as this in future please reply > to > it with "unsubscribe" in the subject line. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/_______________________________________________ > Phpip-support mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpip-support > |