W
Asked
Hello, the logo and photos are not loading, how to fix the problem?
Regards
Regards
Attachments
- MSAnsweredHello,
Please try to run `php artisan storage: link --force` If still same, please delete the `storage` folder in the `public` and run `php artisan storage: link` to create it again.
Let me know the result.
Thank you - WAnsweredHello,
but I do not understand your request how to execute? in ssh?
Regards - MSAnsweredHello,
Yes, I found another issue for the path. I have updated the storage link command and will release the update on Monday morning. I hope that will fix the images issue.
Thank you - WAnsweredHello, do you have any news on this issue?
Regards - MSAnsweredHello,
I have released the update. Please backup your database and `.env` file before update.
You can download the latest file and then upload it to the same folder and delete `public/images` folder if it exists. Lastly rum `php artisan migrate --force && php artisan storage: link --force`
Thank you
Thank you - WAnsweredHello, your system is very complicated to install, the images, the blank pages, it is impossible to put items in an order. The old POS that we use works very well but it is less complete. What can you offer us to make this version work normally? find the error file
Cordially
Thank youAttachments - MSAnsweredHello,
Yes, I can understand. The main reason is active development. We are updating the backend and settings. The recent changes to move setting to database is causing the issue. Please try to insert default settings by running
```sql
INSERT INTO `mps_settings` (`mps_key`, `mps_value`) VALUES
('mail.from.address', 'MPS'),
('mail.from.name', '[email protected]'),
('mail.mailer', 'smtp'),
('mail.mailer.smtp.encryption', 'tls'),
('mail.mailer.smtp.host', 'smtp.mailtrap.io'),
('mail.mailer.smtp.password', '2525'),
('mail.mailer.smtp.port', ''),
('mail.mailer.smtp.username', ''),
('services.authorize.login', ''),
('services.authorize.transaction_key', ''),
('services.mailgun.domain', ''),
('services.mailgun.endpoint', ''),
('services.mailgun.secret', ''),
('services.paypal.enabled', '0'),
('services.paypal.id', ''),
('services.paypal.password', ''),
('services.paypal.secret', ''),
('services.paypal.signature', ''),
('services.paypal.username', ''),
('services.ses.key', ''),
('services.ses.region', 'us-east-1'),
('services.ses.secret', ''),
('services.sparkpost.endpoint', ''),
('services.sparkpost.secret', ''),
('services.stripe.key', ''),
('services.stripe.secret', ''),
('currency_code', 'USD'),
('card_gateway', '');
```
Another one or two updates to get stable and then we won't make any breaking changes.
I am still exploring the option to make it easy to get started. I will work on this after stable release. Please be patient and if at any time you feel you need a refund, please do reach me.
Thank you - WAnsweredHello,
we are going to uninstall your entire script and wait for a stable version, with an installation in normal mode, to be available.
hope it will be available before the end of January 2023, to avoid having to pick up too much with the new year.
We do not want a refund, the development is already complicated, if nobody helps it is even more complicated.
we wish you a HAPPY NEW YEAR 2023
Regards - MSAnsweredThank you very much for support and happy new year :)
- WAnsweredHello,
I come to you to know when there will be a stable version of your script?
thank you for your comeback - Login to Reply