SoapFault thrown
looks like we got no XML document
Location: /var/websites/nic-sh06/www.mtn-groningen.nl/plexus/2.2-stable/lib/searchclient.php (Line: 72) :
Description: looks like we got no XML document
Arguments:
Backtrace
searchclient::defaultSearch/var/websites/nic-sh06/www.mtn-groningen.nl/plexus/2.2-stable/lib/searchclient.php (72)
SearchEngine::render_zoeken/var/websites/nic-sh06/www.mtn-groningen.nl/plexus/2.2-stable/applications/root/classes/SearchEngine.php (448)
eval/var/websites/nic-sh06/common/2.2-stable/php/5.2/cache/zoek_xml_d3f33f5fa45f0a2d7c260876dbd794a9_1301994492.php(17) : eval()'d code (12)
- No lines available in evaluated code.
_var_websites_nic_sh06_www_mtn_groningen_nl_html____plexus_2_2_stable_applications_root_templates_MTN_components_zoek::render_content/var/websites/nic-sh06/common/2.2-stable/php/5.2/cache/zoek_xml_d3f33f5fa45f0a2d7c260876dbd794a9_1301994492.php (17)
- <? $host = \'WebsiteMTN\';
- ?>
- <? $weight = array( 1,1 );
- ?>
- <? $searchstr = $this->render_zoeken($host, $sites, $weight);
- ?>
- <? echo $searchstr ?>
<?'); }}
Web_Control::render/var/websites/nic-sh06/common/2.2-stable/php/5.2/packages/Web/Control.php (13)
- {
- function getDataSource()
- {
- $ns = Runtime::GetNodeService();
- return $ns->getDataSource();
- }
-
- function render($attributes)
- {
$this->render_content($attributes);
- }
-
- function render_virtualcontent ($id, $attributes)
- {
- $functionname = "render_contentid_$id";
-
- if (method_exists($this, $functionname))
- $this->$functionname($attributes);
- }
eval/var/websites/nic-sh06/common/2.2-stable/php/5.2/cache/zoeken_xml_73877844557e2fa3750f89ede77683e8_1301994490.php(35) : eval()'d code (28)
- No lines available in evaluated code.
_var_websites_nic_sh06_www_mtn_groningen_nl_html____plexus_2_2_stable_applications_root_templates_MTN_zoeken::render_contentid_maincontent/var/websites/nic-sh06/common/2.2-stable/php/5.2/cache/zoeken_xml_73877844557e2fa3750f89ede77683e8_1301994490.php (35)
-
- <? } else { ?>
- <? $control = instantiate_webclass ("MTN/components/zoek.xml");
- $arguments = array($object, $root);$control->render($arguments);
- ?>
- <? } ?>
<?'); } }
Web_Control::render_virtualcontent/var/websites/nic-sh06/common/2.2-stable/php/5.2/packages/Web/Control.php (21)
- {
- $this->render_content($attributes);
- }
-
- function render_virtualcontent ($id, $attributes)
- {
- $functionname = "render_contentid_$id";
-
- if (method_exists($this, $functionname))
$this->$functionname($attributes);
- }
-
- abstract function render_content($attributes);
- }
- ?>
eval/var/websites/nic-sh06/common/2.2-stable/php/5.2/cache/normal_xml_95d29726dc780dd7a374a8476b07beba_1301994493.php(145) : eval()'d code (20)
- No lines available in evaluated code.
_var_websites_nic_sh06_www_mtn_groningen_nl_html____plexus_2_2_stable_applications_root_templates_MTN_master_normal::render_contentid_mastercontent/var/websites/nic-sh06/common/2.2-stable/php/5.2/cache/normal_xml_95d29726dc780dd7a374a8476b07beba_1301994493.php (145)
- <?'); } }
Web_Control::render_virtualcontent/var/websites/nic-sh06/common/2.2-stable/php/5.2/packages/Web/Control.php (21)
- {
- $this->render_content($attributes);
- }
-
- function render_virtualcontent ($id, $attributes)
- {
- $functionname = "render_contentid_$id";
-
- if (method_exists($this, $functionname))
$this->$functionname($attributes);
- }
-
- abstract function render_content($attributes);
- }
- ?>
eval/var/websites/nic-sh06/common/2.2-stable/php/5.2/cache/master_xml_a575676c811de73a38059940c777b2a2_1301994493.php(38) : eval()'d code (18)
- No lines available in evaluated code.
_var_websites_nic_sh06_www_mtn_groningen_nl_html____plexus_2_2_stable_applications_root_templates_MTN_master_master::render_content/var/websites/nic-sh06/common/2.2-stable/php/5.2/cache/master_xml_a575676c811de73a38059940c777b2a2_1301994493.php (38)
- <? } ?>
- <? } ?>
- <? } ?>
- </body>
- </html>
- <?'); }}
Web_Control::render/var/websites/nic-sh06/common/2.2-stable/php/5.2/packages/Web/Control.php (13)
- {
- function getDataSource()
- {
- $ns = Runtime::GetNodeService();
- return $ns->getDataSource();
- }
-
- function render($attributes)
- {
$this->render_content($attributes);
- }
-
- function render_virtualcontent ($id, $attributes)
- {
- $functionname = "render_contentid_$id";
-
- if (method_exists($this, $functionname))
- $this->$functionname($attributes);
- }
Template::render/var/websites/nic-sh06/common/2.2-stable/php/5.2/packages/Web/Template.php (794)
- $this->compiled_class.= $data;
- }
- // ---------------------------------
- function render ($arguments)
- {
- $cname = $this->class_name;
- $webclass = new $cname();
$webclass->render($arguments);
- }
-
-
- function compile()
- {
- if ($this -> getCachedTemplate())
- return true;
-
- $this -> file_contents = file_get_contents($this -> file_name);
rootRequestHandler::HandleRequest/var/websites/nic-sh06/www.mtn-groningen.nl/plexus/2.2-stable/applications/root/RequestHandler.php (533)
Runtime::HandleRequest/var/websites/nic-sh06/common/2.2-stable/php/5.2/runtime.php (623)
- if (file_exists(PLX_APPLICATION_PATH."/"."RequestHandler.php"))
- {
- Runtime::IncludeFile(PLX_APPLICATION_PATH."/"."RequestHandler.php");
- $handler = eval ("return new ".PLX_APPLICATION_NAME."RequestHandler();");
- }
- else
- {
- $handler = Runtime::Instantiate(RequestHandlerImpl);
- }
$handler->HandleRequest($request);
- }
- }
-
- public function Start ()
- {
- global $_SERVER, $_GET, $_POST, $_COOKIE;
- try
- {
- $this->Initialize();
Runtime::Start/var/websites/nic-sh06/common/2.2-stable/php/5.2/runtime.php (638)
- global $_SERVER, $_GET, $_POST, $_COOKIE;
- try
- {
- $this->Initialize();
- Runtime::$_request = new Request($_SERVER, $_GET, $_POST, $_COOKIE);
-
- if (defined("DEBUG") && DEBUG)
- ob_start("output_handler");
-
$this->HandleRequest(Runtime::$_request);
-
- if (defined("DEBUG") && DEBUG)
- ob_end_flush();
- }
- catch(Exception $e)
- {
- Runtime::PrintException($e);
- }
- }
Version Information: Plexus PLX Framework Version 2.0 © 2006 NIC.