Learn how to leverage the OpenAI API and a cloud function to create an application that identifies spelling errors and understands context. Continue reading How to Build a Simple Spellchecker with ChatGPT on SitePoint.
Daily Archives: October 18, 2023
When I run the following commends, theme JavaScript file broken php bin/magento setup:upgrade php bin/magento cache:flush php bin/magento cache:clean Broken files (net::ERR_ABORTED 404 (Not Found)): /pub/static/version1697560192/frontend/Smartwave/porto/en_US/js/jquery.sticky.min.js /pub/static/version1697560192/frontend/Smartwave/porto/en_US/js/jquery.lazyload.js pub/static/version1697560192/frontend/Smartwave/porto/en_US/StripeIntegration_Payments/js/stripe_payments_express.js Notes: Magento ver. 2.4.1 Application mode is default.
I’ve been trying to put a comma between the two links but there’s a permanent space, the space is fine with words, but not so well with the comma. For example, I’ll get “This , this and this” instead of “This, this and this” The code for the widgets looks […]
I have just upgraded my magento from 2.4.0 to 2.4.6 and also upgraded my php 7.4 to 8.2. All the commands are running fine but while reindexing i am getting this error and on frontend also. Can anyone tell me why this error is showing on frontend Type Error occurred […]
How can I set server status 404 with vue component page_not_found? Now server status 404 only with dinamic catalog undefined pages.
This is the function that captures some data protected function captureRequestData(RequestInterface $oRequest, $aPostParams) { return [ 'request' => [ 'status' =>'pending', 'params' => json_encode($aPostParams), 'endpoint' => $oRequest->getRequestUri(), 'view' => json_encode($oRequest->getHeaders()->toArray()), 'event' => $this->_oEventobserver->getEventName(), 'data' => json_encode($this->_oEventobserver->getEventData() ), 'ip' => $oRequest->getClientIp(), 'session' => $this->_oCustomerSession->getCustomer()->getName(), 'customer_id' => $this->_oCustomerSession->getCustomerId(), 'created_at' => date('Y-m-d H:i:s'), […]
I have a bit of a unique situation. My institution recently changed our windows login from ending in .org, to .edu. since then certain users have been experiencing issues with windows hello biometrics and even pins. We are an azure environment and deleting the saved biometrics and pins, and even […]
so I have a customer that flags emails as a to-do/follow up tasks in Outlook 365 Desktop. This is completely random but sometimes when an email is flagged it will just delete the body of the email entirely while other emails that are flagged are just fine. Office is up […]
A few hours ago I made a configuration change on my ddwrt instance, removing an iptables command from the firewall command settings, and turning off the OpenVpn client. Since then DD WRT has been acting up. It drops all wifi clients every few minutes. I can see it on the […]