Author Topic: strenge comment problem  (Read 3469 times)

0 Members and 1 Guest are viewing this topic.

Offline terryjianlin

  • Jr. Member
  • **
  • Posts: 67
    • View Profile
    • http://www.2ufj.com
strenge comment problem
« on: June 17, 2005, 05:49:22 AM »
when I try to post a comment, it will come out with two same message at one time. and this is the error message
Quote
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /hsphere/local/home/terryjia/2ufj.com/includes/db_mysql.php on line 92


Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: strenge comment problem
« Reply #1 on: June 17, 2005, 05:51:27 AM »
did u modify details.php ?
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline terryjianlin

  • Jr. Member
  • **
  • Posts: 67
    • View Profile
    • http://www.2ufj.com
Re: strenge comment problem
« Reply #2 on: June 17, 2005, 07:11:33 AM »
yes, I did. but can't remember where and what that I edit.
I will double check my script!  thanks v@no.

Offline terryjianlin

  • Jr. Member
  • **
  • Posts: 67
    • View Profile
    • http://www.2ufj.com
Re: strenge comment problem
« Reply #3 on: June 17, 2005, 07:25:43 AM »
Once again! V@no, you are right!
I did add a line into  the bottom of  SAVE COMMENT section. which is
Quote
include(ROOT_PATH.'preview_photo.php');
:lol:
 So , I command it out, the problem is gone now!