| Author |
Message |
GMPrometheus
Private


Joined: Jan 30, 2003
Posts: 35
Location: USA
|
Posted:
Thu Jan 30, 2003 5:50 am |
  |
Greetings,
I am unsure if this has been posted before but here are a few errors that I get after installing v6.5 beta 6..
my site is: http://www.uhws.net/index.php
MYSql errors:
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/uhws/www/www/analyze.php on line 189
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/uhws/www/www/analyze.php on line 192
Also, when I access the forums on my site it tries to download the files instead of opening up that perticular page... I did not make any changes to the forums other than the naming of it... |
|
|
   |
 |
ArtificialIntel

Joined: Jan 31, 2004
Posts: -88
|
Posted:
Thu Jan 30, 2003 5:57 am |
  |
have you applied Fix Pack 3? if not, do so.
ArtificialIntel |
|
|
   |
 |
Guest

|
Posted:
Thu Jan 30, 2003 4:37 pm |
  |
Thank you for your quick response, but after rerunning the Fix Pack 3 I still have the following errors...
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/uhws/www/www/analyze.php on line 189
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/uhws/www/www/analyze.php on line 192
Regards, |
|
|
 |
 |
ArtificialIntel

Joined: Jan 31, 2004
Posts: -88
|
Posted:
Thu Jan 30, 2003 4:40 pm |
  |
check the $dbtype in config.php and make sure you've got the correct one. It's case sensitive, so make sure that's right too. Also check the $dbuname and $dbpass to make sure you've got those set as the database username and password |
|
|
   |
 |
GMPrometheus
Private


Joined: Jan 30, 2003
Posts: 35
Location: USA
|
Posted:
Thu Jan 30, 2003 5:04 pm |
  |
I have checked and rechecked the config.php... All is as it should be... |
|
|
   |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Thu Jan 30, 2003 8:55 pm |
  |
Can you link us to the analyzer? |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
GMPrometheus
Private


Joined: Jan 30, 2003
Posts: 35
Location: USA
|
Posted:
Thu Jan 30, 2003 9:26 pm |
  |
I have decided to just clean out the entier site and start from scratch... This time I placed all the modifications into their proper folders/directories before uploading. Hopefully this will correct any of the issues that I have been having...
If you think that doing the mod's first is not the way to go let me know and I will do it again.. It is only time but such is life...
Regards, |
|
|
   |
 |
chatserv
General


Joined: Jan 12, 2003
Posts: 3128
Location: Puerto Rico
|
Posted:
Thu Jan 30, 2003 9:32 pm |
  |
If you upload the fixes first, nuke will overwrite them when you upload it, do it the other way around. |
_________________ Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources |
|
    |
 |
GMPrometheus
Private


Joined: Jan 30, 2003
Posts: 35
Location: USA
|
Posted:
Thu Jan 30, 2003 9:45 pm |
  |
Greetings,
I finished the re-upload and I am still getting the same problem... I did re-upload the fixes and that did not fix it... Below is the path to my analyze...
http://www.uhws.net/analyze.php
Regards, |
|
|
   |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Thu Jan 30, 2003 11:05 pm |
  |
Hi, can you grab 1.62? The new release introduces a new table that is key in diagnosing. |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
GMPrometheus
Private


Joined: Jan 30, 2003
Posts: 35
Location: USA
|
Posted:
Fri Jan 31, 2003 7:44 am |
  |
Greetings,
I just grabbed it and installed it... Here is the link...
http://www.uhws.net/analyze.php
btw.. the download says that it is still v1.60 but when ran it does say v1.62..
I look forward to your feedback.
Regards, |
|
|
   |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Fri Jan 31, 2003 10:37 am |
  |
| GMPrometheus wrote: |
Also, when I access the forums on my site it tries to download the files instead of opening up that perticular page... I did not make any changes to the forums other than the naming of it... |
Doh, I missed this part. Check gzip_compression in your nuke_bbconfig table. Make sure it is set to 0. |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Fri Jan 31, 2003 10:40 am |
  |
Also you are missing the nuke_main table. Thats why the two error messages in analyze. |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
GMPrometheus
Private


Joined: Jan 30, 2003
Posts: 35
Location: USA
|
Posted:
Fri Jan 31, 2003 10:52 am |
  |
Once again, thank you for the quick and professional help.
I have verified that the gzip is set to 0.
As for adding the main table, do you have any suggestions? I will search the site again... Possibly redo MySQL install?
Regards,
Prometheus |
|
|
   |
 |
chatserv
General


Joined: Jan 12, 2003
Posts: 3128
Location: Puerto Rico
|
Posted:
Fri Jan 31, 2003 11:17 am |
  |
| Code: |
CREATE TABLE nuke_main (
main_module varchar(255) NOT NULL default ''
) TYPE=MyISAM;
INSERT INTO nuke_main VALUES ('News'); |
|
_________________ Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources |
|
    |
 |
|
|