The contents from the "/home/tactical/public_html/app/code/Mageplaza/Simpleshipping/etc/module.xml" file can't be read. Warning!file_get_contents(/home/tactical/public_html/app/code/Mageplaza/Simpleshipping/etc/module.xml): failed to open stream: No such file or directory
Error log record number: 1255994800340
Have you found module.xml file on the following path?
app/code/Mageplaza/Simpleshipping/etc/module.xml
If exist then run the following command for proper permission from magento root folder.
find . -type d -exec chmod 755 {} \; && find . -type f -exec chmod 644 {} \; && chmod u+x bin/magento
I hope it will help you!
Hi @our_location
Please try these commands :
1. rm -rf generated/ var/cache/ var/page_cache
2. sudo chmod -R 777 var/ pub/ generated/
3. php bin/magento setup:upgrade
4. php bin/magento setup:di:compile
5. php bin/magento setup:static-content:deploy
If issue resolve, please click on 'Kudos' & Accept as Solution!
Hi @our_location,
You can copy the file /home/tactical/public_html/app/code/Mageplaza/Simpleshipping/etc/module.xml again and give the read permission to it.
Let me know if you need further assistance. Hope it helps!
_____________
If issue solved, Click Kudos & Accept as Solution.