Filled the site to the server. Appeared SUDDEN problem with captcha. When a form appears instead of a captcha - a picture that indicates for sure that the file-picture was not found. When updating the captcha, the picture finally appears. html captcha code: <img src="captcha.php" id="captcha" />
Captcha update (js):
img.src = "captcha.php?number=" + parseInt(Math.random()*1000);
This code works great in Denver, what's the matter? Where does the file disappear when the page loads?