Plugin Author
Damian
(@timersys)
There is something wrong with the file you downloaded /uploaded as the latest version if working perfectly fine.
Try downloading the plugin again from http://downloads.wp.xz.cn/plugin/twitter-like-box-reloaded.1.3.4.zip
Tried again but I’m still getting the same error.
Now on the latest version the error is at 258.
I got this on a totally fresh install. Latest plugin & wp:
Parse error: syntax error, unexpected ‘endif’ (T_ENDIF) in /var/www/html/littlemissgeek/wp-content/plugins/twitter-like-box-reloaded/Twitter_Like_Box_Widget.class.php on line 258
This is caused by use of shorthand php codes which are disabled by default in new PHP installations.
Resolution:
File: Twitter_Like_Box_Widget.class.php
Line: 253
<? endfor;?>
Should be
<?php endfor;?>
Causes the following error message:
Parse error: syntax error, unexpected ‘endif’ (T_ENDIF) in *Insert website path here*\Twitter_Like_Box_Widget.class.php on line 258
Plugin Author
Damian
(@timersys)
sorry i missed that, fix released 1.3.5.1
Plugin Author
Damian
(@timersys)
glad to hear that, sorry for the delay 🙂