OU search

General plugins (Local) ::: local_ousearch
Maintained by sam marshall
Part of set Open University.
Provides an indexed full-text search backend for OU activity modules.
Latest release:
29 sites
1 downloads
2 fans
Current versions available: 1

This is a cross-database indexed text-search facility. It does not do anything on its own, but if you install it alongside ForumNG, OU blog, or OU wiki then it will provide full text search for those modules.

It could also be used by other module developers who require indexed full-text search.

Contributors

sam marshall (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Show comments
  • imbu danilot
    Thu, 13 Oct 2011, 12:04 AM
    I get the following error when installing:
    Debug info: Missing version value in version.php
    Stack trace:
    •line 464 of \lib\upgradelib.php: plugin_defective_exception thrown
    •line 271 of \lib\upgradelib.php: call to upgrade_plugins_modules()
    •line 1466 of \lib\upgradelib.php: call to upgrade_plugins()
    •line 317 of \admin\index.php: call to upgrade_noncore()

    actually this is what I see in version.php
    <?php
    $plugin->version = 2010120300;
    $plugin->requires = 2010111500;
    $plugin->displayversion = 'Unstable development version (use at own risk)';
Please login to post comments