- Moderated by:
- Support
-
- rank:
-
Freshman
- registered:
- April 2005
- Status:
- offline
- last visit:
- 19.04.05
- Posts:
- 3
Hi pNuke Community ...
I had this problem with one of clients ... Weblinks open Blank Page 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:
Code
repalce it with:
Code
Save ... try the Web Links module now :)
Best Regards
Oras -
- rank:
-
Professional
- registered:
- April 2004
- Status:
- offline
- last visit:
- 21.01.08
- Posts:
- 2723
There's a forum for "solutions" ... this one is for "support" ... hence the title, "Support"...
--
Photography | PHP | Other -
- rank:
-
Steering Committee
- registered:
- December 2002
- Status:
- offline
- last visit:
- 28.11.08
- Posts:
- 13417
So I'll move it, but it's a helpful post for some I expect ;)
--
Regards,
Simon
itbegins.co.uk - Zikula Consulting
Please read the Support Guide -
- rank:
-
Professional
- registered:
- April 2004
- Status:
- offline
- last visit:
- 21.01.08
- Posts:
- 2723
-
- rank:
-
Software Foundation
- registered:
- December 1969
- Status:
- offline
- last visit:
- 15.11.08
- Posts:
- 4481
never heard about this prob before - can you drop informations about the enviroment (php/webserver)?
anyway - due to some strange behaviour of search-engines (aka 'hijacking') one should use a 302 header when redirecting (fixed for upcoming .76rc4)
--
regards from germany
..::[Zikula Application Framework]::.. ..::[SEO-Blog]::.. ..::[CMS Sicherheit]::.. -
- rank:
-
Helper
- registered:
- February 2005
- Status:
- offline
- last visit:
- 24.01.06
- Posts:
- 116
I had the Blank Page problem with a modified theme. -> .750
I switched out this line in the pnAPI.php file:
Code
with what Oras stated earlier:
Code
and everything seems to work fine.
thanks for the post
