Question: Installation Configuration Photo Logo

Installation Configuration Photo Logo

Hello, the logo and photos are not loading, how to fix the problem? Regards

W

WHFPRO

Asked
Hello, the logo and photos are not loading, how to fix the problem?
Regards
  • MS

    Mian Saleem

    Answered
    Hello,

    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
  • W

    WHFPRO

    Answered
    Hello,
    but I do not understand your request how to execute? in ssh?
    Regards
  • MS

    Mian Saleem

    Answered
    Hello,

    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
  • W

    WHFPRO

    Answered
    Hello, do you have any news on this issue?
    Regards
  • MS

    Mian Saleem

    Answered
    Hello,

    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
  • W

    WHFPRO

    Answered
    Hello, 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 you
    Attachments
  • MS

    Mian Saleem

    Answered
    Hello,

    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
  • W

    WHFPRO

    Answered
    Hello,
    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
  • MS

    Mian Saleem

    Answered
    Thank you very much for support and happy new year :)
  • W

    WHFPRO

    Answered
    Hello,
    I come to you to know when there will be a stable version of your script?
    thank you for your comeback
  • Login to Reply