| Author |
Message |
mirciu
Nuke Cadet


Joined: Jul 20, 2003
Posts: 8
|
Posted:
Wed Jul 23, 2003 1:21 pm |
  |
Hi,
I've upgraded to Nuke 6.8 from 6.7 and ever since I have the following warning in "Download" module >>>>
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in c:\program files\apache group\apache\htdocs\includes\sql_layer.php on line 238
Address is: http://mirciu.rr.nu/index.php
Any help would be greatly appreciated.
Thank you. |
|
|
   |
 |
Raven
General


Joined: Mar 22, 2003
Posts: 5233
Location: USA
|
Posted:
Wed Jul 23, 2003 1:41 pm |
  |
Read the welcome announcement for how to set SQL DEBUG on. That will tell you what sql statement is causing this. Did you run the 6.7-6.8 upgrade script? |
_________________ Those who hear not the music think the dancers mad.
Raven Web Hosting|My Scripts & Stuff |
|
    |
 |
mirciu
Nuke Cadet


Joined: Jul 20, 2003
Posts: 8
|
Posted:
Wed Jul 23, 2003 2:01 pm |
  |
Thanks.
Yes, I did run the upgrade67-68.php to begin with. Seeing that the warning was still there, I did a new install too.
- I've read the anouncement and I did a debug but I'm not sure what statement I'm looking for.
This is the query under each download >>> SQL query: SELECT adminid FROM nuke_downloads_editorials WHERE downloadid=7
Unfortunately it doesn't tell me anything. |
|
|
   |
 |
Raven
General


Joined: Mar 22, 2003
Posts: 5233
Location: USA
|
Posted:
Wed Jul 23, 2003 2:03 pm |
  |
|
    |
 |
Raven
General


Joined: Mar 22, 2003
Posts: 5233
Location: USA
|
Posted:
Wed Jul 23, 2003 2:05 pm |
  |
| Quote: |
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in c:\program files\apache group\apache\htdocs\modules\WhereBisDu\wbdtrack.php on line 79
|
This one is a definite problem! |
_________________ Those who hear not the music think the dancers mad.
Raven Web Hosting|My Scripts & Stuff |
|
    |
 |
mirciu
Nuke Cadet


Joined: Jul 20, 2003
Posts: 8
|
Posted:
Wed Jul 23, 2003 2:33 pm |
  |
I fixed the one you've found.
The others are still there. And the query was the one I pointed out earlier.
I've given access to downloads now if you want to see ...
Thanks anyway. |
|
|
   |
 |
Raven
General


Joined: Mar 22, 2003
Posts: 5233
Location: USA
|
Posted:
Wed Jul 23, 2003 2:47 pm |
  |
I was only able to get into the Download link 1 time and I saw no errors. I tried again and I got a 404, it timed out. |
_________________ Those who hear not the music think the dancers mad.
Raven Web Hosting|My Scripts & Stuff |
|
    |
 |
mirciu
Nuke Cadet


Joined: Jul 20, 2003
Posts: 8
|
Posted:
Wed Jul 23, 2003 2:59 pm |
  |
You have to go into one of the categories. The warnings are still there.
By the way the engine on my MySQL is "4.0.13-max-debug".
Do you think that may have something to do with it?
Mirciu' |
|
|
   |
 |
Raven
General


Joined: Mar 22, 2003
Posts: 5233
Location: USA
|
Posted:
Wed Jul 23, 2003 3:18 pm |
  |
|
    |
 |
mirciu
Nuke Cadet


Joined: Jul 20, 2003
Posts: 8
|
Posted:
Wed Jul 23, 2003 3:26 pm |
  |
|
   |
 |
Raven
General


Joined: Mar 22, 2003
Posts: 5233
Location: USA
|
Posted:
Wed Jul 23, 2003 3:34 pm |
  |
SELECT adminid FROM nuke_downloads_editorials WHERE downloadid=2
Either the column adminid does not exist in the table nuke_downloads_editorials
or the table does not exist
or there is no downloadid=2
Take that statement, use phpMyAdmin and select your nuke database. Then select the SQL tab and paste that statement in it. You should get the answer to the question then. |
_________________ Those who hear not the music think the dancers mad.
Raven Web Hosting|My Scripts & Stuff |
|
    |
 |
mirciu
Nuke Cadet


Joined: Jul 20, 2003
Posts: 8
|
Posted:
Wed Jul 23, 2003 3:40 pm |
  |
|
   |
 |
mirciu
Nuke Cadet


Joined: Jul 20, 2003
Posts: 8
|
Posted:
Wed Jul 23, 2003 4:03 pm |
  |
That worked!
Thank you very much for your help.
Regards,
Mirciu' |
|
|
   |
 |
Raven
General


Joined: Mar 22, 2003
Posts: 5233
Location: USA
|
Posted:
Wed Jul 23, 2003 4:06 pm |
  |
|
    |
 |
mirciu
Nuke Cadet


Joined: Jul 20, 2003
Posts: 8
|
Posted:
Wed Jul 23, 2003 4:15 pm |
  |
It seems that I lost a few tables when I upgraded to Nuke 6.8.
The same problem in in Forums. |
|
|
   |
 |
|
|