Problem with new WAMP
Posted by: camel (---.neoplus.adsl.tpnet.pl)
Date: December 28, 2005 05:43PM

Hi,
Sorry, but I don't speek english well...
I have a problem with the new WAMP5(1.6.0). When I was having WAMP5 1.4.x I haven't this problem, but now minutes ago I've installed the WAMP5 1.6.0... Now some of my pages don't work well. There is a (incomplete) php-source instead of a properly page. You can see it on this screen ( [killbox.be] )!
On the internet it works OK ( [killbox.be] ).

Anyone know what is wrong?

Options: ReplyQuote
Re: Problem with new WAMP
Posted by: k776 (---.bliink.ihug.co.nz)
Date: December 28, 2005 10:55PM

Short tags are turned off. To fix, open php.ini and find php short tags, and turn them on (or change all <? into <?php in your scripts). Save and restart all services.

And if you design you websites with with urls like ?name=bleh&other=this, and you dont use $_GET[''], you may need to turn register globals on also.

Options: ReplyQuote
Re: Problem with new WAMP
Posted by: camel (---.neoplus.adsl.tpnet.pl)
Date: December 29, 2005 10:18AM

ok, it's working smiling smiley
thank you

Options: ReplyQuote


Sorry, only registered users may post in this forum.