Hey
Installed all modules and added a facebook and twitter service account.
fluxkraft/rules
is not reachable
found this in the dblog
PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'base.owner' in 'where clause': SELECT base.id AS id, base.name AS name, base.label AS label, base.plugin AS plugin, base.active AS active, base.weight AS weight, base.status AS status, base.dirty AS dirty, base.module AS module, base.access_exposed AS access_exposed, base.data AS data, base.uid AS uid FROM {rules_config} base WHERE (base.plugin = :db_condition_placeholder_0) AND (base.uid = :db_condition_placeholder_1) AND (base.owner = :db_condition_placeholder_2) ; Array ( [:db_condition_placeholder_0] => reaction rule [:db_condition_placeholder_1] => 1 [:db_condition_placeholder_2] => fluxkraft_rules ) in EntityAPIController->query() (line 187 of /data/disk/o1/distro/001/drupal-7.22.1-prod/sites/test2.c1.om-manager.com/modules/entity/includes/entity.controller.inc).

Looks like the an SQL column is not found and installed.

Comments

criz’s picture

hi bennos,
you mean the path "fluxkraft/rules/" doesn't exist? did you install the fluxkraft module and the fluxkraft layout feature?
are there any issues using the default rules config page?

bennos’s picture

hey,

modules are all installed.
default rule config page can be accessed.

criz’s picture

Can you try the preconfigured Version on github? looks as your are missing the feature settings packaged in the fluxkraft_distro module. https://github.com/drunomics/fluxkraft_distro

bennos’s picture

hey

tried the distro an everything works fine.

I think it should also work when the modules are just installed.
typically drupal is already installed and modules are added and installed.

dasjo’s picture

Title: fluxkraft/rules not reachable » fluxkraft/rules not reachable when installing the module without the distro

updating the title

Horroshow’s picture

+1

Same error here. I thought that I could install just the modules with a default Drupal install. I'll try to copy all the modules the distro into my Drupal to see what happen.

SocialNicheGuru’s picture

Issue summary: View changes

I agree with #4. Maybe make a flux_settings module which has all the needed settings.