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)

Ship_ 03-14-2005 02:57 AM

Sorry .. I did not read far enough .. I have it now .. Thanks again for the help

Snake 04-19-2005 10:52 AM

Will this hack work on vB 3.0.7? I just wanna make sure.

whodah 04-22-2005 07:47 PM

i'm running 3.0.7 and it does not appear to work for the WYSIWYG editor.

basic editor, standard editor (guided or advanced) both work.

i've verified that in WYSIWYG mode that the script does two things:
a) points to:
Code:

<input type="button" value="Spell Check" onClick="spellCheck( 'vbform',  'WYSIWYG_HTML', '2');">
b) that the text area in WYSIWYG is identified correctly, namely it's:
Code:

<input type="hidden" name="WYSIWYG_HTML" id="html_hidden_field" value="&lt;p&gt;&lt;/p&gt;" />
i was hoping that the js didn't match up to the input name.. but not that easy of a fix!!

dmyrick 04-25-2005 09:08 PM

Hope this is a simple error but I don't understand it (I'm new to PHP and web designing).
I'm running;
PHP 4.3.11 Win 32 and vBulletin 3.0.7 on Windows Server 2003 and Aspell-0-50-3-3.
I installed the Aspell, enabled the pspell extension and unziped the files to the forums directory for the PungoSpell.
I added the the spell check button to the Newreply template but when I click the button to do a spell check I get the following error;
Line: 911
Char: 1
Error: Object expected
Code: 0
URL:
Code:

http://www.ultra-inc.com/forums/newreply.php?do=newreply&noquote=1&p=37

whodah 04-25-2005 09:15 PM

looks more like a javascript error...

dmyrick 04-25-2005 09:37 PM

It was a javascript error, I forgot a closing quote, oops. Thanks.

Now I get
Fatal error: Call to undefined function: pspell_new() in c:\inetpub\wwwroot\forums\checkspelling.php on line 32
I think I saw this error several post back though so I'm off to search for it.

Can anyone recomend a good PHP book?

bi11i 05-04-2005 03:23 PM

Nice, very nice. My problem is this, when I run the spellchecker, everything works, but I see this at the top of the spellchecker window:
Code:

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in \global.php on line 367
 
Warning: in_array() [function.in-array]: Wrong datatype for second argument in \includes\functions.php on line 2285
 
Warning: Invalid argument supplied for foreach() in \includes\functions.php on line 2290

Funny thing is that I have Warning reporting turned OFF in my php.ini, so why am I seeing this anyway? What can be done?

Thanks for the help!

I'm running this on v3.0.7 with IIS 6 and PHP v5.0.4.

I should also post that I get the same error in an additional, smaller window when trying to use the learn function.

tamarian 05-04-2005 08:51 PM

bi11i, try adding this in the beginning of checkspelling.php, before "include ('global.php');

Quote:

error_reporting(E_ERROR);

bi11i 05-04-2005 11:09 PM

Actually, I don't see that line in checkspelling.php. I do see it in pungo-spell-config.php, however it doesn't do anything (no matter which file i put it in.)

Any other ideas?

tamarian 05-04-2005 11:10 PM

Quote:

Originally Posted by bi11i
Actually, I don't see that line in checkspelling.php. I do see it in pungo-spell-config.php, however it doesn't do anything (no matter which file i put it in.)

Any other ideas?

Did you fill out the usergroup id's in config?


All times are GMT. The time now is 04:57 AM.

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.01317 seconds
  • Memory Usage 1,741KB
  • 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
  • (4)bbcode_code_printable
  • (2)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