Question

I am having an issue with a cron job in Magento 2.1. I have a job that I need to query a database to get some stock values for my Magento products, but the cron job gives me the following error:

HP Fatal error:  Class 'Meese\MWS\Cron\mysqli' not found in /chroot/home/ikonopsc/ikonops.com/html/app/code/Meese/MWS/Cron/Stock.php on line 28

Why is the mysqli object not available here?

Était-ce utile?

La solution

Figured it out. It had to do with my namespace declaration.

Licencié sous: CC-BY-SA avec attribution
Non affilié à magento.stackexchange
scroll top