From sammyblue71@hotmail.com Wed Feb 12 00:12:33 2003 From: sammyblue71@hotmail.com (samuel umoette) Date: Wed, 12 Feb 2003 01:12:33 +0100 Subject: [MyClient] need help! Message-ID: seems so simple but i cant get it to work and am kinda depressed cos its a fine piece of gui. this is the problem.i run apache2(http-2.0.44),php4-dev.mysql-2.23.55. plz how can i get it to work anybody know? thanks. sam. _________________________________________________________________ Vuoi ricevere fantastiche offerte promozionali via email? http://www.msn.it/msnservizi/so/ From Steve.Dieke@fiserv.com Wed Feb 12 13:14:13 2003 From: Steve.Dieke@fiserv.com (Dieke, Steve) Date: Wed, 12 Feb 2003 07:14:13 -0600 Subject: [MyClient] need help! Message-ID: Have you looked to see if there are issues with Apache 2 and any of their related modules such as mysql or php? I had problems with a different php/mysql app and found that the problem was Apache 2. From my understanding there are problems with some mods not working correctly yet in Apache 2. I uninstalled Apache 2 and installed Apache 1.3.x and everything worked fine. That is what I have MyClient running under as well. Hope this gives you a place to start looking, Steve -----Original Message----- From: samuel umoette Sent: Tuesday, February 11, 2003 6:15 PM To: Myclient@polarlava.com Subject: [MyClient] need help! seems so simple but i cant get it to work and am kinda depressed cos its a fine piece of gui. this is the problem.i run apache2(http-2.0.44),php4-dev.mysql-2.23.55. plz how can i get it to work anybody know? thanks. sam. _________________________________________________________________ Vuoi ricevere fantastiche offerte promozionali via email? http://www.msn.it/msnservizi/so/ _______________________________________________ Myclient mailing list Myclient@polarlava.com http://www.polarlava.com/mailman/listinfo/myclient_polarlava.com From kevinp@polarlava.com Wed Feb 12 22:49:23 2003 From: kevinp@polarlava.com (Kevin L. Papendick) Date: Wed, 12 Feb 2003 17:49:23 -0500 Subject: [Fwd: Re: [MyClient] need help!] Message-ID: <3E4ACF73.9060604@polarlava.com> Sam, I don't have access to an apache2 machine so you are somewhat a guinea pig/test case. When you say it doesn't work, what does that mean? Are you getting any error messages from PHP? One thing also to note, MyClient currently will only run if register_globals = on. As of PHP V4.2.0 this is set to "off" by default. This is actually a very a good thing from a security standpoint, but I had started developing MyClient well before this default was changed. At thattime everyone ran with the then default of "off" and things were great. Rewriting MyClient to run with register_globals set to "on" is on my "TODO" list, but the changes are pretty extensive. Largely because the code has become quite twisted and ugly as I've hacked new things into it. I'm currently integrating a change to "Save Results" that will replace the Table Dump option and allow you to save any query result. (Many thanks to Steve Dieke for providing some base code for this change.) After that I will most likely begin a complete rewrite using OOP so things will be cleaner and more modular. Kind of way off from your question, so if you are getting errors, post them and I will see if I can help you. Regards, Kevin L. Papendick samuel umoette wrote: > seems so simple but i cant get it to work and am kinda depressed cos its > a fine piece of gui. > > > > this is the problem.i run apache2(http-2.0.44),php4-dev.mysql-2.23.55. > > > plz how can i get it to work anybody know? > > thanks. > > sam. > > > > _________________________________________________________________ > Vuoi ricevere fantastiche offerte promozionali via email? > http://www.msn.it/msnservizi/so/ > > > _______________________________________________ > Myclient mailing list > Myclient@polarlava.com > http://www.polarlava.com/mailman/listinfo/myclient_polarlava.com > From kevinp@polarlava.com Thu Feb 13 12:34:27 2003 From: kevinp@polarlava.com (Kevin L. Papendick) Date: Thu, 13 Feb 2003 07:34:27 -0500 Subject: [MyClient] need help! In-Reply-To: References: Message-ID: <3E4B90D3.1090309@polarlava.com> Sam, It shouldn't matter what user you using to connect to the database. When it returns to the login page after your intial attempt to connect, do you get the same exact screen or does it also display a "Login Authorization Failed!" message? If it does, there's a problem with the with your username and/or password authorization. If it's doesn't give you the login failure message (as I suspect) it's probably something with your PHP configuration. Either the "register_globals" setting we discussed yesterday, or something related to the MyClient or PHP session configuration. If you can, post your phpinfo() so we can see if it's something in the configuration. -klp samuel umoette wrote: > thanks for answering back. > > well the problem is that the product wont accept my userid and > password.it sends me right back to the log in page.am thinking if it > could be because i use an admin password to log into mysql. > > > its all good news to know the development is bringing out and up a lot > of new stuff.its quite a fine piece of product. > > sam. > > > > >> From: "Kevin L. Papendick" >> To: samuel umoette >> Subject: Re: [MyClient] need help! >> Date: Wed, 12 Feb 2003 17:39:48 -0500 >> >> Sam, >> >> I don't have access to an apache2 machine so you are somewhat a guinea >> pig/test case. When you say it doesn't work, what does that mean? >> Are you getting any error messages from PHP? >> >> One thing also to note, MyClient currently will only run if >> register_globals = on. As of PHP V4.2.0 this is set to "off" by >> default. This is actually a very a good thing from a security >> standpoint, but I had started developing MyClient well before this >> default was changed. At thattime everyone ran with the then default >> of "off" and things were great. Rewriting MyClient to run with >> register_globals set to "on" is on my "TODO" list, but the changes are >> pretty extensive. Largely because the code has become quite twisted >> and ugly as I've hacked new things into it. I'm currently integrating >> a change to "Save Results" that will replace the Table Dump option and >> allow you to save any query result. (Many thanks to Steve Dieke for >> providing some base code for this change.) After that I will most >> likely begin a complete rewrite using OOP so things will be cleaner >> and more modular. >> >> Kind of way off from your question, so if you are getting errors, post >> them and I will see if I can help you. >> >> Regards, >> >> Kevin L. Papendick >> >> >> samuel umoette wrote: >> >>> seems so simple but i cant get it to work and am kinda depressed cos >>> its a fine piece of gui. >>> >>> >>> >>> this is the problem.i run apache2(http-2.0.44),php4-dev.mysql-2.23.55. >>> >>> >>> plz how can i get it to work anybody know? >>> >>> thanks. >>> >>> sam. >>> >>> >>> >>> _________________________________________________________________ >>> Vuoi ricevere fantastiche offerte promozionali via email? >>> http://www.msn.it/msnservizi/so/ >>> >>> >>> _______________________________________________ >>> Myclient mailing list >>> Myclient@polarlava.com >>> http://www.polarlava.com/mailman/listinfo/myclient_polarlava.com >>> > > > _________________________________________________________________ > MSN Foto: condividi, ritocca e stampa le tue foto online > http://photos.msn.it >