| Error in PHP Script /index.php/robots.txt |
PHP Version: 5.2.6; Zend Engine Version: 2.2.0; Qcodo Version: 0.3.43 (Qcodo Beta 3) Application: Apache; Server Name: www.compliance.waleague.org HTTP User Agent: CCBot/1.0 (+http://www.commoncrawl.org/bot.html) |
Line 315: $objEntity = Entity::Load(QApplication::GetEntityID()); Line 316: Line 317: $objPage = Page::QuerySingle( Line 318: QQ::AndCondition( Line 319: QQ::Equal(QQN::Page()->PageType,$strPage), Line 320: QQ::Equal(QQN::Page()->EntityID,$objEntity->EntityID) Line 321: ) Line 322: ); Line 323: if (is_object($objPage)) Line 324: return $objEntity->GetEntityWebRoot() . '/' . $objPage->GetCodeNamePath(); Line 325: else
#0 /usr/share/associo/1.0/share/qcodo/includes/prepend.inc.php(320): QcodoHandleError() #1 /usr/share/associo/1.0/share/classes/orm/extended/Page.class.php(97): QApplication::GetPluginPagePath() #2 /var/www/vhosts/waleague.org/httpdocs/index.php(9): Page::GetCurrent()