Error Splms In Orders - Question | JoomShaper

Error Splms In Orders

AC

Alejandra Cuesta Cuesta

Extension 2 years ago

hello I am using sp lms and it gives me the following error when I enter orders

500 Unknown column 'a.title' in 'where clause' <br/> Unknown column 'a.title' in 'where clause'

Can you help me thank you.

0
4 Answers
Ariba
Ariba
Accepted Answer
Support Agent 2 years ago #23160

Hello

Can you try the following please: Please go to: administrator/components/com_splms/models/orders.php Find out this code

$query->where('(d.title LIKE ' . $search . ')');

And Replace with this code

$query->where('(d.name LIKE ' . $search . ')');
0
AC
Alejandra Cuesta Cuesta
Accepted Answer
2 years ago #25945

thanks!!

0
Ariba
Ariba
Accepted Answer
Support Agent 2 years ago #25946

You are most welcome.

Please do let me know if you have any other queries, i am happy to help :)

If there is no other problem, kindly accept my answer of solution in order to close and resolve the post. Have a great day!

0
Ariba
Ariba
Accepted Answer
Support Agent 2 years ago #25947

Your kind review on the link below will be highly appreciated :)

Please do take some time to share your thoughts.

Have a great day and stay safe

0