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
:-) Looks like there's a bug in how the fetchConfig.sh is echo'ed out in the .bluemix.yml. As a temporary workaround, you can tweak the fetchConfig.sh script to look like this:
rm ./bluezone/configtweaks/config.ini.php
cf files <your_app_name> /app/htdocs/piwik/config/config.ini.php | sed '/Plugins\[\] = "ExampleAPI"/d' | sed '/Plugins\[\] = "ExamplePlugin"/d' | sed '/Plugins\[\] = "ExampleRssWidget"/d' | sed '/Plugins\[\] = "Feedback"/d' > ./bluezone/configtweaks/config.ini.php
sed -i -e '1,3d' ./bluezone/configtweaks/config.ini.php
I made a change to handle the toolchain button path of creation here. To further debug, how did you deploy the project (e.g. via the Deploy to Bluemix OR Create Toolchain?). I'm guessing the former in which case the fix is pretty straightforward. Hope things go more smoothly for you from here.
Sorry for opening another issue but I ran into the following:
I execute the three steps:
But when executing the script it only returns:
./fetchConfig.sh: line 3: piwikstart-1021: command not found
This is what the config file looks like:
Am I missing something here or is there a bug in the script?
The text was updated successfully, but these errors were encountered: