Quote:
Originally Posted by eXtremeTim
heres how I fixed the blank page and timeout problem on my site
Fixed I had the variable typed wrong.
Find:
Code:
if( isset($painttext) )
Replace with:
Code:
if ($painttext != '')
|
Thumbs up from me, that little fix did the job for me. Thanks.
Not sure why it stopped working for me in the first place though, i've been running this for ages and on 3.0.7 and it always worked fine before, was only this updated version that had killed it.