Exception in PHP Script /index.php/reisikiri/aivejaandrus/Omaan/141 |
PHP Version: 7.4.33; Zend Engine Version: 3.4.0; Qcubed Version: 1.0.0 RC2 (QCubed 1.0 RC2) Application: Apache; Server Name: reisiveeb.ee HTTP User Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
Line 72: from country c Line 73: inner join tripnote_country_v tc on c.id = tc.country_id Line 74: where length(header_img) > 0 Line 75: and tc.tripnote_id = $intId Line 76: order by rand() limit 1"; Line 77: $mixRow = Data::GetRow($strQuery); Line 78: if ($mixRow) { Line 79: self::$strImage = $mixRow['header_img']; Line 80: self::$strCountryName = $mixRow['name']; Line 81: return true; Line 82: }
select header_img, name from country c inner join tripnote_country_v tc on c.id = tc.country_id where length(header_img) > 0 and tc.tripnote_id = 141 order by rand() limit 1
#0 /www/apache/domains/www.reisiveeb.ee/htdocs/app/common/Data.class.php(23): QMySqli5Database->Query('select\n\t\theader...') #1 /www/apache/domains/www.reisiveeb.ee/htdocs/app/common/Data.class.php(64): Data::Query('select\n\t\theader...') #2 /www/apache/domains/www.reisiveeb.ee/htdocs/app/common/HeaderImageUtil.class.php(77): Data::GetRow('select\n\t\theader...') #3 /www/apache/domains/www.reisiveeb.ee/htdocs/app/public/tripnote/TripnoteViewPanel.class.php(56): HeaderImageUtil::SetTripnoteImage(141) #4 /www/apache/domains/www.reisiveeb.ee/htdocs/app/common/ReisiveebForm.class.php(78): TripnoteViewPanel->Initialize() #5 /www/apache/domains/www.reisiveeb.ee/htdocs/app/common/ReisiveebForm.class.php(30): ReisiveebForm->PageOperation() #6 /www/apache/domains/www.reisiveeb.ee/htdocs/lib/includes/qcodo/_core/qform/QFormBase.class.php(276): ReisiveebForm->Form_Create() #7 /www/apache/domains/www.reisiveeb.ee/htdocs/index.php(70): QFormBase::Run('ReisiveebPublic...', '/www/apache/dom...') #8 {main}