Discuss how to promote your LBS site at webmaster forum, Temi - Hosting eCommerce Software blog. SEO, web development strategy discussions.
Very Naughty Dating UK
Results 1 to 5 of 5

Thread: New Bid Management Bug

  1. #1
    Join Date
    Oct 2007
    Posts
    45
    Downloads
    23
    Uploads
    0

    Exclamation New Bid Management Bug

    If you go in to the Bid Management Screen. The screen must be blank, with no bids in que. Press the edit button and you get MySQL errors galore.

  2. #2
    Join Date
    Mar 2008
    Posts
    34
    Downloads
    35
    Uploads
    0

    Default

    yes same error here

  3. #3
    Join Date
    Jan 2006
    Posts
    76
    Downloads
    8
    Uploads
    0

    Default

    Could you please send me your access details for the website, on PM ?

    I would like to investigate on your matter.

    Thanks,
    Dks.

  4. #4
    dsims Guest

    Lightbulb try this

    open up your manage_bid.php file
    replace this
    Code:
    <td><span class="style80">Delete</span></td>
                    <td class="style80">New Bid </td>
                  </tr>
                  <?php do { ?>
    with this
    Code:
    <td><span class="style80">Delete</span></td>
                    <td class="style80">New Bid </td>
                  </tr>
                  <?php if (empty($row_BIDLIST['dtu'])){
                  echo '<tr class="tr_bottom"><th colspan="11" align="center">youcurrently have no bids</th></tr>';
                  }else {
                  
                do { ?>
    and then go down and replace this
    Code:
     <?php } while ($row_BIDLIST = mysql_fetch_assoc($BIDLIST)); ?>
    with this
    Code:
     <?php } while ($row_BIDLIST = mysql_fetch_assoc($BIDLIST));} ?>
    notice the curly bracket at the end of the while that will end the if..else statement. the only error I got was one line saying that i had an sql statement error and I replaced <> with <=> also. You will also notice that n your manage listings that the same error will occur if you do not have any links

  5. #5
    Join Date
    Jul 2011
    Posts
    24
    Downloads
    5
    Uploads
    0

    Default

    great, but WHICH version is this FOR??????????????????

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
  •