Wamp running on Windows 7
Posted by: Krakje (---.access.telenet.be)
Date: August 06, 2009 02:28PM

I recently installed Windows 7 but I don't get wamp running perfect. I can go to phpmyadmin and localhost. But when I test my php pages, the php code isn't executed. It gives errors. Errors that I didn't had on my old XP installation and on the servers from one.com it's all working perfectly.

Someone has any idea how to fix this? I urgently need to add new features and can't find any problem online that's related with mine. I can run wamp but there is no php code executed.

Thanks for helping me.

Options: ReplyQuote
Re: Wamp running on Windows 7
Posted by: Krakje (---.access.telenet.be)
Date: August 06, 2009 04:56PM

I think it's because my wampappache service isn't started. But I can't get it on.

Options: ReplyQuote
Re: Wamp running on Windows 7
Posted by: Krakje (---.access.telenet.be)
Date: August 06, 2009 07:51PM

wampapache service started but the problem is still there :s

Options: ReplyQuote
Re: Wamp running on Windows 7
Posted by: adamzwakk (---.cpe.net.cable.rogers.com)
Date: August 06, 2009 08:00PM

Works fine for me on the 7600 build with no hassle. Maybe try reinstalling WAMP?

Options: ReplyQuote
Re: Wamp running on Windows 7
Posted by: Krakje (---.access.telenet.be)
Date: August 06, 2009 08:26PM

I'm working on build 7100 :s

I've reinstalled it around 10 times so :s Maybe I need to try to upgrade windows 7 then.

Options: ReplyQuote
Re: Wamp running on Windows 7
Posted by: c2dan (---.15-1.cable.virginmedia.com)
Date: August 06, 2009 10:08PM

What are the errors you say you're getting. It doesnt matter what build of Win7 you use. I use 7100 and WAMP runs fine.

Options: ReplyQuote
Re: Wamp running on Windows 7
Posted by: adamzwakk (---.cpe.net.cable.rogers.com)
Date: August 06, 2009 11:09PM

I even used 7000 and 7052 and they all worked just fine.

Options: ReplyQuote
Re: Wamp running on Windows 7
Posted by: Krakje (---.access.telenet.be)
Date: August 06, 2009 11:58PM

Installed windows 7 RTM build 7600 and still not working. I reinstalled wamp and keep having the same problem.

When I run my pages I get errors like this:
Notice: A session had already been started - ignoring session_start() in ...
Notice: Undefined variable: ....

In textboxes I get:
<br /><b>Notice</b>: Undefined index:

And when I try to redirect my inlog page to a check page I get a blanco screen. So the new page what is all writen in php isn't shown.

Options: ReplyQuote
Re: Wamp running on Windows 7
Posted by: Krakje (---.access.telenet.be)
Date: August 07, 2009 11:37AM

When I turn "dislpay errors" off, the errors are gone. But my redirected page is still not shown. And I can't find any error there. I use header("Location: index.php"winking smiley; to do this. Maybe this option doesn'tw ork anymore? It did before.

Options: ReplyQuote
Re: Wamp running on Windows 7
Posted by: Krakje (---.access.telenet.be)
Date: August 07, 2009 12:47PM

everything is working again like it was when I set mysql_close(); in comment

Options: ReplyQuote
Re: Wamp running on Windows 7
Posted by: Krakje (---.access.telenet.be)
Date: August 07, 2009 12:52PM

found a solution.
it was mysql_close();
change it to mysql_close($link); and evertyhing is working again. Seems it was a kind of bug in the new php version.

thanks for helping me all

Options: ReplyQuote


Sorry, only registered users may post in this forum.