While trying to add a new "Plan" to deploy I get this error "No processor plugin is selected, or the selected processor plugin doesn't have any settings." and if I still push "Finish" to complete the action I get an "The website encountered an unexpected error. Please try again later." on my frontpage.

This is the error in the logfile.

PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'fetch_only' in 'field list': INSERT INTO {deploy_plans} (name, title, description, debug, aggregator_plugin, aggregator_config, fetch_only, processor_plugin, processor_config, endpoints) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4, :db_insert_placeholder_5, :db_insert_placeholder_6, :db_insert_placeholder_7, :db_insert_placeholder_8, :db_insert_placeholder_9); Array ( [:db_insert_placeholder_0] => flytta [:db_insert_placeholder_1] => flytta [:db_insert_placeholder_2] => flyta till web.lan [:db_insert_placeholder_3] => 0 [:db_insert_placeholder_4] => DeployAggregatorManaged [:db_insert_placeholder_5] => a:1:{s:18:"delete_post_deploy";i:0;} [:db_insert_placeholder_6] => 0 [:db_insert_placeholder_7] => DeployProcessorMemory [:db_insert_placeholder_8] => a:0:{} [:db_insert_placeholder_9] => a:1:{s:10:"webbserver";s:10:"webbserver";} ) in drupal_write_record() (line 6888 of /usr/share/drupal-7.10/includes/common.inc).

Comments

dixon_’s picture

Status: Active » Fixed

I added a new functionality (with an additional database column recently). Seems that you installed and used Deploy before that, and now have upgraded. And since I haven't provided an upgrade path it breaks. I recommend you re-install Deploy.

haeger’s picture

I'll do that and let you know how it goes.
Thanks for a quick response.

haeger’s picture

Reinstall/Upgrade worked and no issue remain. Thanks for your assistance.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

rogerrogers’s picture

Status: Closed (fixed) » Active

Hi, I need to re-open this issue. I am running the latest (dev) version of all dependent modules, have uninstalled and re-installed several times, yet I continue to get this message whenever attempting to add an endpoint. The message is exactly the same as the OP:

"No processor plugin is selected, or the selected processor plugin doesn't have any settings."

Pulling out my hair on this, any ideas would be greatly appreciated!

UPDATE: I'm wondering, is this an error message, or simply a notice that can be ignored? I don't get any formal errors, but the verbiage caused me to stop progressing, since it came across as a requirement. I've pressed 'Finish' and the plan appears to be setup. I will try to run and report back.