clinton-origin
clinton-origin
I only get this error when running "php bin/magento vsbridge:reindex --all". My workaround is to just run each index instead. php bin/magento indexer:reindex vsbridge_taxrule_indexer && php bin/magento indexer:reindex vsbridge_attribute_indexer &&...
For anyone else visiting this, turns out the above was just the conversion of the time it takes to run each index. I just deleted ". gmdate('H:i:s', $resultTime)" from that...
@simonmaass This is not maintained from what I can see, we are on our own with this. To answer your question above, just add a return 0; to the end...
@simonmaass I just created my own module to do it. It's just a simple magento ajax button that executes the below. Also in the same module we have a button...
@simonmaass Here you go https://github.com/clinton-origin/Magento-2-Cache-Cleaner Just replace "Origin" with whatever you like in the system.xml file. This will show a tab in the Store > Config section
@Fifciu Can you explain how you went about getting the search to use query_string? Looking to set this up but not sure where to start.
The solution just in case anyone else has this problem, which should be everyone because this email program is popular, was to refactor all the modules to use tables to...