Hi!
I just find out a solution in the git of joomla framework:
Changing the file: libraries/joomla/database/query/mysqli.php
This fixed it.
Thanks
I just find out a solution in the git of joomla framework:
Changing the file: libraries/joomla/database/query/mysqli.php
Code:
public function selectRowNumber($orderBy, $orderColumnAlias){ // next line added return parent::selectRowNumber($orderBy, $orderColumnAlias); // next 3 lines commented //$this->validateRowNumber($orderBy, $orderColumnAlias);//$this->select("(SELECT @rownum := @rownum + 1 FROM (SELECT @rownum := 0) AS r) AS $orderColumnAlias");//return $this;}
Thanks
Statistics: Posted by nunoleite — Tue Mar 04, 2025 9:59 am