- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I can't configure any shipping methods. The page is empty.
Can somebody help fix this issue, please?
shipping methods
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.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
If you've found one of my answers useful, please give "Kudos" or "Accept as Solution" as appropriate. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Shipping methods configuration page is empty.
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?
If you've found one of my answers useful, please give "Kudos" or "Accept as Solution" as appropriate. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Shipping methods configuration page is empty.
Is it in the vendor/magento folder?
If you've found one of my answers useful, please give "Kudos" or "Accept as Solution" as appropriate. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Shipping methods configuration page is empty.
In path vendor/magento/modul-shipping/model/config/sourse I found only Allmethods.php
The file Allspecificcountries.php is not exist in my install.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
If you've found one of my answers useful, please give "Kudos" or "Accept as Solution" as appropriate. Thanks!