Parse error: syntax error, unexpected '}' in C:\Documents and Settings\Nicky\My Documents\Web Sites\orrmarshall.com\wp\wp-content\plugins\add-to-any\add-to-any.php on line 294
I'm using Any Share/Save/Bookmark Button .9.5 on my local Windows XP computer with Apache 2.2.9, php 5.2.6, and mysql 5.0.51b.
I believe the problem is in line 120:
<?
should be:
<?php
since my short_open_tag is off in the php.ini.
Thanks for much for reporting that! The plugin was rewritten a couple versions ago to support those without short_open_tag, then someone had to goof it up. ;)
Will be fixed in today's release.
Thanks again!
Hi micropat,
I hate to bring this up again but I noticed that there are a lot of short_open_tag php statements (<? instead of <?php) in the admin panel now. It's causing my admin panel to look really crazy.
Both the Subscribe and Share/Save buttons have these.
You're right, sorry about that!
During the internationalization/localization of the plugins we didn't take into account the short_open_tag limitation for setups like yours.
We'll definitely have this fixed in version .9.8.6.3 of this plugin, and version .9.5.5.1 of the Subscribe plugin.
Thanks, monodistortion!