Hi @mbparmar10
As mentioned by @Manish Mittal you can check server log and Magento log.
Or for now you enable display_error from below file.
app/bootstrap.php
Un-comment the below line.
ini_set('display_errors', 1);
Hello friends @Vimal Kumar and @Manish Mittal
I tried your solution to display the errors and it generated the following error:
[25-Apr-2020 14:00:47 UTC] PHP Fatal error: Uncaught Error: Call to a member function getStoreId() on null in /home/highfivevape/public_html/dev.highfivevape.com/vendor/magento/module-quote/Model/Quote/Payment.php:286
Stack trace:
#0 /home/highfivevape/public_html/dev.highfivevape.com/vendor/magento/module-quote/Model/Quote/Payment.php(180): Magento\Quote\Model\Quote\Payment->getMethodInstance()
#1 /home/highfivevape/public_html/dev.highfivevape.com/vendor/magento/module-sales/Model/AdminOrder/Create.php(1598): Magento\Quote\Model\Quote\Payment->importData(Object(Magento\Framework\DataObject))
#2 /home/highfivevape/public_html/dev.highfivevape.com/vendor/magento/module-sales/Controller/Adminhtml/Order/Create/Save.php(45): Magento\Sales\Model\AdminOrder\Create->setPaymentData(Array)
#3 /home/highfivevape/public_html/dev.highfivevape.com/vendor/magento/framework/App/Action/Action.php(108): Magento\Sales\Controller\Adminhtml\Order\Create\Save->execute()
#4 /home/highfivevape/public_html/dev.highfivevape.com/vendor/magento/module-backend/App/AbstractAction in /home/highfivevape/public_html/dev.highfivevape.com/vendor/magento/module-quote/Model/Quote/Payment.php on line 286
[25-Apr-2020 14:00:50 UTC] PHP Fatal error: Uncaught Error: Call to a member function getStoreId() on null in /home/highfivevape/public_html/dev.highfivevape.com/vendor/magento/module-quote/Model/Quote/Payment.php:286
Stack trace:
#0 /home/highfivevape/public_html/dev.highfivevape.com/vendor/magento/module-quote/Model/Quote/Payment.php(180): Magento\Quote\Model\Quote\Payment->getMethodInstance()
#1 /home/highfivevape/public_html/dev.highfivevape.com/vendor/magento/module-sales/Model/AdminOrder/Create.php(1598): Magento\Quote\Model\Quote\Payment->importData(Object(Magento\Framework\DataObject))
#2 /home/highfivevape/public_html/dev.highfivevape.com/vendor/magento/module-sales/Controller/Adminhtml/Order/Create/Save.php(45): Magento\Sales\Model\AdminOrder\Create->setPaymentData(Array)
#3 /home/highfivevape/public_html/dev.highfivevape.com/vendor/magento/framework/App/Action/Action.php(108): Magento\Sales\Controller\Adminhtml\Order\Create\Save->execute()
#4 /home/highfivevape/public_html/dev.highfivevape.com/vendor/magento/module-backend/App/AbstractAction in /home/highfivevape/public_html/dev.highfivevape.com/vendor/magento/module-quote/Model/Quote/Payment.php on line 286
Any idea what it can be related to?