the search engine, it works!!!
This commit is contained in:
parent
66baa5cea2
commit
e33b3bb9b9
7 changed files with 135 additions and 16 deletions
|
|
@ -23,6 +23,12 @@ save you many hours of grief.
|
|||
Template
|
||||
HTML::Template::Expr
|
||||
|
||||
* In order to make the upgrades run quickly, the upgrade process
|
||||
will not automatically index your sites for the new search
|
||||
engine. You need to do this manually after the upgrades
|
||||
have completed by running the search.pl script in the
|
||||
sbin folder.
|
||||
|
||||
|
||||
6.8.4
|
||||
--------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ my $session = start(); # this line required
|
|||
|
||||
templateParsers();
|
||||
removeFiles();
|
||||
addSearchEngine();
|
||||
|
||||
finish($session); # this line required
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue