Results 1 to 2 of 2

Thread: Blog Error in Dolphin 5.5

  1. #1

    Join Date
    Jan 2006
    Posts
    48

    Default Blog Error in Dolphin 5.5

    Hello,

    When I post into my blog I get an database error:

    HTML Code:
    Error in /blog.php: Column 'IP' in field list is ambiguous
    Query: '
    SELECT 
    `commentID`,
    `blogID`,
    `senderID`,
    `commentText`,
    `replyTo`,
    `IP`,
    DATE_FORMAT(`date`, '%d-%m-%y %H:%i') AS date,
    `Profiles`.`ID`,
    `Profiles`.`NickName`
    
    FROM
    `BlogComments`
    INNER JOIN `Profiles` ON `Profiles`.`ID` = `BlogComments`.`senderID`
    WHERE
    `blogID` = '1'
    ORDER BY `replyTo`, `date` DESC
    '

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

    Default

    Hello

    General untested comment follows:

    Column IP in field list is ambiguous because probably the IP fields exists in more than one table which is queried in ther statement. You should put the name of the table first and then your field name. For example:

    BlogComments.IP

    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. Replies: 6
    Last Post: 05-04-2010, 03:47 PM
  2. Blog bug
    By silverado350 in forum Bugs Dolphin 6.1.4
    Replies: 1
    Last Post: 01-06-2009, 09:35 AM
  3. Blog & Blog Post Editing/Deleting Not Happening
    By codejungle in forum Dolphin General Discussion v6.00 and above
    Replies: 1
    Last Post: 09-09-2008, 01:47 PM
  4. dolphin custom menu blog link for profile
    By treedguy in forum Blog / Guestbook
    Replies: 0
    Last Post: 04-17-2007, 07:41 AM
  5. Replies: 0
    Last Post: 03-26-2007, 02:35 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
  •