![]() |
That did it. Thanks
|
Quote:
|
Installed and working perfectly!
/me clicks install |
When I click on Spell Check, it opens a window with just nothing in it -- just plain white. There must be a conflict somewhere. Can anyone help out? Thanks.
|
Is there a way to limit this function for only one usergroup? Say... my donating usergroup?
|
Quote:
<if condition="$bbuserinfo[usergroupid] == 2 OR $bbuserinfo[usergroupid] == 26"> .....spellcheck template code.... </if> |
Will the lack of aspell cause 404 errors?
I'm getting those when I click the button. Upon checking phpinfo, pspell is indeed enabled, but I see no mention of aspell. |
Could somebody please help me - I am not the root on the host machine, and so, I cannot go in and make changes to the pspell data/dictionary files. The phpinfo() output shows that pspell is indeed enabled, but I keep getting all kind of errors!
If I set the language to "en", then the spell check page in the small window just times out after trying to reload for a few minutes. If I set the language to anything else, then the page displays correctly, get the error saying - Quote:
|
This worked for me in every way except it doesn't update the post. It corrects the words in the pop up and when it closes on completion the original post remains the same. :(
|
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 |
Quote:
|
just installed it & I'm getting this error
Code:
An error occured, please notify your administrator. |
I get this error when checking a PM every thing else is working fine!
|
Quote:
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. |
no one is going reply?
|
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)
|
Quote:
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 |
Little help please.
Quote:
I've tried renaming 'en' to 'english' in custom.pws and that has had no effect. pspell is enabled. PHP version 4.3.3 |
Quote:
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. |
Quote:
|
Quote:
aspell, pspell and dictionary? Are they installed from source, or from RPM's? |
Quote:
But here is what I am running if it helps at all: Apache v1.3.33 PHP v4.3.9 MySQL v4.0.22-standard |
Quote:
|
What happens if you the phpspell installed and want to use this. any ideas on a smooth exit?
|
You would simply undo the steps you took to install PHP Spell and then install this hack. If you have a PHP Spell that is working now though, I would suggest leaving well enough alone because this hack does not work with the WYSIWYG mode of Vbulletin 3.03. It only works with standard mode correctly.
|
Fatal error: Call to undefined function: pspell_new()
in /home/server/www/forum/checkspelling.php on line 32 Any ideas? |
Quote:
|
Quote:
Stranger still, the spellchecker still actually works, it just spews all those errors out. |
Same here...was working great for months then wack, getting errors. Tried all that was listed here, no go, even after an update to 4.3.10 :(
All files are good and intact... Code:
Warning: PSPELL couldn't open the dictionary. reason: I'm sorry I can't find any suitable word lists for the language-tag "en". in /home/dctdg/public_html/forums/checkspelling.php on line 32 |
Just an FYI, aspell is working correctly..tried it at the comand line and it had no problems using aspell -c "filename"....found the dictionary NP...
Using Aspell .33.7.1 and Pspell .12.2 (standard Cpanel rpm versions). Was working NP with PHP 4.3.9, then crapped out...went to 4.3.10 and still the same errors... |
OK, figured it out! We were missing the .pwli file in the pspell data directory. Cpanel had to wack it at one point...go figure...
Here's what ya need to do: Check the pspell data directory. If you don't know where that is type: pspell-config pkgdatadir That should tell you where to look. In my case it was /usr/share/pspell/ You need to create a file in that directory called en-aspell.pwli (I use english) and the only thing that is in the file is the path to your dictionary. In my case the file contains one line as below: /usr/lib/aspell/english Bingo, it works again... Good 'ole CPanel.... Hope that helps anyone else that has the problem... |
My hosts upgraded to php 4.3.10 tonight and it fixed the error.
|
If I am posting a new thread or replying to a thread life is good, but when I try to respond to a thread that has "quoting" in it I get an error message - it tells me to talk with my administrator. Any ideas how to correct it so that it is available when spell checking is used during a reply with quoting in it?
|
All of a sudden my spell check isn't working. I'm not sure if it was from a query I ran a few days ago and I have no idea why. It's at least not getting an error anymore when I try to use it since I had my hosting move me to a newer server, but I just reinstalled this hack and I don't understand why it's not working.
I hit spell check and a blank window pops up saying its done. Any ideas? |
Is there anybody out there supporting this hack?
|
I've solved the "An error has occured, ....your administrator" error in my case. I noticed it only happend when the text had a carrige return. If it was only one line of text no problems. So, not surprisingly, it turns out the problem stems from a carrige return being imbedded in the checkspelling.php. If you edit that file, you must not do it in DOS mode. If you edit the file in DOS mode, it'll break the carrige return and mess up your code. Try uploading a fresh copy of checkspelling.php (in binary mode) if you have any trouble.
|
Quote:
Where is the carrige return in the checkspelling.php file, is this something that I can delete? I've uploaded a fresh copy of checkspelling.php and it did not correct the problem. :ermm: |
Line 47, 48, and 49 should look like (note, I've replaced the HEX 0D character, the line break, in with a space so it displays right on this page):
Code:
// can't have newlines or carriage returns in javascript string Code:
// can't have newlines or carriage returns in javascript string |
Quote:
|
Alrighty I made those changes and I uploaded a fresh install and I'm still having issues.
It was working LIKE A CHARM before then all of a sudden decided not to anymore. When I hit check spelling the windo pops up, loads, and it's blank and says it's done. |
All times are GMT. The time now is 05:30 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|