From: Scott I. <sc...@hi...> - 2001-08-31 16:58:40
|
Hello! I'm totally new to postnuke and PHP but am setting up postnuke to = give myself a little education. I have lots experience with java and = JSP and have decided to to learn PHP. My question is an error I am getting after clicking on a banner on my = site. Here is the error: Warning: Supplied argument is not a valid MySQL result resource in = /crap_deleted/banners.php on line 100 Warning: Supplied argument is not a valid MySQL result resource in = /crap_deleted/public_html/banners.php on line 102 Warning: Cannot add header information - headers already sent by (output = started at /Crap_deleted/public_html/banners.php:100) in = /CRAP_DELETED/banners.php on line 103 Is this a problem that's been seen before or misconfiguration on my part = (something I consider likely)? Also, are there any developer docs/software specs/archives of mail list = messages anywhere? thanks to all, Scott Isaacson |
From: Scott I. <sc...@hi...> - 2001-09-01 03:21:37
|
Still getting the same error. ----- Original Message -----=20 From: Damien Tanner=20 To: Scott Isaacson=20 Sent: Friday, August 31, 2001 5:53 PM Subject: Re: [Post-nuke-users] Question about banners Just looking at the banners code it may have just been some simple SQL = error. Try this file and see what you get :) dctanner. ----- Original Message -----=20 From: Scott Isaacson=20 To: Damien Tanner=20 Sent: Friday, August 31, 2001 10:02 PM Subject: Re: [Post-nuke-users] Question about banners thanks for the response! I'm using PostNuke .62.=20 I'm not crazy about using the PHPNuke file, maybe I'll just wait = 'till .63. I'm just glad to hear that I'm not missing anything in my = setup. Scott. ----- Original Message -----=20 From: Damien Tanner=20 To: Scott Isaacson=20 Sent: Friday, August 31, 2001 3:38 PM Subject: Re: [Post-nuke-users] Question about banners Hi, It seems like there is a problem with the banners table in MySQL. = I'm not sure of the current state of the banners admin. What version are = you using? dctanner. ----- Original Message -----=20 From: Scott Isaacson=20 To: pos...@li...=20 Sent: Friday, August 31, 2001 5:59 PM Subject: [Post-nuke-users] Question about banners Hello! I'm totally new to postnuke and PHP but am setting up = postnuke to give myself a little education. I have lots experience with = java and JSP and have decided to to learn PHP. My question is an error I am getting after clicking on a banner = on my site. Here is the error: Warning: Supplied argument is not a valid MySQL result resource = in /crap_deleted/banners.php on line 100 Warning: Supplied argument is not a valid MySQL result resource = in /crap_deleted/public_html/banners.php on line 102 Warning: Cannot add header information - headers already sent by = (output started at /Crap_deleted/public_html/banners.php:100) in = /CRAP_DELETED/banners.php on line 103 Is this a problem that's been seen before or misconfiguration on = my part (something I consider likely)? Also, are there any developer docs/software specs/archives of = mail list messages anywhere? thanks to all, Scott Isaacson |
From: Scott I. <sc...@hi...> - 2001-09-01 15:02:36
|
Latest banners.php in CVS did the trick. Thanks, everybody! Scott. http://www.hitechlowlife.com ----- Original Message ----- From: "Tomas Nekvasil" <nek...@ce...> To: "Scott Isaacson" <sc...@hi...> Sent: Saturday, September 01, 2001 8:26 AM Subject: Re: [Post-nuke-users] Question about banners > hey, I found the solution: last CVS file helps! > enjoy it > > Tomas > ----- Original Message ----- > From: Scott Isaacson > To: pos...@li... > Sent: Saturday, September 01, 2001 5:22 AM > Subject: Re: [Post-nuke-users] Question about banners > > > Still getting the same error. > ----- Original Message ----- > From: Damien Tanner > To: Scott Isaacson > Sent: Friday, August 31, 2001 5:53 PM > Subject: Re: [Post-nuke-users] Question about banners > > > Just looking at the banners code it may have just been some simple SQL > error. Try this file and see what you get :) > > dctanner. > ----- Original Message ----- > From: Scott Isaacson > To: Damien Tanner > Sent: Friday, August 31, 2001 10:02 PM > Subject: Re: [Post-nuke-users] Question about banners > > > thanks for the response! I'm using PostNuke .62. > I'm not crazy about using the PHPNuke file, maybe I'll just wait 'till .63. > I'm just glad to hear that I'm not missing anything in my setup. > > Scott. > ----- Original Message ----- > From: Damien Tanner > To: Scott Isaacson > Sent: Friday, August 31, 2001 3:38 PM > Subject: Re: [Post-nuke-users] Question about banners > > > Hi, > > It seems like there is a problem with the banners table in MySQL. I'm not > sure of the current state of the banners admin. What version are you using? > > dctanner. > ----- Original Message ----- > From: Scott Isaacson > To: pos...@li... > Sent: Friday, August 31, 2001 5:59 PM > Subject: [Post-nuke-users] Question about banners > > > Hello! I'm totally new to postnuke and PHP but am setting up postnuke to > give myself a little education. I have lots experience with java and JSP > and have decided to to learn PHP. > > My question is an error I am getting after clicking on a banner on my site. > Here is the error: > > > Warning: Supplied argument is not a valid MySQL result resource in > /crap_deleted/banners.php on line 100 > > Warning: Supplied argument is not a valid MySQL result resource in > /crap_deleted/public_html/banners.php on line 102 > > Warning: Cannot add header information - headers already sent by (output > started at /Crap_deleted/public_html/banners.php:100) in > /CRAP_DELETED/banners.php on line 103 > > Is this a problem that's been seen before or misconfiguration on my part > (something I consider likely)? > > Also, are there any developer docs/software specs/archives of mail list > messages anywhere? > > thanks to all, > > Scott Isaacson > > > |