TheWebShop / bootstrap-shortcodes

Wordpress plugin to add shortcodes for Twitter Bootstrap 3.0
36 stars 15 forks source link

Can't activate, fatal error #7

Closed richstandbrook closed 11 years ago

richstandbrook commented 11 years ago

Hi,

Was using bootstrap-shortcodes for ages, updated recently and broke my site. Removed the plugin now downing fresh Wordpress reports:

Plugin could not be activated because it triggered a fatal error.

Parse error: syntax error, unexpected 'endforeach' (T_ENDFOREACH) in /***/public_html/wp-content/plugins/bootstrap-shortcodes/bootstrap-shortcodes.php on line 153

If there's any chance you can fix this that would be ace.

Sinetheta commented 11 years ago

Sorry about that, checking now. Can you verify which version you're running? It should be 1.4.2

richstandbrook commented 11 years ago

Yeah I've got version 1.4.2

Sinetheta commented 11 years ago

Got it. I couldn't figure out how there could be a problem with such a trivial aspect of the code. But then I noticed the "short tag" <? which would error out if your server has short tags off.

Thanks for the heads up, I'm sure it was breaking for others as well. Update to 1.4.3 and you should be golden.