Sorry, my post was a bit of a "user" question!!
OK, the error is:
PHP error debug
Error: Missing argument 1 for AjaxSearch::AjaxSearch(), called in D:\web\manager\includes\document.parser.class.inc.php(770) : eval()'d code on line 447 and defined
Error type/ Nr.: Warning - 2
File: D:\web\assets\snippets\ajaxSearch\classes\ajaxSearch.class.inc.php
Line: 98
Line 98 source: function AjaxSearch($version,$cfg,$dcfg) {
This is the code in the document.parser.class.inc.php file
if ($js= $this->getRegisteredClientStartupScripts()) {
// change to just before closing </head>
// $this->documentContent = preg_replace("/(<head[^>]*>)/i", "\\1\n".$js, $this->documentContent);
$this->documentOutput= preg_replace("/(<\/head>)/i", $js . "\n\\1", $this->documentOutput);
}
but line 447 is the 2nd comment line
And this is the code at line 98 in the AjaxSearch.class.inc.php file
function AjaxSearch($version,$cfg,$dcfg) {
// set the AS snippet version
$this->version = $version;
// load configuration snippet options
$this->cfg = $cfg;
// load default configuration values
$this->dcfg = $dcfg;
}
Also, Manager is still showing me as having 1.0.3 - but the install went OK....
any help greatly appreciated