Hi pNuke Community ...
I had this problem with one of clients ... Weblinks open
Blank Page [20] when clicking on a link!
Solution:
open the file wl-util.php from pn/modules/web_links/
search for: function visit($lid)
now scroll down a little ... U'll find:
header [21]('Location: '.$url);
repalce it with:
echo [22] "<meta http-equiv=\"refresh\" content=\"1; URL=".$url."\">";
Save ... try the Web Links module now :)
Best Regards
Oras