1

I installed goeasyship/shipping by running

composer require goeasyship/shipping

After the installation, I try to add new configuration settings in the backend and they won't save. I thought it was related to app/etc/env.php but it isn't.

I am trying to add the new configuration settings in

Stores > Settings > Configuration > General > General > Store Information

I disabled the module and the error persists.

I don't know if I broke it by doing something else either.

If anyone has any tips I would appreciate some guidance.

asked Dec 15, 2023 at 11:41

1 Answer 1

0

Please install the extension using the below the commands and check extension work or not.

composer require <component-name>:<version> 
composer update
bin/magento setup:upgrade
bin/magento setup:di:compile
answered Dec 18, 2023 at 10:21
1
  • That answer's not really related to the issue decribed. I used composer to install the module, but like I said configs on the backend won't save after installing. I ran the update and upgrade commands Commented Dec 23, 2023 at 12:35

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.