Hi,
I can't configure any shipping methods. The page is empty.
Can somebody help fix this issue, please?
The file var/generation was removed from root.
The file exception.log shows issue
main.CRITICAL: Notice: SessionHandler::gc(): ps_files_cleanup_dir: opendir(/var/tmp) failed: Permission denied (13) in /data01/virt67276/domeenid/magento2/htdocs/vendor/magento/framework/Session/SaveHandler.php on line 129 {"exception":"[object] (Exception(code: 0): Notice: SessionHandler::gc(): ps_files_cleanup_dir: opendir(/var/tmp) failed: Permission denied (13) in /data01/virt67276/domeenid/magento2/htdocs/vendor/magento/framework/Session/SaveHandler.php on line 129 at /data01/virt67276/domeenid/magento2/htdocs/vendor/magento/framework/App/ErrorHandler.php:61)"}
The file system.log shows issue
[2017-10-29 09:06:00] main.CRITICAL: Class Magento\Shipping\Model\Config\Source\Allspecificcountries does not exist [] []
Solved! Go to Solution.
I have put Allspecificcountries.php file to folder vendor/magento/modul-shipping/model/config/sourse and it's works.
Thank's a lot for help, Tom Robertshaw!
It should have been installed automatically which is strange. The vendor folder is managed by composer and normally would have downloaded that file by itself. Maybe the file got accidentally deleted or something.
If resolved, would you be able to hit "Accept as Solution" on my response for me please? Thanks.
Hi, this line appears to be the issue:
[2017-10-29 09:06:00] main.CRITICAL: Class Magento\Shipping\Model\Config\Source\Allspecificcountries does not exist [] []
It should be available here: https://github.com/magento/magento2/blob/2.2-develop/app/code/Magento/Shipping/Model/Config/Source/A...
Does it exist in your install?
Is it in the vendor/magento folder?
In path vendor/magento/modul-shipping/model/config/sourse I found only Allmethods.php
The file Allspecificcountries.php is not exist in my install.
It should have been installed automatically which is strange. The vendor folder is managed by composer and normally would have downloaded that file by itself. Maybe the file got accidentally deleted or something.
If resolved, would you be able to hit "Accept as Solution" on my response for me please? Thanks.