internal server error 500
-
when add new category this error is show
internal server error 500
i made the debug true from .env file then this error is show
"SQLSTATE[42000]: Syntax error or access violation: 1305 FUNCTION medicame_db.get_url_path_of_category does not exist (SQL: updatecategories
set_lft
= case when_lft
>= 144 then_lft
+2 else_lft
end,_rgt
= case when_rgt
>= 144 then_rgt
+2 else_rgt
end where (_lft
>= 144 or_rgt
>= 144))" -
@Ahed
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 -
where i can find the function please
-
@Ahed In database you may be able to find it.
Please check the image
-
i think no any function
may be tight sir? -
Hi there,
As i can see there are no functions on your databse, so issue is occuring, plase create function, issue will be resolved.