Hello,
I have run into two different errors at plugin activation. This post is both to document both workarounds in case somebody else has the same pbs, and to request a fix in the next release ;-)
WP 3.0.1 locally installed, running on WAMP w/ PHP 5.3 and 5.2.11
1) PHP Parse error: parse error in <plugin_path>\feedreading_blogroll.php on line 2569
This error is due to incompatibility bw plugin and PHP 5.3.
Workaround : install PHP 5.2.x as a second PHP version in WAMP and switch to it.
Download additional PHP version for WAMP here : http://www.wampserver.com/en/addons_php.php
2) PHP Parse error: syntax error, unexpected $end in <plugin_path>\feedreading_blogroll.php on line 2569
This one is due to <? not being recognnized as PHP tags.
I found one on line 578 and changed it to <?php, but still got the error. Since I didn't have time to search for any other one, I switched short_open_tag to On in php.ini and restarted WAMP services.
Now for my requests ;-) :
- can you please correct the remaining <? tags in next release ?
- Is it possible to update the plugin so it's compatible with PHP 5.3 ?
Thanks a lot