One problem is the use of isset is not workign on all server setups as intended. Like it smacks mine into trying to update the wall everytime which I feel is what is happening to others.
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 != '')