Cant find disable in admin panel - configuration/general/content in version 1.2.0
-
Re: [Have to remove Search bar](Whishlist & Compare Buttons on top header)
-
Hi @kevinx
In Bagisto v1.2.0 , you can only remove compare option from the header which is available in configuration/general/content https://prnt.sc/wcqwvhfor wishlist & image search icon remove you need to wait for the next release.
-
Well i used digital ocean bagisto droplet to create live environment, and its missing the compare option, while the xampp localhost it is working fine.
Also i created a new droplet and started from scratch reading installation guide, but i am stuck at the installer page, and it does not work when i click on save and continue and gives me following error.
Access denied for user 'bagisto'@'localhost' (using password: YES)
When i am running php artisan migrate i get following error
-
@kevinx
kindly verify your database details should be valid added in .env file. -
@kevinx If you update your .env, run php artisan config:cache, php artisan cache:clear.
If after doing that, the problem still occur, create a new user in mysql and restart your server.
-
This post is deleted! -
@Uyo-obong said in Cant find disable in admin panel - configuration/general/content in version 1.2.0:
@kevinx If you update your .env, run php artisan config:cache, php artisan cache:clear.
If after doing that, the problem still occur, create a new user in mysql and restart your server.
This solved the issue, i was impatient, also it might be the problem with the user in mysql, i will re-build the server and update. thank you.