i have never been able to get squirrelspell to work at all, i
keep getting this error message:

Warning: htmlspecialchars() expects parameter 1 to be string,
array given in
/var/www/localhost/htdocs/vhosts/computernick.com/squirrelmail/plugins/squirrelspell/modules/check_me.mod
on line 119

Warning: join(): Bad arguments. in
/var/www/localhost/htdocs/vhosts/computernick.com/squirrelmail/plugins/squirrelspell/modules/check_me.mod
on line 119

SquirrelSpell is misconfigured.
I tried to execute 'ispell-aspell', but it returned:

i recompiled aspell and it didnt help, and i saw that the plugin
for squirrelspell was added to the core so there is no plugin
that i can reinstall to see if that fixes it. so i dont know
where to go from here, how can i get this working?

here is starting with line 104 of that checkme file::
 * Execute ispell/aspell and catch the output.
 */
exec("cat $floc | $sqspell_command 2>&1", $sqspell_output,
$sqspell_exitcode);
/**
 * Remove the temp file.
 */
unlink($floc);

/**
 * Check if the execution was successful. Bail out if it wasn't.
 */
if ($sqspell_exitcode){
  $msg= "<div align='center'>"
     . sprintf(_("I tried to execute '%s', but it returned:"),
               $sqspell_command) . "<pre>"
 LINE 119 ->    . join("\n", htmlspecialchars($sqspell_output))
. "</pre>"
     . "<form onsubmit=\"return false\">"
     . "<input type=\"submit\" value=\"  " . _("Close")
     . "  \" onclick=\"self.close()\"></form></div>";
  sqspell_makeWindow(null, _("SquirrelSpell is misconfigured."),
null, $msg);
  exit;
}

any ideas?

this is a gentoo system

thanks

nick

--
Nick Smith a.k.a. Computer Nick
Web - http://www.computernick.com
Email - [EMAIL PROTECTED]
--





-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to