Iam getting an error while creating cataegory
-
SQLSTATE[42000]: Syntax error or access violation: 1305 FUNCTION miras2.get_url_path_of_category does not exist (SQL: update
categories
set_lft
= case when_lft
>= 37 then_lft
+2 else_lft
end,_rgt
= case when_rgt
>= 37 then_rgt
+2 else_rgt
end where (_lft
>= 37 or_rgt
>= 37)) -
Hi @shayaan-aqeel,
Please check this function i.e.,
get_url_path_of_category
present or not. -
that the fucntion exist still you are getting the error
-
@Ahed
Hello Sir,
In case you are facing the issue, then please change the collection of your Database, Please use utf8mb4_unicode_ci collection and then check it gain. -
hello sir
i changed the collection but the issue is showing -
Hi there,
Please check the Database, in the database you will be able to see the functions and inside that you will be able to see the get_url_path_of_category
Please check that and also if again facing the issue please check and change the collection
use collection - utf8mb4_uniocde_ci