| Error in PHP Script /news.php |
PHP Version: 5.2.9-1; Zend Engine Version: 2.2.0; Qcubed Version: 1.0.0 RC2 (QCubed 1.0 RC2) Application: Apache/2.2.18 (Win32) PHP/5.2.9-1; Server Name: www.32inchlcd.org.uk HTTP User Agent: CCBot/1.0 (+http://www.commoncrawl.org/bot.html) |
Line 28: } Line 29: $strNewsId = $arrTemp[count($arrTemp)-1]; Line 30: Line 31: $objNews = News::Load($strNewsId); Line 32: Line 33: $this->strBody = $objNews->Body; Line 34: $this->strSubject = $objNews->Subject; Line 35: $this->strAuthor = $objNews->Author; Line 36: $objDateCreated = $objNews->DateCreated; Line 37: $this->strDate = Common::formatDate($objDateCreated); Line 38: $this->strBreadCrumb = UiManager::getNewsPageBreadCrumb($this->strSubject,$strNewsId);
#0 D:\other_sites\32inchlcd.org.uk\news.php(33): QcodoHandleError() #1 D:\other_sites\32inchlcd.org.uk\qcodo\includes\qcodo\_core\qform\QFormBase.class.php(276): Index->Form_Create() #2 D:\other_sites\32inchlcd.org.uk\news.php(44): QFormBase::Run()