![]() |
Anyone know anything about importing from your server?
I can't seem to find the stuff I have put in my admincp? |
Sorry - sussed out why it wasn't working correctly; I dumped the data into the DB first then installed the product - which wipes the table first, so removed everything I just uploaded!!
For anyone having problems getting the Dictionary into the database, try this: http://www.ozerov.de/bigdump.php It can dump very large sql files into the database in small chunks, very simple and works extremely well, and doesn't crash out your database!! Cheers Jason |
Ahhh, o.k, didn't see that other file on my desktop the vb spell reg. got it now, but it says.................
Warning: filesize(): Stat failed for ./DICTIONARY.DIC (errno=2 - No such file or directory) in /admincp/plugin.php(1232) : eval()'d code on line 18 Warning: fopen(./DICTIONARY.DIC): failed to open stream: No such file or directory in /admincp/plugin.php(1232) : eval()'d code on line 19 Unable to open dictionary file: ./DICTIONARY.DIC |
@bashy
open ./includes/functions.php find and remove Code:
//added from MKportal Code:
$holdmkp[] = "vbspell"; Code:
$holdmkp[] = "index"; that SHOULD fix the problem with that portal |
@deegan
you didnt upload the dictionary.dic file to your forum home directory please do this first, THEN import the product also make sure you've uploaded all the files from the main package as well (not just the dictionary) |
Quote:
|
Cheers m8
So...doing this, i wont loose the Forum within the portal look will i? Cause that bit you said to remove is thet bit that does that ya see? Nother issue.... On uninstall it dont uninstall properly..... Please see image..... How do i rectify that please? Quote:
|
@bashy
wait no the plugin above is wrong change Code:
if(strpos($filename, $item) === false || strpos($userinfo['location'], $item) === false){ $mkp = "yes"; } else { $mkp = "no"; } Code:
if(strpos($filename, $item) === false || strpos($userinfo['location'], $item) === false){ $mkp = $mkp; } else { $mkp = "no"; } that should keep the portal on your pages but not show it on the spell checker as for the uninstall stuff, make sure your templates for editor_toolbar_on, postbit_quickedit, and showthread_quickreply are reverted |
It appears to be working, thanks, I put it in the folder above admincp.
Should I erase the other dictionary files I put elsewhere, or does that matter? |
@deegan
it wastes space, so i recommend you delete all *.dic files now that your installation is complete, but there is no need to remove them if you dont want to or dont feel comfortable doing it |
All times are GMT. The time now is 04:28 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|