Created attachment 694954 [details] error page Description of problem: When change idea status from new to completed as admin user, get error page at the first time, and then reload this page, then change status, pass. Version-Release number of selected component (if applicable): Stage(devenv-stage_283) - 2013-02-08 How reproducible: 100% Steps to Reproduce: 1.create a new vote with normal user 2.change admin user to login 3.change this vote's status from new to Completed Actual results: Get error page as attachment. And the reload, change again, can change successfully. Expected results: No error page, can change status at the first time. Additional info:
Fixed in https://github.com/openshift/li/pull/1154
Commit pushed to master at https://github.com/openshift/li https://github.com/openshift/li/commit/1636e45de05f12707882fcbb55b886496316ae9f Bug 909055 - Rule was calling a missing bit of code, never copied over from original Acquia instance
env: dev_3074 fedora 18 chrome 26 steps: 1.login with a normal user 2.create a new vote 3.logout 4.login with a admin user 5.change that vote's state from new to Completed actual results: got a blank page without any other information
Created attachment 734088 [details] blank_page
Did you revert the devenv to default state by reverting all features? If not, please go to /usr/share/drupal6 on the devenv, then run drush features For any that are marked overriden or "needs review", run "drush fr <name>"
I tried follow your steps, and still got blank page.
Seems the pull request in comment 1 is to fix bug 912027
There were several changes together - deleting: '#name' => 'rules_action_custom_php', '#settings' => array('code' => 'send_feature_complete_email($node);', from the feature is what fixes the problem. Please verify in your devenv: 1) logged in to the community with admin/admin 2) browse to /admin/rules/rules/rules_feature_completed/edit Verify that there is no "action" for the rule.
(In reply to comment #8) Tested on devenv_3102, verified the above steps, there is no "action" for the rule, and tried to change the status of an idea from "new" to "Completed", it can be successful, so will verify this bug once it is on qa, thanks.