Installed Wamp2 and now can't access certain pages
Posted by: shamrox (---.ad.dot.gov)
Date: December 03, 2007 05:38PM

Hi,
I just upgraded to Wamp2 and followed the uninstall and install instructions. Everything seemed fine, data in the database exists, myphpadmin works fine. When I load the main page on the site it loads. This page is the login page for the rest of the pass protected site. When I type in the user and pass, the form kicks me out as if the pass is incorrect. All unprotected pages load, but when a page requires a connection to the database (i.e. to lookup the user and pass) it doesn't work right.
Have a missed something that needs to be reconfigured since the upgrade?

thanks.

Options: ReplyQuote
Re: Installed Wamp2 and now can't access certain pages
Posted by: rip_pit (---.w90-5.abo.wanadoo.fr)
Date: December 03, 2007 08:43PM

Maybe some php options may need to be turned on/off in order you code to work properly.
fore example if you have short php opening tags like this :
<?
you should replace them all with
<?php
Or simply turn on the php option :
Short_open_tags = On

try also
register globals = On

try also
allow url include = On

these options should be turned off for security purpose but it might solve your problem.
You should also check your log files to see if there are error messages. Right click wamp icon > apache > apache access . log & > apache error log , mysql > mysql log)

---------------------------------------------
XP SP3 - pIV - 3.2Ghz - 1.5Go de ram - Wamp 2.0

Options: ReplyQuote
Re: Installed Wamp2 and now can't access certain pages
Posted by: shamrox (---.ad.dot.gov)
Date: December 03, 2007 09:05PM

Thank you. That worked like a charm.

Options: ReplyQuote


Sorry, only registered users may post in this forum.