Dolphin Help!!

Status
Not open for further replies.

jivzone

New Member
Messages
53
Reaction score
0
Points
0
Hi
I have a social networking site installed on my web space. The script i use is called Dolphin. I was emailed an error from my script to do with the SQL. Can ssomeone please help me.

Code:
  Database error in jivZone
  Query:
  SELECT `ID`,`NickName` FROM `Profiles` WHERE  `NickName` = '',%20'after'%20=%3E%20''
   
  Mysql error:
  You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '%20'after'%20=%3E%20''' at line 1
   
  Found error in file /home/jivzone/public_html/rewrite_name.php
  at line 64. Called db_arr function 
  with erroneous argument #0
   
  Debug backtrace:
  Array
  (
      [1] => Array
          (
              [file] => /home/jivzone/public_html/inc/db.inc.php
              [line] => 115
              [function] => db_res
              [args] => Array
                  (
                      [0] => SELECT `ID`,`NickName` FROM `Profiles` WHERE  `NickName` = '',%20'after'%20=%3E%20''
                      [1] => 1
                  )
   
          )
   
      [2] => Array
          (
              [file] => /home/jivzone/public_html/rewrite_name.php
              [line] => 64
              [function] => db_arr
              [args] => Array
                  (
                      [0] => SELECT `ID`,`NickName` FROM `Profiles` WHERE  `NickName` = '',%20'after'%20=%3E%20''
                  )
   
          )
   
  )
   
   
  Called script: /rewrite_name.php
   
  Request parameters:
  Array
  (
      [SMFCookie463] => a:4:{i:0;s:1:\"1\";i:1;s:40:\"3cbcc36465f15d375f7d005e46f773fbfa02b81c\";i:2;i:1192834051;i:3;i:1;}
      [jivZoneForum] => a:4:{i:0;s:1:\"1\";i:1;s:40:\"3cbcc36465f15d375f7d005e46f773fbfa02b81c\";i:2;i:1192836143;i:3;i:1;}
      [logintheme] => cpanel
      [cprelogin] => no
      [cpsession] => jEDFTHBY1gGbVkFd_cFqhKTglbdyQeKh6cLW1XplM3BF79FoZi0aiO7niDovF26G
      [langedit] => 
      [lang] => 
      [PHPSESSID] => 295950a8513644889d0ddd03efa8a9ee
  )
   
   
  --
  [FONT=&quot]Auto-report system[/FONT]
Thanks
 

jivzone

New Member
Messages
53
Reaction score
0
Points
0
I HAVE SOLVED THE ISSUE PLEASE CLOSE THIS THREAD
 
Last edited by a moderator:
Status
Not open for further replies.
Top