4
Some questions first:
1. What PHP and MySQL version are using?
2. What PHP or MySQL notices/warnings do you get when you run in debug mode?
3. Can you use any of the other functions in the admin panel?
In the file admin/permissions.php you'll find 5 times the following little piece of code:
prefix( WFLINKS_CAT )
Replace this by:
prefix( 'wflinks_cat' )
The above code calls the database table wflinks_cat. It can make a difference sometimes if it is in upper or lower case and/or between quotes. This depends on MySQL or PHP version you're using. This was a problem with the blocks of WF-Links too. I've changed it to lower case in some files, but not all.
If you keep having problems with WF-Links please submit them to the bug tracker of SmartLinks:
http://dev.xoops.org/modules/xfmod/tracker/?group_id=1291&atid=1333Good luck!
PS. I'm out of my 'office' for the next 4 weeks and am not able to answer questions during that period.