How to solve the problems!
-
Obviously the author is too lazy to maintain his plugin anymore. So here is the solution to the problems with newer PHP versions.
The plugin uses the old <? to start php sections and not <?php
So just open all *.php plugin files in a text editor and replace <? with <?php
Make sure to remove unecessary empty lines at the end of the files as well. After that the plugin is usable again!
- The topic ‘How to solve the problems!’ is closed to new replies.