A problem with updating

Discussion of testing theory and practice, including methodologies (such as TDD, BDD, DDD, Agile, XP) and software - anything to do with testing goes here. (Formerly "The Testing Side of Development")

Moderator: General Moderators

Post Reply
diG1tY
Forum Newbie
Posts: 17
Joined: Sun Feb 01, 2009 2:50 pm

A problem with updating

Post by diG1tY »

I have problems with updating the files I am currently writting. I update the files, save them and start them on localhost. But after I load the pages, they are not updated in any way. I tried restarting the apache server, and wamp. Tried rebooting and still when I update the given files they appear to not be changed at all. Any tips ?
User avatar
greyhoundcode
Forum Regular
Posts: 613
Joined: Mon Feb 11, 2008 4:22 am

Re: A problem with updating

Post by greyhoundcode »

Have you tried really blatant modifications, like echoing out some text?

Maybe its a caching issue with your browser. I installed a Firefox plugin that makes this extra easy to deal with (if that is the problem, of course!)
User avatar
php_east
Forum Contributor
Posts: 453
Joined: Sun Feb 22, 2009 1:31 pm
Location: Far Far East.

Re: A problem with updating

Post by php_east »

in my case it is usually i was writing to a different directory altogether.
diG1tY
Forum Newbie
Posts: 17
Joined: Sun Feb 01, 2009 2:50 pm

Re: A problem with updating

Post by diG1tY »

Yea I did. It was the same. A few days ago it auto-fixed. I don't know what hapend, tho. I hate such silly issues -_-
Post Reply