Run Configuration Error: Broken configuration due to unavailable plugin or invalid configuration data

 After upgrade to PHPStorm 2016.3.2 on Mac: Run Configuration Error: Broken configuration due to unavailable plugin or invalid configuration data

My bash command no longer runs and can't be edited in the run configuration dialog. It worked 10 minutes before the upgrade. The workspace.xml file shows 

PhpStorm 2016.3.2
Build #PS-163.10504.2, built on December 20, 2016
Licensed to David Allmon
Subscription is active until June 18, 2017
JRE: 1.8.0_112-release-408-b6 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o

0
2 comments
Avatar
Permanently deleted user

Worspace.xml shows the section:

<configuration default="false" name="updateSchema.sh" type="BashConfigurationType" factoryName="Bash" temporary="true">
<option name="INTERPRETER_OPTIONS" value="bash" />
<option name="INTERPRETER_PATH" value="/usr/bin/env" />
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
<option name="PARENT_ENVS" value="true" />
<option name="SCRIPT_NAME" value="$PROJECT_DIR$/updateSchema.sh" />
<option name="PARAMETERS" value="" />
<module name="TrafficWonker" />
<envs />
<method />
</configuration>

However, the Bash type is not in the list of default choices.
0

The 3rd party plugin that provided this functionality didn't get updated yet. This should work again once it's addressed.

0

Please sign in to leave a comment.