| Author |
Message |
NeapolitanWorld Involved


Joined: Nov 06, 2005 Posts: 318 Location: Los Angeles, USA
|
Posted:
Thu Apr 01, 2010 7:49 pm |
|
Hello everyone,
Everything went smooth on my upgrade. I noticed I do have a problem with my banner ads. They display and everything seams to be perfect except when you click on the banner, the new page opens but just remains blank. One url example that remains on the browser window is:
/index.php?op=ad_click&bid=28
My RN is located in a subdirectory.
Has anyone ran in to this problem
jc |
|
|
|
 |
Palbin Site Admin

Joined: Mar 30, 2006 Posts: 2456 Location: Pittsburgh, Pennsylvania
|
Posted:
Thu Apr 01, 2010 9:20 pm |
|
Change line 31 of index.php from:
| Code: |
list($clickurl) = $db->sql_fetchrow($result, MYSQL_ASSOC);
|
To:
| Code: |
list($clickurl) = $db->sql_fetchrow($result, MYSQL_NUM);
|
|
|
|
|
 |
NeapolitanWorld Involved


Joined: Nov 06, 2005 Posts: 318 Location: Los Angeles, USA
|
Posted:
Thu Apr 01, 2010 9:27 pm |
|
Palbin, Thank you! that did the job
jc |
|
|
|
 |
jamesmc New Member


Joined: Dec 22, 2003 Posts: 21
|
Posted:
Thu Apr 15, 2010 5:32 am |
|
Palbin
Thanks for your input. I had exactly the same issue and your suggestion fixed it
Cheers! |
|
|
|
 |
killing-hours RavenNuke(tm) Development Team

Joined: Oct 01, 2010 Posts: 415 Location: Houston, Tx
|
Posted:
Tue Nov 23, 2010 3:30 pm |
|
...And still helping people. Thanks Palbin  |
|
|
|
 |
neralex Worker


Joined: Aug 22, 2007 Posts: 194 Location: Germany
|
Posted:
Sun Dec 19, 2010 9:39 am |
|
|
|
 |
|
|
|
|