You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build-ads > enable-search-db:
[exec] class_implements(): object or string expected entity.module:463 [warning]
[exec] in_array() expects parameter 2 to be array, boolean given [warning]
[exec] Creating default object from empty value search_api.module:2629 [warning]
[exec] PHP Fatal error: Call to undefined method stdClass::save() in sites/all/modules/contrib/search_api/search_api.module on line 2630
OS: Debian
Clean installation from git repo.
Reproducible steps:
Clone repo, then run: make.
When asked for config changes, change the below lines to this:
# Drupal Build Settings.
project.drupal.build.site= true
project.drupal.build.stable= false
project.drupal.build.type= full
The following error happens on
make install
:OS: Debian
Clean installation from git repo.
Reproducible steps:
Clone repo, then run:
make
.When asked for config changes, change the below lines to this:
If you get: 'Sorry, the profile you have chosen cannot be loaded', the Exception: Sorry, the profile you have chosen cannot be loaded. in install_load_profile(). [$15] #17 needs to be fixed first.
When you go further, run:
make install
, you should see the warnings & errors aboutsearch_api
module.Areas to fix: drush/ make files (either different version of module, or add
patch
file into make file and point to the uploaded file in below link.Related: https://www.drupal.org/node/2180007
The text was updated successfully, but these errors were encountered: