| Author |
Message |
rebelt Worker


Joined: May 07, 2006 Posts: 147
|
Posted:
Mon Apr 06, 2009 12:57 pm |
|
I have two problems atm.
Using RavenNuke_v2.30.01 I tried to use the advertising module.
Advertising Administration displays as it should but when I try to add a client, Advertising Administration is replaced with _BANNERSADMIN and no client is added. This is probably something I missed but if someone could tell me what I didn't do please.
Also
I have a custom script on my site which adds results.
Accessing the site with firefox this works fine, but with the ravenice theme, it doesn't work using internet explorer'
Select a division and it should then list teams for that division.
Any ideas please. |
|
|
|
 |
jakec Site Admin

Joined: Feb 06, 2006 Posts: 3038 Location: United Kingdom
|
Posted:
Mon Apr 06, 2009 1:05 pm |
|
Oops just got myself blocked from your site.
With regards to your first problem, try turning on error reporting in the config.php file and database logging in the rnconfig.php file. |
|
|
|
 |
rebelt Worker


Joined: May 07, 2006 Posts: 147
|
Posted:
Mon Apr 06, 2009 4:03 pm |
|
Nothing in error reporting. Database logging says
nuke_bannerclient' doesn't exist
Can't find where it would get bannerclient from in the files though. |
|
|
|
 |
Guardian2003 Site Admin

Joined: Aug 28, 2003 Posts: 6373 Location: Vsetin, Czech Republic
|
Posted:
Mon Apr 06, 2009 4:27 pm |
|
The table should be nuke_banner_clients
Have you altered the code for that module in any way? |
|
|
|
 |
rebelt Worker


Joined: May 07, 2006 Posts: 147
|
Posted:
Mon Apr 06, 2009 4:31 pm |
|
No. Just upgraded and never used the module before now, so don't know why it should say that. Did a fresh install and it works fine but not the upgraded site.
Same files so I'm totally confused. |
|
|
|
 |
Guardian2003 Site Admin

Joined: Aug 28, 2003 Posts: 6373 Location: Vsetin, Czech Republic
|
Posted:
Mon Apr 06, 2009 4:37 pm |
|
Please try re uploading the Advertising module files again.
Is this an upgrade from a previous nuke (not RavenNuke) installation? |
|
|
|
 |
rebelt Worker


Joined: May 07, 2006 Posts: 147
|
Posted:
Mon Apr 06, 2009 5:09 pm |
|
Tried that and have been using raven nuke since 2.1 so just upgrading versions. |
|
|
|
 |
rebelt Worker


Joined: May 07, 2006 Posts: 147
|
Posted:
Tue Apr 07, 2009 12:34 am |
|
I knew it would be something simple. I missed a banners.php file in admin/modules. Deleted that and it all works.
One problem solved, one to go.  |
|
|
|
 |
testy1 Involved


Joined: Apr 06, 2008 Posts: 483
|
Posted:
Tue Apr 07, 2009 5:53 am |
|
for your second problem
From what I can see you need to explicitly declare your variables
Change:
To:
| Code: |
var menu=new Array()
|
|
|
|
|
 |
rebelt Worker


Joined: May 07, 2006 Posts: 147
|
Posted:
Tue Apr 07, 2009 6:04 am |
|
Thank you very much. You're a star. |
|
|
|
 |
testy1 Involved


Joined: Apr 06, 2008 Posts: 483
|
Posted:
Tue Apr 07, 2009 3:44 pm |
|
no worries m8, It had me wondering also, d*** IE  |
|
|
|
 |
|
|
|
|