Moderators: jmacgreg, michael, John
http://............/index.php/journal_path/about/reviewerIndex HookRegistry::register('Templates::About::Index::Other',
array(&$this, 'callback'));
HookRegistry::register('Templates::About::Index::People',
array(&$this, 'callback'));
function report($args) {
parent::validate();
$journal =& Request::getJournal();
$pluginName = array_shift($args);
$reportPlugins =& PluginRegistry::loadCategory('reports');
if ($pluginName == '' || !isset($reportPlugins[$pluginName])) {
Request::redirect(null, null, 'statistics');
}
$plugin =& $reportPlugins[$pluginName];
$plugin->display($args);
}
PHP Fatal error: Call to undefined method ReviewerIndexPlugin::display() in /path/to/ojs/pages/manager/StatisticsHandler.inc.php on line 151, referer: http://[ojs-url]/manager/statistics$plugin->display($args);Users browsing this forum: Bing [Bot] and 1 guest