Broken Image & Logo in Bagisto with causes and solutions?
-
Is it possible for you to tell which files as been changed as I am working on my own repo?
-
This issue has never been solved? I have the latest version 1.1.2, I have tried all the suggestions up there but the same issue persists. Uninstalled and installed afresh but the problem persists. I feel like going for another laravel-e-commerce package.
-
@SimonA
Could you please show the screenshot of the broken images by inspecting it or check the APP_URL in .env.Thanks
-
https://sirerics.co.ke/
That is the site.APP_URL=https://sirerics.co.ke/
I hosted it on the c-panel
-
I thnk it is important to say that I deleted the storage folder as someone suggested on github and it began working on the local machine but immediately I upload to the c-panel(shared hosting) The logo isn't showing again. Broken!
-
@Vaishali-Agarwal Please help me on this.
-
Hi @SimonA
We have checked your website configuration, and it seems their is something wrong with in the CPanel configuration, we need to check it out.So Kindly raise a support ticket at https://bagisto.uvdesk.com/en/customer/create-ticket/
-
@Vaishali-Agarwal They pay for the support?
-
@SimonA
please raise the ticket, we will guide you for this issue, there is no charges for guidance.Thanks
-
I too still have this problem in my website
category image not probably uploading image and not showing the imagePlease help me
Thanks in Advance
-
@rajnibala
have you added correct app_url in .env and run php artisan storage:link ?? -
This post is deleted! -
Hi @Marcelle
please go through with this solution https://github.com/bagisto/bagisto/issues/2562Thanks
-
I follow everything but it isn't working at all
-
@nikul
what error you're facing currently please show.. -
@Vaishali-Agarwal ![alt text](image url)
logo not showing up for both shop and admin -
@nikul
please go to the .env and check that app_url should be valid.
once this is done then run the below commands from the project root directory:php artisan config:cache
php artisan storage:link -
Thank you @Vaishali-Agarwal it working now
-
@Vaishali-Agarwal i am facing this problem when running your last commands
symlink(): No such file or directory -
run the below command from the root directory:
cd public
rm storage
After removing the symbolic link change directory to the main folder using:cd ..
Now create the symbolic link with the following command:
php artisan storage:link
After running the command successfully, you should get the following messageThe [public/storage] directory has been linked.
I hope this helps you.