Hi!
To be sure it is a pspell_suggest problem, I added pair of mail('me',....) just before and after this function. First mail is always received but the second one isn't in those cases.
Web browsers: Internal Server Error
httpd error log (my test):
[Sun Aug 14 09:47:19 2011] [warn] (104)Connection reset by peer: mod_fcgid: read data from fastcgi server error.
[Sun Aug 14 09:47:19 2011] [error] [client XXX.50.78.197] Premature end of script headers: file.php
I think I found something like a pattern (there are inclusions and exclusions)
SOME plurals and an intercalated single number in 5 letters words.
'5bolas', 'bo5las' and any string with '5' in any position of 'bolas' get the error.
'5vejas', '0vejas', 'vej0as', 'monos6', '3cocos', '0pitos', 'bocas6'
Without the number, almost all these samples belong to my dictionary but 'vejas'
Strangely, 'vejas' and 'veja' does not get any suggestion while '12vejas' shows 10 good ones like 'ovejas' (sheeps).
Some exceptions: 'pinos', 'nubes'. Anywhere you add a number you get good suggestions
Thank you.