Spell Check for Forum

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   re: Spell Check for Forum
Famouspunk
CZ Newbie
Famouspunk has been a member for over 18 year's 18 Year Member
Gender: Male
Status: Offline
Joined: Oct 23, 2005
0.00 posts per day
Posts: 1
Points: 66
   
Hi,

Any chance this spellcheck will work for phpNuke?



Back to top Reply with quote
#2   re: Spell Check for Forum
tbird
CZ Newbie
 Codezwiz Site Donator
tbird has been a member for over 18 year's 18 Year Member
Gender: Male
Status: Offline
Joined: Jan 27, 2006
0.00 posts per day
Posts: 6
Points: 2,240
   
i had a copy of this and had lots of trouble instaling it to nuke. After reading the posts here i think it is working now (well I hope so it is currently processing the dic file) Thanks for posts like this. icon_smile.gif, but (lol) it has done its job but when i press spell nothing happens and i get a yellow caution sign on the left bottom icon_redface.gif



Back to top Reply with quote
#3   
Telli
Site Admin
Telli has been a member for over 20 year's 20 Year Member
Occupation: Self Employed
Age: 45
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.06 posts per day
Posts: 8089
Points: 494,430
   
Sounds like maybe the js file is missing or is not being called correctly. Double check your location of the files and the code asking for the js to make sure they are the same directory.




_________________
The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he, who in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17
Back to top Reply with quote
#4   re: Spell Check for Forum
DeaDVIP
CZ Newbie
DeaDVIP has been a member for over 17 year's 17 Year Member
Gender: Male
Status: Offline
Joined: Jan 16, 2007
0.00 posts per day
Posts: 2
Points: 50
   
I keep getting this error when tryin to open admin_spellcheck.php

Warning: main(db/mysql.php): failed to open stream: No such file or directory in /home/c98869/public_html/db/db.php on line 57

Warning: main(db/mysql.php): failed to open stream: No such file or directory in /home/c98869/public_html/db/db.php on line 57

Warning: main(db/mysql.php): failed to open stream: No such file or directory in /home/c98869/public_html/db/db.php on line 57

Warning: main(): Failed opening 'db/mysql.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/c98869/public_html/db/db.php on line 57

Fatal error: Cannot instantiate non-existent class: sql_db in /home/c98869/public_html/db/db.php on line 94



Back to top Reply with quote
#5   re: Spell Check for Forum
DeaDVIP
CZ Newbie
DeaDVIP has been a member for over 17 year's 17 Year Member
Gender: Male
Status: Offline
Joined: Jan 16, 2007
0.00 posts per day
Posts: 2
Points: 50
   
Could this code be the problem? from (spell_phpbb.php)

  if (defined('IN_SPELL_ADMIN') && !$Spell_Config['PHPBB_NUKE']) {

    // PHPNuke 6.5 removes the "db.php" from the common file.
    if ($Spell_Config['PHPBB_NUKE']) {
      define('PHPBB_INSTALLED', true);
      include_once($phpbb_root_path.$PathPrefix.'db/db.php');
    // include($phpbb_root_path.$PathPrefix.'mainfile.php');
    }



Back to top Reply with quote
#6   re: Spell Check for Forum
xGSTQ
CZ Super Newbie
 Codezwiz Site Donator
xGSTQ has been a member for over 18 year's 18 Year Member
uk.gif
Gender: Male
Website:
Status: Offline
Joined: Sep 07, 2005
0.01 posts per day
Posts: 56
Points: 4,428
   
i just keep getting



You must choose a Database Type in the Spell Configuration file.


when i try and install it from the admin forums section

even though i have set the following in the spell_config.php

  // ----------------------------------------------
  // ----- Uncomment which ever line you need -----
  // ----------------------------------------------
  $Spell_Config['DB_Type'] = 'PHPBB';
//  $Spell_Config['DB_Type'] = 'Hivemail';
//  $Spell_Config['DB_Type'] = 'MySQL';
  $Spell_Config['DB_Type'] = 'PHPNUKE';
//  $Spell_Config['DB_Type'] = 'PSPELL';
//  $Spell_Config['DB_Type'] = 'Invision';
//  $Spell_Config['DB_Type'] = 'vBulletin';
//  $Spell_Config['DB_Type'] = 'phpMail';


I noticed if i changed $Spell_Config['DB_Type'] = 'PHPNUKE'; to $Spell_Config['DB_Type'] = 'PHPNuke'; like they suggest i get loads of errors


Warning: main(db/mysql.php): failed to open stream: No such file or directory in /home/ped99/public_html/db/db.php on line 39

Warning: main(db/mysql.php): failed to open stream: No such file or directory in /home/ped99/public_html/db/db.php on line 39

Warning: main(db/mysql.php): failed to open stream: No such file or directory in /home/ped99/public_html/db/db.php on line 39

Warning: main(): Failed opening 'db/mysql.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php:/home') in /home/ped99/public_html/db/db.php on line 39

Fatal error: Cannot instantiate non-existent class: sql_db in /home/ped99/public_html/db/db.php on line 76


Im trying to install it on Ravens 7.6 phpbb 2.2.20 ?


Back to top Reply with quote
#7   
Telli
Site Admin
Telli has been a member for over 20 year's 20 Year Member
Occupation: Self Employed
Age: 45
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.06 posts per day
Posts: 8089
Points: 494,430
   
Is the PHPBB one supposed to be commented out? I installed it the standalone style and just added the code where I wanted it.




_________________
The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he, who in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17
Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum