vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Spell Checker: PungoSpell for vBulletin3 Standard and WYSIWYG modes (https://vborg.vbsupport.ru/showthread.php?t=65737)

tamarian 08-29-2004 02:17 PM

Quote:

Originally Posted by paul41598
How do I "recompile PHP with the "--with-pspell" paramater" My site is hosted by ace-host.net do they have to install aspell or do I. I can't figure this out.

Thanks in advance,
Paul

It really depends on the hosting setup. Some hosts give you root access and let you do your own thing, some are anal and require they do things their way. If you have a dedicated server, you should be able to install whatever you want, if it's a shared server, they will probably have to install it.

m0h2 09-11-2004 06:20 PM

just installed it & I'm getting this error
Code:

An error occured, please notify your administrator.

m0h2 09-11-2004 07:09 PM

I get this error when checking a PM every thing else is working fine!

Jing 10-06-2004 11:51 AM

Quote:

Originally Posted by SteveK
I get this error when attempting to spell check:


Fatal error: Call to undefined function: pspell_new() in /home/profit/public_html/forums/checkspelling.php on line 26

Line 26 is:

PHP Code:

    $pspell_link pspell_new ("$my_lang"""""""PSPELL_FAST|PSPELL_RUN_TOGETHER); 

Tried changing custom.pws from "en" to "english", no luck
I do have pspell installed, but unsure of dictionary location the aspell.conf file. How do I edit the aspell.conf file using SSH so that it points to the right dictionary file?

Thanks

I had got the same error. After some checkings, I noticed that PSpell was not compiled correctly with php. I did a re-compilation, and it got rid of the error after that. I compiled it initially with --enable-pspell, while it should have been --with-pspell instead. Check if you compiled it wrongly too.

I couldn't fix this problem here though, which was mentioned by Chris on Page 8 I think. The spellcheck ignores all the spacings and just inserts the text as a long paragraph when spellchecking, then outputs them as one long paragraph too. I tried re-uploading in Binary, or even saving it with VI, it just doesn't work. I am quite sure that it has to do with the codes of pulling the text from the text area.

Jing 10-11-2004 07:30 AM

no one is going reply?

Arsenik 12-05-2004 01:42 AM

It doesnt change the text when wysiwyg is used... =/ it does work for the standard/basic editor. Any idea on how to make it work correctly with the wysiwyg? (vb 3.0.3)

docvader 12-05-2004 05:51 AM

Quote:

I noticed that PSpell was not compiled correctly with php. I did a re-compilation, and it got rid of the error after that. I compiled it initially with --enable-pspell, while it should have been --with-pspell instead. Check if you compiled it wrongly too.
I've "installed" aspell and pspell, as directed, but it's not showing up on my PHP page. I didn't compile it, I don't think. Don't know how, lol.

Can anyone just write down some directions to compile pspell with php? I have root access, on an OS X server, running PHP 4.34

Thanks!
rich

peterska2 12-09-2004 11:15 PM

Little help please.

Quote:

<br />
<b>Warning</b>: PSPELL couldn't open the dictionary. reason: I'm sorry I can't find any suitable word lists for the language-tag "en". in <b>/home/virtual/site3/fst/var/www/html/forum/checkspelling.php</b> on line <b>32</b><br />
<br />
<b>Warning</b>: 0 is not a PSPELL result index in <b>/home/virtual/site3/fst/var/www/html/forum/checkspelling.php</b> on line <b>85</b><br />
<br />

<b>Warning</b>: 0 is not a PSPELL result index in <b>/home/virtual/site3/fst/var/www/html/forum/checkspelling.php</b> on line <b>88</b><br />
<br />
<b>Warning</b>: Invalid argument supplied for foreach() in <b>/home/virtual/site3/fst/var/www/html/forum/checkspelling.php</b> on line <b>90</b><br />
<br />
<b>Warning</b>: 0 is not a PSPELL result index in <b>/home/virtual/site3/fst/var/www/html/forum/checkspelling.php</b> on line <b>85</b><br />

<br />
<b>Warning</b>: 0 is not a PSPELL result index in <b>/home/virtual/site3/fst/var/www/html/forum/checkspelling.php</b> on line <b>88</b><br />
<br />
<b>Warning</b>: Invalid argument supplied for foreach() in <b>/home/virtual/site3/fst/var/www/html/forum/checkspelling.php</b> on line <b>90</b><br />
<br />

<b>Warning</b>: 0 is not a PSPELL result index in <b>/home/virtual/site3/fst/var/www/html/forum/checkspelling.php</b> on line <b>85</b><br />
<br />
<b>Warning</b>: 0 is not a PSPELL result index in <b>/home/virtual/site3/fst/var/www/html/forum/checkspelling.php</b> on line <b>88</b><br />
<br />
<b>Warning</b>: Invalid argument supplied for foreach() in <b>/home/virtual/site3/fst/var/www/html/forum/checkspelling.php</b> on line <b>90</b><br />
this is taken from the source of my spell window when it opens.

I've tried renaming 'en' to 'english' in custom.pws and that has had no effect. pspell is enabled. PHP version 4.3.3

tamarian 12-13-2004 03:45 PM

Quote:

Originally Posted by peterska2
Little help please.



this is taken from the source of my spell window when it opens.

I've tried renaming 'en' to 'english' in custom.pws and that has had no effect. pspell is enabled. PHP version 4.3.3

It appears that the dictionary is screwed up.

I can't help with this, as I'm encountering the same problem. I've upgraded my PHP and aspell/pspell packages. Only to find out PHP no longer supports newer versions of aspell/pspell. So Instead of downgrading my PHP version and recompiling, I've switched to PHPSpell.

If I do find a way to make it work, I'll post the details, but for now, it's in the hands of pspell developers, as their name changes caused the PHP folks to not support newer version, from what I've read.

Boofo 12-13-2004 04:46 PM

Quote:

Originally Posted by tamarian
It appears that the dictionary is screwed up.

I can't help with this, as I'm encountering the same problem. I've upgraded my PHP and aspell/pspell packages. Only to find out PHP no longer supports newer versions of aspell/pspell. So Instead of downgrading my PHP version and recompiling, I've switched to PHPSpell.

If I do find a way to make it work, I'll post the details, but for now, it's in the hands of pspell developers, as their name changes caused the PHP folks to not support newer version, from what I've read.

I'm using PHP v4.3.9 and it works fine for me.


All times are GMT. The time now is 02:46 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01326 seconds
  • Memory Usage 1,752KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete