Results 1 to 4 of 4

Thread: Orca Error

  1. #1
    BodyMen's Avatar
    Join Date
    Sep 2006
    Posts
    31

    Default Orca Error

    Hi,

    Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/bodymen/public_html/date/orca/classes/BxDb.php on line 199


    I got this error when i'm Aministrator Panel - Manage Orca.


    Need help please.

  2. #2
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    BodyMen's error was in the Orca included in 5.6.2, using MYSQL 5.0.27

    We got rid of this error by disable of mysql_pconnect()

    But - another error popped up...

    Code:
    QUERY: SELECT DATE_FORMAT(FROM_UNIXTIME(tp.`when`),'%H:%i') AS `when`, tp.`when` AS `ts`, `user`, `post_id`, LEFT(`post_text`, 128) AS `post_text`, tt.`topic_id`, `topic_title`, tf.`forum_id`, `forum_title`, tc.`cat_id`, `cat_name` FROM `pre_forum_post` AS tp INNER JOIN `pre_forum_topic` AS tt USING(`topic_id`) INNER JOIN `pre_forum` AS tf USING(`forum_id`) INNER JOIN `pre_forum_cat` AS tc USING(`cat_id`) WHERE 1 ORDER BY tp.`when` DESC LIMIT 10
    SQL ERROR: Column 'forum_id' in from clause is ambiguous
    RESULT #
    MYSQL VERSION:5.0.27-standard
    see: http://bugs.mysql.com/bug.php?id=21576
    see: http://bugs.mysql.com/bug.php?id=25575

    Noted in 5.0.36, 5.1.16 changelogs.

    An error in the name resolution of nested JOIN ... USING constructs
    was corrected.

    You are running MYSQL 5.0.27 - suggest upgrading to something higher than 5.0.36

    Smoge

    edited: said PHP when I wanted to say MySQL
    Last edited by Smoge; 02-23-2007 at 12:07 AM.
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  3. #3

    Join Date
    Jul 2005
    Posts
    14

    Default Found this

    Maybe your problem can be this

    http://www.expertzzz.com/Wiki/home/309/

    Niels

  4. #4
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    Here is a similar post on ModMySite which may be more helpful:

    Help with orca?

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Orca Error
    By briank in forum Orca Interactive Forum Script
    Replies: 1
    Last Post: 02-14-2008, 09:24 PM
  2. getting error with orca forum
    By ibiotech in forum Orca Interactive Forum Script
    Replies: 1
    Last Post: 11-16-2007, 03:00 PM
  3. Another Orca Error
    By ErisPhobos in forum Bugs Dolphin 5.6.4
    Replies: 1
    Last Post: 04-21-2007, 07:30 AM
  4. orca error dolphin v5.6.4.
    By denli in forum General Troubleshooting
    Replies: 0
    Last Post: 04-16-2007, 09:31 AM
  5. Another error in Orca
    By Radio_Guy in forum Orca Interactive Forum Script
    Replies: 2
    Last Post: 03-22-2007, 05:57 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •