Welcome, Guest. Please Login or Register.
August 30, 2025, 05:40:03 PM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  English User Help  |  English Help  |  Does Anyone know what this means? « previous next »
Pages: [1] 2 Reply Ignore Print
Author Topic: Does Anyone know what this means?  (Read 527 times)
Boom
Noobie
*
Posts: 18


SysOp

jimmy_beltran@msn.com WWW
Does Anyone know what this means?
« on: April 30, 2002, 10:06:41 PM »
Reply with quote

2: Supplied argument is not a valid MySQL result resource
(/home/boom/nonameclan-www/yabbse/Sources/Post.php ln 744)

Does anyone have an answer for this? None of the solutions in this forum work. I could really use some help with this, please please please!
Logged
andrea
Global Moderator
YaBB God
*****
Posts: 4400


Peace on Earth

WWW
Re:Does Anyone know what this means?
« Reply #1 on: April 30, 2002, 10:14:09 PM »
Reply with quote

Did you not post the same problem in another board?

You should provide more informations:
- link to your board
- phpinfo
Logged

Boom
Noobie
*
Posts: 18


SysOp

jimmy_beltran@msn.com WWW
Re:Does Anyone know what this means?
« Reply #2 on: May 01, 2002, 01:06:02 AM »
Reply with quote

Andrea, my previous post on another board was related to the conversion process. I was able to accomplish that successfully.

My current problem is related to any new posts. I am running PHP 4.01 and MySql ver 10.8 Dist 3.23.21-beta

My url is www.nonameclan.com/yabbse/index.php

any information you can pass along to me would be sincerely appreciated.
« Last Edit: May 14, 2002, 04:34:07 PM by Boom » Logged
Mach8
Sweetie
Beta Tester
YaBB God
*****
Posts: 1218


ICQ - 339855961
Re:Does Anyone know what this means?
« Reply #3 on: May 01, 2002, 06:34:03 AM »
Reply with quote

On the download page it states the minimum version of PHP that is supported by YaBB SE is 4.04, you are using 4.01 - if you have the ability to upgrade it, I recommend doing that, it may make your problems go away. If not, ask your host to upgrade. I think this is your problem.
Logged
andrea
Global Moderator
YaBB God
*****
Posts: 4400


Peace on Earth

WWW
Re:Does Anyone know what this means?
« Reply #4 on: May 01, 2002, 08:39:29 AM »
Reply with quote

Mach8 is probably right. Just logged in and made some test posts. Your board seems to have a problem redirecting to the boardindex after adding new posts. Reminds me strongly of leycos/tripod problems. Are you hosted on a paid host or own server?

IM's seem to work fine. No error after posting a new IM.

But you seem to have other problems, too. At least you cannot enter the amin menu (browser hangs if you try).
Logged

andrea
Global Moderator
YaBB God
*****
Posts: 4400


Peace on Earth

WWW
Re:Does Anyone know what this means?
« Reply #5 on: May 01, 2002, 09:05:18 AM »
Reply with quote

Just discovered a similar thread that might be interesting for you, please read this, too:
http://www.yabb.info/community/index.php?board=140;action=display;threadid=7658
Logged

Boom
Noobie
*
Posts: 18


SysOp

jimmy_beltran@msn.com WWW
Re:Does Anyone know what this means?
« Reply #6 on: May 01, 2002, 12:45:58 PM »
Reply with quote

Thank you Andrea and Mach8 for taking time to review my problem. I spoke with my Web Host and they will upgrade the current version of PHP to 4.1.2 for me and it should be completed within 1 week.

Andrea, I also tried to change the code as per your suggestion in the thread you pointed out to me, but it did not work.

I will keep you posted if the PHP upgrade does not work, please keep your fingers crossed for me.
Logged
andrea
Global Moderator
YaBB God
*****
Posts: 4400


Peace on Earth

WWW
Re:Does Anyone know what this means?
« Reply #7 on: May 01, 2002, 03:28:11 PM »
Reply with quote

In the meanwhile I would recommend you to change your Admin password. You can give it again in a week if necessary.
Logged

Boom
Noobie
*
Posts: 18


SysOp

jimmy_beltran@msn.com WWW
Re:Does Anyone know what this means?
« Reply #8 on: May 05, 2002, 05:01:00 PM »
Reply with quote

My Web Host has upgraded the PHP to ver 4.1.2 so I reinstalled YABBSE. I also converted my old board Yabb Gold over. Unfortunately I am still getting the same errors,  no change at all.

http://www.nonameclan.com/index.php

Can someone take a close look at this and perhaps point me int the correct direction to get this resolved? Many thanks in advance,....
« Last Edit: May 14, 2002, 04:34:45 PM by Boom » Logged
Jeff Lewis
Global Moderator
YaBB God
*****
Posts: 10149


I'm a llama!

WWW
Re:Does Anyone know what this means?
« Reply #9 on: May 06, 2002, 01:04:07 PM »
Reply with quote

The issue is this query on 742.

$members = mysql_query("SELECT emailAddress, notifyOnce, memberName FROM {$db_prefix}members WHERE ID_MEMBER IN ($row[0]) && emailAddress!='' && memberName!='$username'");

Yours may look different though, do you think you could post it for us?
Logged

Boom
Noobie
*
Posts: 18


SysOp

jimmy_beltran@msn.com WWW
Re:Does Anyone know what this means?
« Reply #10 on: May 06, 2002, 10:52:16 PM »
Reply with quote

Here is one of the errors.

An Error Has Occurred!

2: Supplied argument is not a valid MySQL result resource
(/home/boom/nonameclan-www/yabbse/Sources/Post.php ln 744)
 
I also get another error when I click on the admin button, go to misc and select Detailed Version Check, it displays an error message:
 
 The page cannot be displayed

I also get a slew of messages when I click on the HTML Validator on the bottom of the page, I cannot display them here because it is too long, but if you run the validator it will show you  few outstandning issues with the template.
Logged
Boom
Noobie
*
Posts: 18


SysOp

jimmy_beltran@msn.com WWW
Re:Does Anyone know what this means?
« Reply #11 on: May 07, 2002, 03:01:49 PM »
Reply with quote

*Bump* Did I forget to include something you where looking for? Please advise soonest,...
Logged
Jeff Lewis
Global Moderator
YaBB God
*****
Posts: 10149


I'm a llama!

WWW
Re:Does Anyone know what this means?
« Reply #12 on: May 07, 2002, 06:50:57 PM »
Reply with quote

Yes, I posted a line of code, then asked yo to post it but you gave me the error.

Send me your Post.php if you must...
Logged

Boom
Noobie
*
Posts: 18


SysOp

jimmy_beltran@msn.com WWW
Re:Does Anyone know what this means?
« Reply #13 on: May 08, 2002, 02:36:40 PM »
Reply with quote

OK I understand what you wanted now, here is line 742, from what I can see it's the same as the line you posted

   $members = mysql_query("SELECT emailAddress, notifyOnce, memberName FROM {$db_prefix}members WHERE ID_MEMBER IN ($row[0]) && emailAddress!='' && memberName!='$username'");
Logged
Jeff Lewis
Global Moderator
YaBB God
*****
Posts: 10149


I'm a llama!

WWW
Re:Does Anyone know what this means?
« Reply #14 on: May 08, 2002, 03:33:46 PM »
Reply with quote

Right after that line enter this:

echo "Error: ".mysql_error();

That will tell you what the exact error is so we can fix it...
Logged

Pages: [1] 2 Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  Does Anyone know what this means? « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.017 seconds with 16 queries.