Found And Solved A Critical Error In The SP Page Builder Search Plugin ! - Question | JoomShaper

Found And Solved A Critical Error In The SP Page Builder Search Plugin !

lab5

lab5

SP Page Builder 4 months ago

Found and solved a critical error in the SP Page Builder search plugin !

/plugins/seach/sppagebuilder/sppagebuilder.php Line 96 :

            case 'oldest':
                $order = 's.created_time ASC';

is WRONG ! and must be corrected to :

            case 'oldest':
                $order = 's.created_on ASC';

Please correct asap so that the next updates do NOT reintroduce this error again !

Thank you !

0
2 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 4 months ago #149780

Hi

Thanks for contacting us and thanks for informing us. I will inform our team about it. So that they will fix it.

-Regards.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 months ago #149800

Hi Lab5,

thanks. We added to bug-list already.

...but as you know classic SEARCH is general only for Joomla 3. In Joomla 4 and Joomla 5 - Search component was removed by J!Team and they left only Finder (Smart Search).

And yes, I know there is Legacy unoffcial Search component for J4.

0