Daily Archives: October 28, 2019
This is in my Exception Log: (repeated many times) main.CRITICAL: {“exception”:”[object] (Exception(code: 0): at /opt/bitnami/apps/magento/htdocs/vendor/magento/module-contact/Controller/Index/Post.php:120)”} Also, a recent customer purchase is listed as “pending”, yet it did not get processed by my cc processor (authorize.net), though other transactions do seem to get processed fine. I have no idea if the […]
I tried to install Klarna in my Magento 2.3.2 website using composer trollweb I tried to install Klarna in my Magento 2.3.2 website using composer i kept getting errors as the klarna checkout was nt working. in the end, i used mage2pro klarna to set it up is there any […]
I tried find a solution to this magento 2 theme problem. How should be edit the theme file? PHP Fatal error: Uncaught Error: Call to undefined method MagentoCatalogSearchModelResourceModelFulltextCollectionInterceptor::getCollectionClone() in app/code/custom_theme/LayeredAjax/view/frontend/templates/layer/filter.phtml:15 Stack trace: #0 vendor/magento/framework/View/TemplateEngine/Php.php(59): include() #1 vendor/magento/framework/View/Element/Template.php(271): MagentoFrameworkViewTemplateEnginePhp->render(Object(MagentoLayeredNavigationBlockNavigationFilterRendererInterceptor), '/home/npartsco/...', Array) #2 vendor/magento/framework/View/Element/Template.php(301): MagentoFrameworkViewElementTemplate->fetchView('/home/npartsco/...') #3 vendor/magento/module-layered-navigation/Block/Navigation/FilterRenderer.php(29): MagentoFrameworkViewElementTemplate->_toHtml() #4 vendor/magento/framework/Interception/Interceptor.php(58): Mage in […]
In Magento 2 is there a way in admin to get a report with a list of products which customers subscribed for price drop alerts? Because now you just check every product one by one to see if someone is subscribed and it is difficult if you have large catalog
I issue visudo command, add this rule to the very end of the file, save the file and quit. newuser ALL=/usr/sbin/useradd However newuser is still able to run such commands as sudo touch file1 And the added rule to sudoers file seems not to work. Why ? I have logged […]
I’m starting to work on Anaconda and I can´t open the jupyter notebook. When I try it, it gives out a application launch error, saying the following: Traceback (most recent call last): File “C:UserspcAnaconda3Scriptsjupyter-notebook-script.py”, line 6, in from notebook.notebookapp import main File “C:UserspcAppDataRoamingPythonPython37site-packagesnotebooknotebookapp.py”, line 47, in from zmq.eventloop import ioloop […]