meyerrob β created an issue. See original summary β .
meyerrob β created an issue.
Had the same problem with tons of notices in my log - fixed by this patch.
meyerrob β created an issue.
Ups, sorry, somehow I missed that issue :-)
meyerrob β created an issue.
Fixes the Issue for me
Works for my site as well.
You are totally right, the default value for the first parameter must default to null, therefore the solution to make the second parameter optional as well seems to be a solution. Maybe we should be sure that the second parameter canΒ΄t be empty at all.
That patch solves the divison by null error for me after calling drush sapi-et
The question is: Why is the number of tasks 0?
The table search_api_task is always empty, even after I cleared the index with drush sapi-c
- and there should be at least one task to do after that ("indexing"). As there ist no entry in search_api_task the command drush sapi-et
does not do anything. The call of drush sapi-i
builts the index correctly.
Therefore it seems as if the entry in search_api_task is not properly filled, but right now I am running out of debugging time. I stumbled over this topic through another issue - normally I use the GUI to reindex my search index which works perfectly. Therefore maybe I just misunderstood the drush sapi-et
...
meyerrob β created an issue.
meyerrob β created an issue.