This topic contains 2 replies, has 2 voices. Last updated by Eduan 3 years, 9 months ago.
Topic Author | Topic |
---|---|
Posted: Friday Mar 22nd, 2013 at 9:21 pm #45535 | |
A Not so urgent fix to your code. The Variable $cache_needs_updating is not defined. Setting $cache_needs_updating = false;
It’s required when the code hits…
and not having it defined is naughty ( as you know)! I know WP is fully plagued by this – having error reporting set to full whinge mode floods your screen. Cheers |