having developed on localhost for some time now (everything working perfectly), I wanted it looks like on live-server (hosted). Same code, same everything, but on live, I get "Indirect modification of overloaded property", see http://www.carfreewalks.org/...441
This usually happens with different configurations of the web server (PHP in this case). The live server is possibly using a newer version of PHP or is set to be more strict. I usually opt for fixing the code to be more strict, in which case you could probably fix like so: