Hello,
I tried to enable the shop module but I’m getting an error message.
PFA for error message
- JKAnswered
Hello Saleem,
Yes, I did run the command, but it didn’t work. Even after adding the query still logo is not reflecting. And the shop front is not showing up.
- MSAnswered
Hello,
Please
php artisan storage:link --force
Thank you
- JKAnswered
PFA for reference.
Attachments - MSAnswered
Hello,
I am sorry, looks like my editor added space in the command. It is
php artisan storage:link --force
and should have output like
INFO The [public/storage] link has been connected to [storage/app/public]. INFO The [public/images] link has been connected to [storage/app/public/images].
If there is no output that means the command is not running. In that case, please check your server error logs.
As I observe, that mostly happens due to memory limit. You can try
php -d memory_limit=128M artisan storage:link --force
Thank you
- JKAnswered
Hello Saleem,
The front end of the shop is not working. PFA for your reference.
Attachments - MSAnswered
Hello,
Can you please disable the shop module and then enable it again?
Thank you
- JKAnswered
Hello,
I did that too but still, it’s the same.
- MSAnswered
Please let me know the server details to check. Thanks
- JKAnswered
Hello,
Below are the credentials for cPanel
https://intrafloranursery.com/cpanel Username: intraflora Password: s@jM=paWM{s&
- MSAnswered
Hello,
The shop module file was not updated.
MPS creates dummy file for the shop, but shop installation and the download file replace that. But in your case, it was not. I have checked the download file and the file is correct.
Thank you
- Login to Reply