Page 19 of 74 FirstFirst ... 917181920212969 ... LastLast
Results 181 to 190 of 740
  1. #181
    Join Date
    Mar 2008
    Posts
    63
    Plugin Contributions
    1

    Default Re: Auction Product Type

    Quote Originally Posted by gonewild View Post
    } ?> is missing from line470 in /collect_info.php


    I am really sorry about that folks... I have no idea how the line got trimmed from my library copy of the code.

    Here is the "official" fix

    Module: admin/includes/modules/product_auction/collect_info.php


    There is a line MISSING after line 474:
    } ?>







    current BAD code at line 474:
    echo zen_draw_textarea_field('products_description[' . $languages[$i]['id'] . ']', 'soft', '100%', '20', (isset($products_description[$languages[$i]['id']])) ? stripslashes($products_description[$languages[$i]['id']]) : zen_get_products_description($pInfo->products_id, $languages[$i]['id'])); //,'id="'.'products_description' . $languages[$i]['id'] . '"');
    </td>

    Correct code at line 474:
    echo zen_draw_textarea_field('products_description[' . $languages[$i]['id'] . ']', 'soft', '100%', '20', (isset($products_description[$languages[$i]['id']])) ? stripslashes($products_description[$languages[$i]['id']]) : zen_get_products_description($pInfo->products_id, $languages[$i]['id'])); //,'id="'.'products_description' . $languages[$i]['id'] . '"');
    } ?>
    </td>



    Again my apologies....

    I will upload 99.a today

    AHB

  2. #182
    Join Date
    Mar 2008
    Posts
    63
    Plugin Contributions
    1

    Default Re: Auction Product Type

    Quote Originally Posted by ben harry View Post
    I have managed to get this to work now, but i now get the following error when i go the the installed product.

    Do you know what it can be.


    1146 Table 'corbeau_shop.TABLE_PRODUCT_AUCTION_EXTRA' doesn't exist
    ...
    That means that the SQL patch didnt install or at least some of it didnt install.

    If you run the uninstall SQL code in the 99a bundle it should back all the SQL changes for the mod out. You might get errors (like if it tries to delete a table that isnt there) but that is OK.

    THEN reinstall the SQL patches via the SQL Patch tool off the admin screen.

    If you get errors saying you dont have permission to run the patch.php file, you have issues with the zen-cart installation in general and that is beyond the topic of this forum thread to resolve.

    If you cannot write to the DB tables, then you might not have RW permission for the DB user you are using to access the zen-cart tables (also beyond the scope of this forum thread).

    The server error was my fault. .99a should fix that.

    Happy Zenning!

    Bramnick

  3. #183
    Join Date
    Apr 2005
    Posts
    150
    Plugin Contributions
    0

    Default Re: Auction Product Type

    Do you have any suggestions for this error:

    The first bid on an item returns a server error page. Clicking the back button returns to the auction page and shows the bid placed correctly. My server error log shows this error:

    [error] [client ] malformed header from script. Bad header=No recipient addresses found : /var/chroot/home/content/f/o/r/forgottenwoods/html/index.php

    The second and all following bids all function correctly.

  4. #184
    Join Date
    Sep 2006
    Posts
    12
    Plugin Contributions
    0

    Default Re: Auction Product Type

    I have a problem NO MAIL


    Email Error: can`t mail functie not initialiseren.


    A message that you sent contained no recipient addresses, and therefore no
    delivery could be attempted.

    Annet

  5. #185
    Join Date
    Mar 2007
    Location
    Cornwall - uk
    Posts
    464
    Plugin Contributions
    0

    Default Re: Auction Product Type

    I think version 99a has worked for me, Inow have the description box available which i didnt before, and I got it installed without an error codes. One question though, actually two questions, I dont have the buy it now option showing on the product, and also when I got an out bid email it got delivered with the subject as mail Failure - no recipient addresses, is it possible to change that to something like outbid notice.

    Thanks
    Ben

  6. #186
    Join Date
    Mar 2007
    Posts
    153
    Plugin Contributions
    0

    Default Re: Auction Product Type

    try using sendmail, phpmail isnt a practical choice if you need to send out large amounts of email anyway. this has always resolved my problems.
    and for the member that had sql troubles,
    I have found that using admin function of applying a sql patch will add the table prefix to the patch when in actuality the mod is looking for its table,
    example
    the table gets named "zen_my_new_table", the mod is looking for
    just "my_new_table"
    a quick way to fix this is go to phpmyadmin and run the sql there

    Quote Originally Posted by Annet-1 View Post
    I have a problem NO MAIL


    Email Error: can`t mail functie not initialiseren.


    A message that you sent contained no recipient addresses, and therefore no
    delivery could be attempted.

    Annet

  7. #187
    Join Date
    Mar 2007
    Location
    Cornwall - uk
    Posts
    464
    Plugin Contributions
    0

    Default Re: Auction Product Type

    Is it normal that the buy it now option doesnt appear in the auction listings.

    Thanks

  8. #188
    Join Date
    Apr 2005
    Posts
    150
    Plugin Contributions
    0

    Default Re: Auction Product Type

    Quote Originally Posted by ben harry View Post
    Is it normal that the buy it now option doesnt appear in the auction listings.

    Thanks
    Did you enter a buy it now price when you created the listing?

  9. #189
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Auction Product Type

    Quote Originally Posted by AndyII View Post
    try using sendmail, phpmail isnt a practical choice if you need to send out large amounts of email anyway. this has always resolved my problems.
    and for the member that had sql troubles,
    I have found that using admin function of applying a sql patch will add the table prefix to the patch when in actuality the mod is looking for its table,
    example
    the table gets named "zen_my_new_table", the mod is looking for
    just "my_new_table"
    a quick way to fix this is go to phpmyadmin and run the sql there
    I didn't see a problem not finding it's table. If it is, check out the includes/extra_datafiles/product_auctions.php it should have a table prefix.. as below.

    Code:
    define('TABLE_PRODUCTS_AUCTION', DB_PREFIX . 'products_auctions');
    define('TABLE_PRODUCT_AUCTION_EXTRA', DB_PREFIX . 'product_auction_extra');
    Dave
    Always forward thinking... Lost my mind!

  10. #190
    Join Date
    Mar 2007
    Location
    Cornwall - uk
    Posts
    464
    Plugin Contributions
    0

    Default Re: Auction Product Type

    Quote Originally Posted by gonewild View Post
    Did you enter a buy it now price when you created the listing?
    Yes I did enter the buy now price, im assuming from your reply that the buy it now optio should be working. Any idea why mine is not working?

    Cheers
    Ben

 

 
Page 19 of 74 FirstFirst ... 917181920212969 ... LastLast

Similar Threads

  1. Auction Product type
    By Andreas1211 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 14 Aug 2014, 02:13 PM
  2. Auction Product Type: Can't add a product of the type.
    By sw0rdz in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 5 Sep 2009, 02:11 AM
  3. Auction Product Type
    By chinthana in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 18 Jun 2009, 10:33 AM
  4. Auction Mod. Product Type
    By wilt in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 15 Feb 2007, 07:35 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR