Its a problem with your sessions. Locate your php.ini (the one used by the web server), look for session.save_path. Make sure its value can be written to by the web server. Simplest solution (but not advisable on a production server) is to just set session.save_path=/tmp.
Remember to restart apache after. Warm Regards, Wilson On Mon, Jan 11, 2010 at 8:54 PM, Robert Nkambwe <[email protected]> wrote: > the following is my "config.inc.php" setup. > > > $cfg['blowfish_secret'] = 'abcdefg67'; /* YOU MUST FILL IN THIS FOR COOKIE > AUTH! */ > > /* > * Servers configuration > */ > $i = 0; > > /* > * First server > */ > $i++; > /* Authentication type */ > $cfg['Servers'][$i]['auth_type'] = 'cookie'; > /* Server parameters */ > $cfg['Servers'][$i]['host'] = 'localhost'; > $cfg['Servers'][$i]['connect_type'] = 'tcp'; > $cfg['Servers'][$i]['compress'] = false; > /* Select mysqli if your server has it */ > $cfg['Servers'][$i]['extension'] = 'mysql'; > /*User for advanced features */ > $cfg['Servers'][$i]['controluser'] = 'pma'; > $cfg['Servers'][$i]['controlpass'] = 'pmapass'; > > Robert > > > Nkambwe Robert, IT Manager/Systems Administrator Bugema University P.O.Box > 6529 Kampala Tel:+256-312-351400, Fax:+256-312-351460 Mob:+256782887479 > e-mail > addresses:[email protected]<addresses%[email protected]>, > [email protected] website:www.bugemauniv.ac.ug > > > ------------------------------ > *From:* Robert Nkambwe <[email protected]> > *To:* Linux Users Group Uganda <[email protected]> > *Sent:* Mon, January 11, 2010 8:33:59 PM > *Subject:* Re: [LUG] phpMyadmin > > apparently there is no error displayed. > > thx > > Nkambwe Robert, IT Manager/Systems Administrator Bugema University P.O.Box > 6529 Kampala Tel:+256-312-351400, Fax:+256-312-351460 Mob:+256782887479 > e-mail > addresses:[email protected]<addresses%[email protected]>, > [email protected] website:www.bugemauniv.ac.ug > > --- On *Mon, 1/11/10, Douglas Onyango <[email protected]>* wrote: > > > From: Douglas Onyango <[email protected]> > Subject: Re: [LUG] phpMyadmin > To: "Linux Users Group Uganda" <[email protected]> > Date: Monday, January 11, 2010, 11:16 AM > > Isn't there any error message displayed on the refreshed page? > > > Regards > Douglas Onyango +256(0712)981329 > Life is the educators practical joke in which you spend the first half > learning, and the second half learning that everything you learned in the > first was wrong. > > --- On *Mon, 1/11/10, Robert Nkambwe <[email protected]>* wrote: > > > From: Robert Nkambwe <[email protected]> > Subject: [LUG] phpMyadmin > To: [email protected] > Date: Monday, January 11, 2010, 6:06 PM > > Hi all, > i've configured phpmyadmin on opensuse 10.0 linux machine however it won't > go past login. You put in the login parameters and it refreshes back to same > screen. > please help me to complete my installation. > Thanks and happy new year. > > cheers > > Nkambwe Robert, IT Manager/Systems Administrator Bugema University P.O.Box > 6529 Kampala Tel:+256-312-351400, Fax:+256-312-351460 Mob:+256782887479 > e-mail > addresses:[email protected]<addresses%[email protected]>, > [email protected] website:www.bugemauniv.ac.ug > > -----Inline Attachment Follows----- > > _______________________________________________ > LUG mailing list > [email protected] > http://kym.net/mailman/listinfo/lug > %LUG is generously hosted by INFOCOM http://www.infocom.co.ug/ > > The above comments and data are owned by whoever posted them (including > attachments if any). The List's Host is not responsible for them in any way. > --------------------------------------- > > > > -----Inline Attachment Follows----- > > _______________________________________________ > LUG mailing list > [email protected] > http://kym.net/mailman/listinfo/lug > %LUG is generously hosted by INFOCOM http://www.infocom.co.ug/ > > The above comments and data are owned by whoever posted them (including > attachments if any). The List's Host is not responsible for them in any way. > --------------------------------------- > > > > > _______________________________________________ > LUG mailing list > [email protected] > http://kym.net/mailman/listinfo/lug > %LUG is generously hosted by INFOCOM http://www.infocom.co.ug/ > > The above comments and data are owned by whoever posted them (including > attachments if any). The List's Host is not responsible for them in any way. > --------------------------------------- > > >
_______________________________________________ LUG mailing list [email protected] http://kym.net/mailman/listinfo/lug %LUG is generously hosted by INFOCOM http://www.infocom.co.ug/ The above comments and data are owned by whoever posted them (including attachments if any). The List's Host is not responsible for them in any way. ---------------------------------------
