Hello,
I tried to enable the shop module but I’m getting an error message.
PFA for error message
- MSAnswered
Hello,
I am sorry to listen. Can you please try again?
If there is still the same error, please let me know the installation and server details in private reply. I will check on Monday morning.
Thank you
- MSAnswered
Hello,
The error is end you type the username/email that is not attached to the purchased account. Please double check. If you want us to check, please do provide the server details in private reply.
Thank you
- 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
- MSAnswered
Hello,
Can you please disable the shop module and then enable it again?
Thank you
- JKAnswered
Thank you so much for your quick response.
- MSAnswered
Hello,
- Please let me know the output of
php artisan storage:link --force
- How is it not working? After you updated the settings and enabled it, system will display the message on login, forgot password and register page about it. If you are getting error, please share the error message.
- I found a issue with dark mode that the logo was wrong. I am fixed this. I am not sure if the same issue causing the redirect ot soemthing else. Please check the Laravel error logs in the
storage/logs/
folder and let me know the error details. - No, SKU are in-build tracking units. Please use product code.
Thank you
- Please let me know the output of
- MSAnswered
Hello,
That should be symbolic link but it’s folder. Please try manually deleting the
public/storage
andpublic/images
and then runphp -d memory_limit=128M artisan storage:link --force
Thank you
- JKAnswered
Hello Saleem,
It’s working now, Thank you for your support. We really appreciate it.
- Login to Reply