Question

i am running eclipse php with zendserver and debugging with zend debugger. that all worked. however, i just reinstalled windows 7 due to a computer crash and dragged over my eclipse folder from my old windows to my new (current) installation of windows.

when i edited my old file, index.php, i saved it then ran in debug mode, but it looks exactly the same no matter how much i edit it. what could be the cause of this?

thanks!

Was it helpful?

Solution

Garrett, I ran into this exact issue when I first installed Zend Server. I'm not 100% sure your issue is the same as mine, but it might be worth checking the following. It has to do with Zend Studio not having write permissions to Zend Server's htdocs, due to it being installed with Admin rights.

If you find your files in: C:\Users\YOUR USERNAME\appdata\Local\VirtualStore\Program Files\Zend then you're having the same issue. Changing the directory permissions on your htdocs directory should resolve it.

Then again, it might be something completely different.

OTHER TIPS

Is there a way to clear the cache perhaps? Sometimes when you view stuff through some kind of development framework it can use the system's own browser as a base, maybe try clearing the cache of all the browsers on your machine

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top