Re: [beta release]PunBB Twitter
Can you open the twitter.class.php file inside the pun_twitter directory? then you will find lines like:
$this->Error(4);
$this->Error(5);
just put a echo before that line, like
echo $this->Error(5);
you just need to modify in Status() function! which is approximately from line # 51 to line #102
i guess you should then get error printed after your post in forum!