Re: [phpOpenTracker-general] Search engines plugin

[email protected] Tue, 8 Nov 2005 17:05:25 +0100 (CET)
Newsgroups gmane.comp.web.phpopentracker.general
Message-ID <[email protected]>
Hello Hans,

Did you forget to enable the plugin in the conf/phpOpenTracker.php file?

The plugin is not installed completely by PEAR, you have still to put some
hands on the main config file. It's described in the readme of the
plugin:

~~~~~~~~~~~~~schnipp~~~~~~~~~~~~~~~
INSTALLATION

1.) Either copy the files from this distribution archive to
      the respective directories of your phpOpenTracker installation
      directory, or, and this is the prefered way, use the PEAR Installer

        pear install phpOpenTracker_Search_Engines_Plugin-X.X.X.tar.gz

      If you already installed a previous version of this plugin, you 
      may want to upgrade it with  

        pear upgrade phpOpenTracker_Search_Engines_Plugin-X.X.X.tar.gz

  2.) Create the pot_search_engines table in the database configured
      for use with phpOpenTracker.

  3.) Enable the plugin in your conf/phpOpenTracker.php file.

      If you don't have enabled any other plugins yet, change the line

        logging_engine_plugins = ""

      to

        logging_engine_plugins = "search_engines"

      If you have already other plugins enabled, simply add

        ,search_engines

      to the comma-separated string inside the quotes.

  4.) Add the following lines to your conf/phpOpenTracker.php file to
      configure the Search Engines plugin:

        // Name of the Search Engines Table
        // Default: 'pot_search_engines'
        //
$PHPOPENTRACKER_CONFIGURATION['plugins']['search_engines']['table'] =
'pot_search_engines';

~~~~~~~ schnapp ~~~~~

If you have done all these steps, maybe nobody came to your site via a
searchengine :( until now.

Bye

Andreas