I’m getting the same thing. No idea why.
Hi, can you please provide information about your setup? I cannot reproduce the issue on my system.
I’m thinking this may be a PHP version issue, but I found a fix too. I didn’t get the error on my localhost with PHP 5.3.1 but did get this on BlueHost with PHP 5.4.
Based on this thread about a similar issue, I merged the first two comments in the widget-title-links.php file.
i.e. This:
...
Author URI: https://github.com/ragulka
License: GPL2
*/
/* Copyright 2012 Illimar Tambek (email : illimar.tambek@gmail.com)
This program is free software; you can redistribute it and/or modify
...
Became this:
...
Author URI: https://github.com/ragulka
License: GPL2
Copyright 2012 Illimar Tambek (email : illimar.tambek@gmail.com)
This program is free software; you can redistribute it and/or modify
...
Once I updated the file, I was successfully able to activate the plugin.
This issue should be fixed in the 1.1 release.