Closed Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11

Thread: Dolhin 6.0 Beta Database query error!

  1. #1
    dfred
    Guest

    Default Dolhin 6.0 Beta Database query error!

    Dolphin 6.0 Beta Release

    I get the following error message when I try to upload a group picture. Did anyone has the same?


    Database query error
    Query:
    SELECT `Groups`.*, `GroupsCateg`.`Name` AS `categName`, COUNT( `GroupsMembers`.`memberID` ) AS `membersCount`, `Groups`.`thumb`, `GroupsGallery`.`ext` AS `thumbExt`, `GroupsGallery`.`seed` FROM `Groups`,`GroupsCateg` LEFT JOIN `GroupsGallery` ON `Groups`.`thumb` = `GroupsGallery`.`ID` LEFT JOIN `GroupsMembers` ON `GroupsMembers`.`groupID` = 1 AND `GroupsMembers`.`status` = 'Active' WHERE `Groups`.`ID` = 1 AND `GroupsCateg`.`ID` = `Groups`.`categID` GROUP BY `Groups`.`ID`
    Mysql error:
    Unknown column 'Groups.thumb' in 'on clause'
    Found error in file
    /home/iblog3/public_html/comm1/inc/groups.inc.php
    at line 167.
    Tried to call db_assoc_arr function with erroneous parameter #0


    Debug backtrace:

    Array
    (
    [1] => Array
    (
    [file] => /home/iblog3/public_html/comm1/inc/db.inc.php
    [line] => 119
    [function] => db_res
    [args] => Array
    (
    [0] =>
    SELECT
    `Groups`.*,
    `GroupsCateg`.`Name` AS `categName`,
    COUNT( `GroupsMembers`.`memberID` ) AS `membersCount`,
    `Groups`.`thumb`,
    `GroupsGallery`.`ext` AS `thumbExt`,
    `GroupsGallery`.`seed`
    FROM `Groups`,`GroupsCateg`
    LEFT JOIN `GroupsGallery`
    ON `Groups`.`thumb` = `GroupsGallery`.`ID`
    LEFT JOIN `GroupsMembers`
    ON
    `GroupsMembers`.`groupID` = 1 AND
    `GroupsMembers`.`status` = 'Active'
    WHERE
    `Groups`.`ID` = 1 AND
    `GroupsCateg`.`ID` = `Groups`.`categID`
    GROUP BY `Groups`.`ID`

    [1] => 1
    )

    )

    [2] => Array
    (
    [file] => /home/iblog3/public_html/comm1/inc/groups.inc.php
    [line] => 167
    [function] => db_assoc_arr
    [args] => Array
    (
    [0] =>
    SELECT
    `Groups`.*,
    `GroupsCateg`.`Name` AS `categName`,
    COUNT( `GroupsMembers`.`memberID` ) AS `membersCount`,
    `Groups`.`thumb`,
    `GroupsGallery`.`ext` AS `thumbExt`,
    `GroupsGallery`.`seed`
    FROM `Groups`,`GroupsCateg`
    LEFT JOIN `GroupsGallery`
    ON `Groups`.`thumb` = `GroupsGallery`.`ID`
    LEFT JOIN `GroupsMembers`
    ON
    `GroupsMembers`.`groupID` = 1 AND
    `GroupsMembers`.`status` = 'Active'
    WHERE
    `Groups`.`ID` = 1 AND
    `GroupsCateg`.`ID` = `Groups`.`categID`
    GROUP BY `Groups`.`ID`

    )

    )

    [3] => Array
    (
    [file] => /home/iblog3/public_html/comm1/group.php
    [line] => 57
    [function] => getgroupinfo
    [args] => Array
    (
    [0] => 1
    )

    )

    )

  2. #2
    valentino
    Guest

    Default bugs

    Same here,

    Happens when going to the homepage and join page and adding new profiles from admin...anyone solution??
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiTweet this Post!

  3. #3
    BAVARAC
    Guest

    Default

    When i want to the upgrade NEW boonex patch i get this error too

    WHEN i want start upgrade.php i get this QUERY ERROR :s
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiTweet this Post!

  4. #4
    valentino
    Guest

    Default Solution

    Anyone a solution for this problem? Smoge...?

    Query:
    SELECT MAX( FLOOR( `join_page` / 1000 ) ) FROM `ProfilesDesc` WHERE `visible` & 2 AND (FIND_IN_SET('0',`show_on_page`) OR FIND_IN_SET('3',`show_on_page`))

    Mysql error:
    Illegal mix of collations (latin1_swedish_ci,COERCIBLE) and (utf8_general_ci,IMPLICIT) for operation 'find_in_set'
    Last edited by valentino; 09-09-2007 at 09:27 AM. Reason: update
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiTweet this Post!

  5. #5
    mark
    Guest

    Post dolphin 6.0.1 patch error -- Illegal mix of collations

    dolphin 6.0.1 patch error -- Illegal mix of collations

    Fixed :

    Edit inc/db.inc.php -- function db_res, somewhere in line #104 comment this :

    //mysql_query( "SET NAMES 'utf8'" );
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiTweet this Post!

  6. #6
    valentino
    Guest

    Default group error

    Warning: file_get_contents(http://www.lovefor2.nl/dating/groups...ass=&trans=1): failed to open stream: HTTP request failed! �����Z|I�-A in /var/www/vhosts/lovefor2.nl/httpdocs/dating/group.php on line 245


    i get this on top of the page and the layout shiftst to the left.
    I guess it has to do with ray?
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiTweet this Post!

  7. #7
    BAVARAC
    Guest

    Default

    when i type www.mysite.com/upgrade.php i get this message

    "Error
    Database query error"

    Again ... why??
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiTweet this Post!

  8. #8
    mark
    Guest

    Post dolphin 6.0.1 patch error -- Illegal mix of collations

    Quote Originally Posted by BAVARAC View Post
    when i type www.mysite.com/upgrade.php i get this message

    "Error
    Database query error"

    Again ... why??

    go here : Dolhin 6.0 Beta Database query error!
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiTweet this Post!

  9. #9
    BAVARAC
    Guest

    Default

    Yes and ...??

    I read this ... change ... and error show again ... :S:S:S
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiTweet this Post!

  10. #10
    mark
    Guest

    Post

    Quote Originally Posted by BAVARAC View Post
    Yes and ...??

    I read this ... change ... and error show again ... :S:S:S

    I think the only thing you need to do now is start from the beginning or get back to the instruction check if you did it right.

    instruction to fix it :
    Dolhin 6.0 Beta Database query error!


    Have fun!!!
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiTweet this Post!

Closed Thread
Page 1 of 2 1 2 LastLast

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. Database query error in join
    By bara.munchies in forum General Troubleshooting
    Replies: 2
    Last Post: 06-14-2010, 09:29 AM
  2. Database query error
    By snobearak in forum Dolphin General Discussion v6.00 and above
    Replies: 13
    Last Post: 09-24-2008, 10:10 PM
  3. Join - Database query error
    By merageeth in forum General Troubleshooting
    Replies: 3
    Last Post: 03-27-2008, 09:43 AM
  4. Admin Login.. Database Query Error???
    By cantholdback in forum General Troubleshooting
    Replies: 3
    Last Post: 02-14-2008, 12:27 AM
  5. Paypal checkout database query error dolphin 6.0.2
    By Baalfyre in forum Payment Processing
    Replies: 4
    Last Post: 10-03-2007, 04:32 PM

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