Declaration of QQSubQueryNode::GetColumnAlias() should be compatible with that of QQNode::GetColu

Login or register to post comments
5 replies [Last post]
Offline
Joined: 07/20/2009

Hi everyone,

i got following error on my qcodo site
"Declaration of QQSubQueryNode::GetColumnAlias() should be compatible with that of QQNode::GetColumnAlias()"

Source File: .../includes/qcodo/_core/framework/QQuery.class.php Line: 1046

Line 1041: $strConditionClause);
Line 1042: } else {
Line 1043: return 'HERE';
Line 1044: }
Line 1045: }
Line 1046: }
Line 1047:
Line 1048: class QQSubQueryCountNode extends QQSubQueryNode {
Line 1049: protected $strFunctionName = 'COUNT';
Line 1050: }
Line 1051:

yesterday it was working fine. but today i got above error. no idea why .. its working on my local terminal but not on server...
can any body suggest me what might be wrong.. i have never change anything on that file not even in includes configuration file...
i got same error in my both qcodo application

www.jobspert.com/index.php
www.jobspert.org

please suggest me something i already spend a day on it.....

its a humble request

alex94040's picture
Offline
Joined: 11/06/2008

Which version of the framework are you using? Also, can you please post your QQuery statement, and explain what exactly you're trying to accomplish with your query? Thanks!

Offline
Joined: 03/31/2008

This was fixed in QCubed 1.0.0 RC2. Please update your application to QCubed 1.0.0.
Specifically, this change fixed it:
http://trac.qcu.be/projects/qcubed/ticket/136

Offline
Joined: 07/20/2009

Thanx alex for great support.

i m using qcodo 0.3.32... i was not change a single statement think like night it was working but as i logged in in morning i got that error. but that was fixed by changing whole include folder with lots of modification..

now i plan to shift it to qcubed 1.0.0 RC2 in next few days
thanx a lot for support....

alex94040's picture
Offline
Joined: 11/06/2008

jobspert, please make sure to update to QCubed 1.0, not 1.0RC2 - it's perfectly backward-compatible, and it has more bugfixes. Here's the changelog that shows everything that was improved in each QCubed release: http://trac.qcu.be/projects/qcubed/wiki/changelog

Offline
Joined: 07/20/2009

Thanx Alex for your support..
I will do that.
Ill ask my doubt once i update to QCubed 1.0,

Thanx for great support