Cron jobs are really useful tools in any Linux or Unix-like operating systems. They allow us to schedule scripts to be executed periodically. Their flexibility makes them ideal for repetitive tasks like backups and system cleaning, but also data fetching and data processing. For all the good things they offer, […]
Daily Archives: October 4, 2019
PHP-watcher helps develop long-running PHP applications by automatically them when file changes in the directory are detected.
So I’m fairly adept at web design on the frontend, but I’m new to the back end side of things. From what I’m understanding, PHP communicates with the server and not necessarily the client. What I’m trying to accomplish is a PHP scheduler that runs python scripts at a given […]
Hey all. I’m not a programmer, but I’m using an old wordpress theme and getting this error when trying to update to PHP7 from 5. 13 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right order since PHP 7.0. Use curly braces to […]
today we recieve an email from Magento company pointing that customers with magento commerce 2.2.x must upgrade their product version from 2.2.x to 2.3 because there will not be supported no longer. right now we are using the community edition for magento 2.2.6 and really don’t if it’s necesary, also […]
When my product page loads the first tab is active: How do I get the 2nd tab to be active on page load, so it looks like this?
I am having this issue after updating Magento from 2.3 to 2.3.2 Fatal error: Declaration of MagentoQuoteGraphQlModelCartSetShippingAddressOnCart::execute(MagentoFrameworkGraphQlQueryResolverContextInterface $context, MagentoQuoteApiDataCartInterface $cart, array $shippingAddresses): void must be compatible with MagentoQuoteGraphQlModelCartSetShippingAddressesOnCartInterface::execute(MagentoGraphQlModelQueryContextInterface $context, MagentoQuoteApiDataCartInterface $cart, array $shippingAddressesInput): void in /my/folder/public_html/app/code/Magento/QuoteGraphQl/Model/Cart/SetShippingAddressOnCart.php on line 20 I can’t figure out even what it mean. Is from third-party […]