Exception in PHP Script /index.php |
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 160: left join tripnote_country_v tc on tc.country_id = c.id Line 161: left join tripnote t on tc.tripnote_id = t.id and t.status = ".TripnoteStatus::Published." Line 162: where t.id is not null Line 163: group by r.id Line 164: order by r.name"; Line 165: $this->mixRegionArray = Data::GetArray($strQuery); Line 166: } Line 167: return $this->mixRegionArray; Line 168: } Line 169: Line 170: protected function lnkChooseCountry_Create() {
select r.id, ifnull(rt.value, r.name) as name from region r left join region_translation rt on rt.region_id = r.id and rt.language_id = 1 inner join country c on c.region_id = r.id left join tripnote_country_v tc on tc.country_id = c.id left join tripnote t on tc.tripnote_id = t.id and t.status = 2 where t.id is not null group by r.id order by r.name
#0 /www/apache/domains/www.reisiveeb.ee/htdocs/app/common/Data.class.php(23): QMySqli5Database->Query('select r.id, if...') #1 /www/apache/domains/www.reisiveeb.ee/htdocs/app/common/Data.class.php(40): Data::Query('select r.id, if...') #2 /www/apache/domains/www.reisiveeb.ee/htdocs/app/public/common/MenuTopPanel.class.php(165): Data::GetArray('select r.id, if...') #3 /www/apache/domains/www.reisiveeb.ee/htdocs/app/public/common/MenuTopPanel.class.php(218): MenuTopPanel->GetRegionArray() #4 /www/apache/domains/www.reisiveeb.ee/htdocs/app/public/common/MenuTopPanel.class.php(112): MenuTopPanel->GetRegionTipBoxHtml() #5 /www/apache/domains/www.reisiveeb.ee/htdocs/index.php(58): MenuTopPanel->Initialize() #6 /www/apache/domains/www.reisiveeb.ee/htdocs/app/common/ReisiveebForm.class.php(31): ReisiveebPublicForm->PreRender() #7 /www/apache/domains/www.reisiveeb.ee/htdocs/lib/includes/qcodo/_core/qform/QFormBase.class.php(276): ReisiveebForm->Form_Create() #8 /www/apache/domains/www.reisiveeb.ee/htdocs/index.php(70): QFormBase::Run('ReisiveebPublic...', '/www/apache/dom...') #9 {main}