mistike
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Social Blogroll] [Plugin: WP Social Blogroll] Syntax errors at activationGreat (regexp are not my friends ;-)). I just tested on my test blog, and the extension activated ok after this second change, with short_open_tag = Off !
Thanks ^^
Forum: Plugins
In reply to: [WP Social Blogroll] [Plugin: WP Social Blogroll] Syntax errors at activationThat’s right, but still it was solved with short_open_tag = On so… i’d vote for another <? instead of <?php (didn’t find it because I searched for “<? ” with a space after, otherwise the search returns all <?php and there are just too many of them :-))
Forum: Plugins
In reply to: [WP Social Blogroll] [Plugin: WP Social Blogroll] Syntax errors at activationThis error means some opening/closing tag or bracket, or whatever, is missing somewhere, between lines 1 and 2578 😉 (that’s for case 2)
For case 1, i’d have to look into it, but there are a good amount of differences between PHP 5.2 and 5.3… It would have to be looked into for next releases, but in my case the pb is not so big since my prod server (hosted) is PHP 5.2. I just had to install this version on my dev platform.
Forum: Plugins
In reply to: [WP Social Blogroll] [Plugin: WP Social Blogroll] Syntax errors at activationHello,
Thansk 😉
The dev version seems to have the same problem. You can for example find the short tag <? I corrected at line 578 :
<? printf(__("If you have just upgraded to WordPress 2.8, you will have to add the Widget of the WP Social Blogroll plugin to your sidebar again. <a href=\"%s\">Please go to the Widget-Settings-Page</a> to add the widget to your sidebar.","feedreading_blogroll"),get_option('siteurl'). '/wp-admin/widgets.php'); ?>If I have some time I’ll try to see if there is any other one somewhere.