ShopWindow has been very "ropey" over the weekend (well, over the last three or four weeks!) - sometimes working OK for a few hours, sometimes disappearing for a few hours, and also having periods of extreme "slow running".
What version of PHP are you using, and is it Windows/IIS, or Linux/Apache. I've had experience of getting ShopWindow to work on both... and the approach is slightly different.
You could try lowering the error reporting level...
Cheers,PHP Code:ini_set('error_reporting', E_ALL); # Switch off all errors (not recommended, but it will prove the point!)
ini_set('error_reporting', E_ERROR | E_WARNING); # this is probably what you want
ini_set('error_reporting', E_ERROR); # or maybe this
Darren.
LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks