canadasatellite-ca / site

The canadasatellite.ca website (Magento 2)
https://upwork.com/fl/mage2pro
0 stars 1 forks source link

`Cart2Quote_Quotation`: «Invalid email format» on the frontend `/quotecheckout/` page (the customer's email address ends with `> `) #108

Open dmitrii-fediuk opened 3 years ago

dmitrii-fediuk commented 3 years ago

Customer №1 (Pekka)

{
    "channel": "main",
    "datetime": {
        "date": "2021-05-03 04:31:40.666235",
        "timezone_type": 3,
        "timezone": "UTC"
    },
    "level": 400,
    "level_name": "ERROR",
    "Mage2.PRO": [
        {
            "IP Address": "71.191.211.249",
            "mage2pro/core": "7.4.0",
            "Magento": "2.3.5-p2",
            "PHP": "7.2.34-8+ubuntu16.04.1+deb.sury.org+1",
            "Post": {
                "billing": {
                    <…>
                    "email": "pekka.kenetti@elektro-arola.fi> ",
                    "firstname": "Pekka",
                     <…>
                },
                "cart": {
                    "84214": {
                        "qty": "2"
                    },
                    "84215": {
                        "qty": "2"
                    }
                },
                "form_key": "WkH8VUJKWPRC5AMp",
                "isAjax": "1",
                "onestepcheckout_comments": "",
                "ship_to_same_address": "1",
                "shipping": {
                    "address_id": "",
                    "city": "",
                    "company": "",
                    "country_id": "CA",
                    "firstname": "",
                    "lastname": "",
                    "postcode": "",
                    "region": "",
                    "region_id": "",
                    "save_in_address_book": "1",
                    "street": [
                        "",
                        ""
                    ],
                    "telephone": ""
                },
                "subscribe_newsletter": "1",
                "updates": "{\"changebycountry\":true,\"updatebillingaddress\":false,\"updateshippingtype\":true,\"updatepaymenttype\":true,\"addition_post\":{\"withoutaddressselect\":true},\"loader\":[\"checkout-shipping-method-load\",\"co-payment-form\",\"checkout-review-load\"]}",
                "withoutaddressselect": "true"
            },
            "Referer": "https://www.europasatellite.com/quotecheckout/",
            "URL": "https://www.europasatellite.com/quotecheckout/index/save/",
            "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36"
        }
    ],
    "message": "Invalid email format"
}
Location:    vendor/mage2pro/core/Framework/Logger/Handler.php:55
Callee:      df_log_l
*****************1******************
Location:    vendor/monolog/monolog/src/Monolog/Logger.php:344
Callee:      Df\Framework\Logger\Handler::handle
*****************2******************
Location:    vendor/magento/framework/Logger/Monolog.php:48
Callee:      Monolog\Logger::addRecord
*****************3******************
Location:    vendor/monolog/monolog/src/Monolog/Logger.php:712
Callee:      Magento\Framework\Logger\Monolog::addRecord
*****************4******************
Location:    vendor/magento/framework/App/Bootstrap.php:266
Callee:      Monolog\Logger::error
*****************5******************
Location:    pub/index.php:40
Callee:      Magento\Framework\App\Bootstrap::run
dmitrii-fediuk commented 3 years ago

Customer №2 (Zlatan)

{
    "channel": "main",
    "datetime": {
        "date": "2021-05-04 03:00:11.006489",
        "timezone_type": 3,
        "timezone": "UTC"
    },
    "level": 400,
    "level_name": "ERROR",
    "Mage2.PRO": [
        {
            "IP Address": "71.191.211.249",
            "mage2pro/core": "7.4.0",
            "Magento": "2.3.5-p2",
            "PHP": "7.2.34-8+ubuntu16.04.1+deb.sury.org+1",
            "Post": {
                "billing": {
                    <…>
                    "email": "thunderbolt.trogir@gmail.com> ",
                    "firstname": "Zlatan ",
                     <…>
                    }
                },
                "form_key": "WkH8VUJKWPRC5AMp",
                "isAjax": "1",
                "onestepcheckout_comments": "",
                "ship_to_same_address": "1",
                "shipping": {
                    "address_id": "",
                    "city": "",
                    "company": "",
                    "country_id": "CA",
                    "firstname": "",
                    "lastname": "",
                    "postcode": "",
                    "region": "",
                    "region_id": "",
                    "save_in_address_book": "1",
                    "street": [
                        "",
                        ""
                    ],
                    "telephone": ""
                },
                "shipping_method": "freeshippingcustom_freeshippingcustom",
                "subscribe_newsletter": "1",
                "updates": "{\"changebycountry\":true,\"updatebillingaddress\":false,\"updateshippingtype\":true,\"updatepaymenttype\":true,\"addition_post\":{\"withoutaddressselect\":true},\"loader\":[\"checkout-shipping-method-load\",\"co-payment-form\",\"checkout-review-load\"]}",
                "withoutaddressselect": "true"
            },
            "Referer": "https://www.europasatellite.com/quotecheckout/",
            "URL": "https://www.europasatellite.com/quotecheckout/index/save/",
            "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36"
        }
    ],
    "message": "Invalid email format"
}
Location:    vendor/mage2pro/core/Framework/Logger/Handler.php:55
Callee:      df_log_l
*****************1******************
Location:    vendor/monolog/monolog/src/Monolog/Logger.php:344
Callee:      Df\Framework\Logger\Handler::handle
*****************2******************
Location:    vendor/magento/framework/Logger/Monolog.php:48
Callee:      Monolog\Logger::addRecord
*****************3******************
Location:    vendor/monolog/monolog/src/Monolog/Logger.php:712
Callee:      Magento\Framework\Logger\Monolog::addRecord
*****************4******************
Location:    vendor/magento/framework/App/Bootstrap.php:266
Callee:      Monolog\Logger::error
*****************5******************
Location:    pub/index.php:40
Callee:      Magento\Framework\App\Bootstrap::run
dmitrii-fediuk commented 3 years ago

An internal trace:

{"0":"Invalid email format","1":"#1 Magento\Framework\Model\ResourceModel\Db\AbstractDb->save() called at [vendor/magento/framework/Model/AbstractModel.php:655]
#2 Magento\Framework\Model\AbstractModel->save() called at [vendor/magento/framework/Model/ResourceModel/Db/Collection/AbstractCollection.php:603]
#3 Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection->save() called at [vendor/magento/module-quote/Model/Quote/Relation.php:24]
#4 Magento\Quote\Model\Quote\Relation->processRelation() called at [vendor/magento/framework/Model/ResourceModel/Db/VersionControl/RelationComposite.php:48]
#5 Magento\Framework\Model\ResourceModel\Db\VersionControl\RelationComposite->processRelations() called at [vendor/magento/framework/Model/ResourceModel/Db/VersionControl/AbstractDb.php:73]
#6 Magento\Framework\Model\ResourceModel\Db\VersionControl\AbstractDb->processNotModifiedSave() called at [vendor/magento/framework/Model/ResourceModel/Db/AbstractDb.php:406]
#7 Magento\Framework\Model\ResourceModel\Db\AbstractDb->save() called at [vendor/magento/module-quote/Model/ResourceModel/Quote.php:307]
#8 Magento\Quote\Model\ResourceModel\Quote->save() called at [vendor/magento/module-quote/Model/QuoteRepository/SaveHandler.php:121]
#9 Magento\Quote\Model\QuoteRepository\SaveHandler->save() called at [vendor/magento/framework/Interception/Interceptor.php:58]
#10 Magento\Quote\Model\QuoteRepository\SaveHandler\Interceptor->___callParent() called at [vendor/magento/framework/Interception/Interceptor.php:138]
#11 Magento\Quote\Model\QuoteRepository\SaveHandler\Interceptor->Magento\Framework\Interception\{closure}() called at [vendor/magento/framework/Interception/Interceptor.php:153]
#12 Magento\Quote\Model\QuoteRepository\SaveHandler\Interceptor->___callPlugins() called at [generated/code/Magento/Quote/Model/QuoteRepository/SaveHandler/Interceptor.php:26]
#13 Magento\Quote\Model\QuoteRepository\SaveHandler\Interceptor->save() called at [vendor/magento/module-quote/Model/QuoteRepository.php:196]
#14 Magento\Quote\Model\QuoteRepository->save() called at [vendor/magento/framework/Interception/Interceptor.php:58]
#15 Magento\Quote\Model\QuoteRepository\Interceptor->___callParent() called at [vendor/magento/framework/Interception/Interceptor.php:138]
#16 Magento\Quote\Model\QuoteRepository\Interceptor->Magento\Framework\Interception\{closure}() called at [vendor/magento/framework/Interception/Interceptor.php:153]
#17 Magento\Quote\Model\QuoteRepository\Interceptor->___callPlugins() called at [generated/code/Magento/Quote/Model/QuoteRepository/Interceptor.php:78]
#18 Magento\Quote\Model\QuoteRepository\Interceptor->save() called at [vendor/magento/module-checkout/Model/Cart.php:581]
#19 Magento\Checkout\Model\Cart->save() called at [vendor/magento/framework/Interception/Interceptor.php:58]
#20 Magento\Checkout\Model\Cart\Interceptor->___callParent() called at [vendor/magento/framework/Interception/Interceptor.php:138]
#21 Magento\Checkout\Model\Cart\Interceptor->Magento\Framework\Interception\{closure}() called at [vendor/magento/framework/Interception/Interceptor.php:153]
#22 Magento\Checkout\Model\Cart\Interceptor->___callPlugins() called at [generated/code/Magento/Checkout/Model/Cart/Interceptor.php:78]
#23 Magento\Checkout\Model\Cart\Interceptor->save() called at [app/code/Interactivated/Quotecheckout/Controller/Index/Save.php:493]
#24 Interactivated\Quotecheckout\Controller\Index\Save->_updateshippingtype() called at [app/code/Interactivated/Quotecheckout/Controller/Index/Save.php:108]
#25 Interactivated\Quotecheckout\Controller\Index\Save->execute() called at [vendor/magento/framework/Interception/Interceptor.php:58]
#26 Interactivated\Quotecheckout\Controller\Index\Save\Interceptor->___callParent() called at [vendor/magento/framework/Interception/Interceptor.php:138]
#27 Interactivated\Quotecheckout\Controller\Index\Save\Interceptor->Magento\Framework\Interception\{closure}() called at [vendor/magento/framework/Interception/Interceptor.php:153]
#28 Interactivated\Quotecheckout\Controller\Index\Save\Interceptor->___callPlugins() called at [generated/code/Interactivated/Quotecheckout/Controller/Index/Save/Interceptor.php:26]
#29 Interactivated\Quotecheckout\Controller\Index\Save\Interceptor->execute() called at [vendor/magento/framework/App/Action/Action.php:108]
#30 Magento\Framework\App\Action\Action->dispatch() called at [vendor/magento/module-checkout/Controller/Onepage.php:161]
#31 Magento\Checkout\Controller\Onepage->dispatch() called at [vendor/magento/framework/Interception/Interceptor.php:58]
#32 Interactivated\Quotecheckout\Controller\Index\Save\Interceptor->___callParent() called at [vendor/magento/framework/Interception/Interceptor.php:138]
#33 Interactivated\Quotecheckout\Controller\Index\Save\Interceptor->Magento\Framework\Interception\{closure}() called at [app/code/Bss/AdminActionLog/Plugin/Action.php:71]
#34 Bss\AdminActionLog\Plugin\Action->aroundDispatch() called at [vendor/magento/framework/Interception/Interceptor.php:135]
#35 Interactivated\Quotecheckout\Controller\Index\Save\Interceptor->Magento\Framework\Interception\{closure}() called at [vendor/magento/framework/Interception/Interceptor.php:153]
#36 Interactivated\Quotecheckout\Controller\Index\Save\Interceptor->___callPlugins() called at [generated/code/Interactivated/Quotecheckout/Controller/Index/Save/Interceptor.php:39]
#37 Interactivated\Quotecheckout\Controller\Index\Save\Interceptor->dispatch() called at [vendor/magento/framework/App/FrontController.php:162]
#38 Magento\Framework\App\FrontController->processRequest() called at [vendor/magento/framework/App/FrontController.php:99]
#39 Magento\Framework\App\FrontController->dispatch() called at [vendor/magento/framework/Interception/Interceptor.php:58]
#40 Magento\Framework\App\FrontController\Interceptor->___callParent() called at [vendor/magento/framework/Interception/Interceptor.php:138]
#41 Magento\Framework\App\FrontController\Interceptor->Magento\Framework\Interception\{closure}() called at [vendor/magento/module-store/App/FrontController/Plugin/RequestPreprocessor.php:99]
#42 Magento\Store\App\FrontController\Plugin\RequestPreprocessor->aroundDispatch() called at [vendor/magento/framework/Interception/Interceptor.php:135]
#43 Magento\Framework\App\FrontController\Interceptor->Magento\Framework\Interception\{closure}() called at [vendor/magento/module-page-cache/Model/App/FrontController/BuiltinPlugin.php:73]
#44 Magento\PageCache\Model\App\FrontController\BuiltinPlugin->aroundDispatch() called at [vendor/magento/framework/Interception/Interceptor.php:135]
#45 Magento\Framework\App\FrontController\Interceptor->Magento\Framework\Interception\{closure}() called at [vendor/magento/framework/Interception/Interceptor.php:153]
#46 Magento\Framework\App\FrontController\Interceptor->___callPlugins() called at [generated/code/Magento/Framework/App/FrontController/Interceptor.php:26]
#47 Magento\Framework\App\FrontController\Interceptor->dispatch() called at [vendor/magento/framework/App/Http.php:116]
#48 Magento\Framework\App\Http->launch() called at [vendor/magento/framework/Interception/Interceptor.php:58]
#49 Magento\Framework\App\Http\Interceptor->___callParent() called at [vendor/magento/framework/Interception/Interceptor.php:138]
#50 Magento\Framework\App\Http\Interceptor->Magento\Framework\Interception\{closure}() called at [vendor/canadasatellite/core/Plugin/Magento/Framework/App/Http.php:18]
#51 CanadaSatellite\Core\Plugin\Magento\Framework\App\Http->aroundLaunch() called at [vendor/magento/framework/Interception/Interceptor.php:135]
#52 Magento\Framework\App\Http\Interceptor->Magento\Framework\Interception\{closure}() called at [vendor/magento/framework/Interception/Interceptor.php:153]
#53 Magento\Framework\App\Http\Interceptor->___callPlugins() called at [generated/code/Magento/Framework/App/Http/Interceptor.php:26]
#54 Magento\Framework\App\Http\Interceptor->launch() called at [vendor/magento/framework/App/Bootstrap.php:261]
#55 Magento\Framework\App\Bootstrap->run() called at [pub/index.php:40]
","url":"/quotecheckout/index/save/","script_name":"/index.php","report_id":"234a0e820c74a3be1f01ba891e9acdb96d785f9a81ee9d8779b1954aa7f8a352"}
dmitrii-fediuk commented 3 years ago

Customer №3 (Tammy)

{
    "channel": "main",
    "datetime": {
        "date": "2021-04-16 17:19:25.241954",
        "timezone_type": 3,
        "timezone": "UTC"
    },
    "level": 400,
    "level_name": "ERROR",
    "Mage2.PRO": [
        {
            "mage2pro/core": "7.2.9",
            "Magento": "2.3.5-p2",
            "PHP": "7.2.34-8+ubuntu16.04.1+deb.sury.org+1",
            "Post": {
                "billing": {
                    <…>
                    "email": "Tammy_Vredenburg@saa.senate.gov>; ",
                    "firstname": "Tammy",
                    <…>
                },
                "form_key": "",
                "isAjax": "1",
                "onestepcheckout_comments": "",
                "ship_to_same_address": "1",
                "shipping": {
                    "address_id": "",
                    "city": "",
                    "company": "",
                    "country_id": "CA",
                    "firstname": "",
                    "lastname": "",
                    "postcode": "",
                    "region": "",
                    "region_id": "",
                    "save_in_address_book": "1",
                    "street": [
                        "",
                        ""
                    ],
                    "telephone": ""
                },
                "shipping_method": "freeshippingcustom_freeshippingcustom",
                "subscribe_newsletter": "1",
                "updates": "{\"updateshippingmethod\":true,\"updateshippingtype\":true,\"loader\":[\"checkout-shipping-method-load\",\"co-payment-form\",\"checkout-shipping-method-load\",\"checkout-review-load\"]}"
            },
            "Referer": "https://www.americansatellite.us/quotecheckout/",
            "URL": "https://www.americansatellite.us/quotecheckout/index/save/"
        }
    ],
    "message": "Invalid email format"
}
Location:    vendor/mage2pro/core/Framework/Logger/Handler.php:55
Callee:      df_log_l
*****************1******************
Location:    vendor/monolog/monolog/src/Monolog/Logger.php:344
Callee:      Df\Framework\Logger\Handler::handle
*****************2******************
Location:    vendor/magento/framework/Logger/Monolog.php:48
Callee:      Monolog\Logger::addRecord
*****************3******************
Location:    vendor/monolog/monolog/src/Monolog/Logger.php:712
Callee:      Magento\Framework\Logger\Monolog::addRecord
*****************4******************
Location:    vendor/magento/framework/App/Bootstrap.php:266
Callee:      Monolog\Logger::error
*****************5******************
Location:    pub/index.php:40
Callee:      Magento\Framework\App\Bootstrap::run