Skip to content

Are there other acts similar to the DMCA Act ?

Some countries in Eastern Europe have allowed individuals to host illegally stolen data in their data centers. For example, they illegally h… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1883214&goto=newpost

Crocweb after 8 years

Hey guys I just want to share my experience with crocweb, I opened up a thread a long time ago and I’m still using them as my hosting … | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1883171&goto=newpost

Cron class not found

My cronjob is defined as follows: <?xml version=”1.0″ ?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:module:Magento_Cron:etc/crontab.xsd”> <group id=”default”> <job instance=”VendorModuleModelStatus” method=”update” name=”vendor_module_status_update”> <schedule>0 */2 * * *</schedule> </job> </group> </config> Class VendorModuleModelStatus exists and manual test below works fine: <?php declare(strict_types=1); use MagentoFrameworkAppBootstrap; use… Read More »Cron class not found

set specific cron job time from admin

i want to create configuration from admin for this cron tab how we can do that? <?xml version=”1.0″?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:module:Magento_Cron:etc/crontab.xsd”> <group id=”order_product_report”> <job name=”order_product_report” instance=”abcabcCronOrderReport” method=”execute”> <schedule>* * * * *</schedule> </job> </group> </config>