Hi @aymannazeer,
Did you compiled your assets and replaced the main CSS file?
And more thing there are three PRs, linked to it. Did you done all the changes?
@cmpengineers
Bagisto v1.1.2 is not compatible with composer v2.0 https://prnt.sc/w62hkt , either install bagisto v1.2.0 or degrade your composer version to an older version.
Hi @cmpengineers,
There are some triggers in DB which calls the function i.e. get_url_path_of_category. In your case, it is not in the db, please check the database.
@Damn
The logo is broken because you have missed some steps while configuration bagisto.
please check the below link to resolve this issue https://forums.bagisto.com/topic/188/broken-image-logo-in-bagisto-with-causes-and-solutions/1
Hi @zainawan99,
Well this won't impact you project, but still if you want to fix that then follow this thread,
https://github.com/bagisto/bagisto/issues/3807#issuecomment-726683916
Hi,
This error is because of Access problem actually, please change the mysql
GRANT SYSTEM_USER ON . TO [email protected];
GRANT SUPER ON . TO [email protected];
So run above commands and check now.
Regards,
Sourabh Akash
Hi @rjayswal,
Did you register your directory in the composer.json file for autoloading?
If not, then please share all the steps you are doing so that I can check.