Start a Project

1305 FUNCTION `get_url_path_of_category` does not exist [Solved]

When importing the Bagisto database for the existing project then it’s important to check if you have all privileges or not because in the Bagisto database we are using functions and triggers for the automatic generation of categories’ URL paths.

Sometimes when the user imports the database then sometimes this function i.e. get_url_path_of_category is not present due to which you will get this error,

To overcome this then make sure you have proper privileges to add functions and then try to import the database.

If you have proper privileges then you can use this SQL command also, just change the definer as per your need,

Exit mobile version