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!
]]>Plugin breaks WordPress 3.4.x. With the plugin activated, action such as updating posts and managing plugins trigger a ‘Cannot modify headers’ warning. This prevents WordPress completing any of these activities.
NOTE: to fix the problem, you have to *delete the plugin files from your server* – when Link Shortcut breaks WordPress, you can no longer deactivate or uninstall plugins using the WordPress admin interface!
]]>When setting options or adding a shortcut, I get errors like this at the bottom of both pages. I don’t have a “save” or “ok” button, so I’m guessing the missing/broken code is before those images are called.
Warning: include(/ [ my domain/path ] /wp-content/plugins/link-shortcut/admin/footer.inc.php) [function.include]: failed to open stream: No such file or directory in / [ my domain/path ] /wp-content/plugins/link-shortcut/admin/add.inc.php on line 124
Warning: include() [function.include]: Failed opening ‘/ [ my domain/path ] /wp-content/plugins/link-shortcut/admin/footer.inc.php’ for inclusion (include_path=’.:/usr/local/php53/lib/php’) in / [ my domain/path ] /wp-content/plugins/link-shortcut/admin/add.inc.php on line 124
]]>I activated the plugin several times and the Add link shortcut button doesn’t show in the manu Link Shortcut – Add New Link Shortcut.
I don’t know what is going wrong with it.
]]>Upon installation of the plugin, I am getting this error:
Warning: include(/home2/hardmusc/public_html/ulike/wp-content/plugins/link-shortcut/admin/footer.inc.php) [function.include]: failed to open stream: No such file or directory in /home2/hardmusc/public_html/ulike/wp-content/plugins/link-shortcut/admin/add.inc.php on line 124
]]>