Page 1 of 1

Apache 2.0 and php4.2.2

Posted: Wed Jul 31, 2002 9:39 am
by mefdo
I am on winNT4.0

I installed both.

When I bringup http://localhost/index.php my login page just there when I click submit button.

Can someone PLEASE tell me what should I do ?

Posted: Wed Jul 31, 2002 9:48 am
by Johnm
I think that more information is needed. Can you tell us more about the problem?


Direwolf

Posted: Wed Jul 31, 2002 1:58 pm
by mefdo
Johnm wrote:I think that more information is needed. Can you tell us more about the problem?


Direwolf
I started apache successfully. Launched http://localhost then I got my login page but it does not move to the next page when I type in user and password and press submit. Same page is running ok in old php version on apache 1.3.

I can provide the index.php code.

I think something to be adjust in that code ? How do I post as a attachment.

Posted: Wed Jul 31, 2002 4:14 pm
by twigletmac
Please don't cross-post to other topics with the same question - you already have a topic open use that.

Please when you want to show everyone your apache configuration post a link to a text file on you own site it's really too big too post here.

What if the problem has nothing to do with your apache configuration - what exactly is happening on your index.php page? What should be happening? Do you get any error messages? This is really what we mean when we ask for additional information.

Mac

Posted: Wed Jul 31, 2002 5:13 pm
by mefdo
I am not getting any error message.

All what I can see is web page is sitting there and doing nothing when I presed SUBMIT button..

Do you think something to do with my index.php code. Its working fine in Apache 1.3....and I was running PHP 4.2.2...

Do you need to see my index.php code ?

Posted: Thu Aug 01, 2002 6:58 am
by mikeq
Would probably be helpful

php 4.2.2 and apache 2

Posted: Thu Aug 01, 2002 4:34 pm
by mefdo
Hi Guys
For anyone's info...

I figured it out !!!!. Just a matter of turning register_argc and get_pot flags ON...