| Exception in PHP Script /contract-deals-mobilephone.php/Alcatel_OT-800 |
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.bestmobilephoneoffers.org.uk HTTP User Agent: CCBot/1.0 (+http://www.commoncrawl.org/bot.html) |
Line 383: search.mobile_id = $this->intMobileId
Line 384: group by search.deal_category_id
Line 385: order by deal_category.priority asc,deal_category.name asc";
Line 386:
Line 387: $objDatabase = QApplication::$Database[1];
Line 388: $objDbResult = $objDatabase->Query($strSql);
Line 389: while ($mixRow = $objDbResult->FetchArray()) {
Line 390:
Line 391: if($mixRow["deal_category_id"] != $this->intDealCategoryId) //dont need to add deal category which he is on already
Line 392: $this->lstDealCategoryMain->AddItem($mixRow["deal_category_name"],$mixRow["deal_category_id"]);
Line 393: }
Select deal_category.id as deal_category_id, deal_category.name as deal_category_name from search inner join deal_category on search.deal_category_id = deal_category.id where search.mobile_id = group by search.deal_category_id order by deal_category.priority asc,deal_category.name asc
#0 D:\mobiles\sites\bestmobilephoneoffers.org.uk\contract-deals-mobilephone.php(388): QMySqlDatabase->Query('Select deal_cat...')
#1 D:\mobiles\sites\bestmobilephoneoffers.org.uk\contract-deals-mobilephone.php(66): ContractDeals->lstDealCategoryMain_Create()
#2 D:\mobiles\admin\qcodo\includes\qcodo\_core\qform\QFormBase.class.php(276): ContractDeals->Form_Create()
#3 D:\mobiles\sites\bestmobilephoneoffers.org.uk\contract-deals-mobilephone.php(476): QFormBase::Run('ContractDeals')
#4 {main}