Would anybody be willing to setup a bounty for a good stable auction type plugin..? I'd pitch in 50$.
Would anybody be willing to setup a bounty for a good stable auction type plugin..? I'd pitch in 50$.
I currently have it set up at my website and have it testing at the moment. When and if I ever get it to a fairly stable level I will let you know. In the categories list- the auctions are at the bottom, currently testing.
http://stampcommune.com/store/
GJW
Looked on your site stampsville but couldnt see the auction mod, maybe it didnt work and u removed it,
Is there a latest release for Zen Cart.
Thanks
Mick
So far as I know, this hasn't been touched for some time.
See and test drive Zen Cart's free templates at zencarttemplates.info
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Ok thanks for reply, Will wait and hope
Mobilemick,
I do have it installed and working, but unfortunately still having email problems and way to many mods installed to seperate anything out. I don't want to release it due to it's instability.
Stampsville
Just tried to install it m8,
and now cant access admin page.
Or index pageWarning: main(includes/application_top.php) [function.main]: failed to open stream: No such file or directory in /home/kccae/public_html/global/admin/index.php on line 23
Warning: main(includes/application_top.php) [function.main]: failed to open stream: No such file or directory in /home/kccae/public_html/global/admin/index.php on line 23
Warning: main(includes/application_top.php) [function.main]: failed to open stream: No such file or directory in /home/kccae/public_html/global/admin/index.php on line 23
Fatal error: main() [function.require]: Failed opening required 'includes/application_top.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/kccae/public_html/global/admin/index.php on line 23
Any help would be appreciated :)1146 Table 'kccae_zc1.zen_product_auction_extra' doesn't exist
in:
[SELECT * FROM zen_product_auction_extra WHERE auction_closed = 'N' AND CURDATE() > bid_expire_date or (bid_expire_hour < 16 and bid_expire_date = CURDATE() and auction_closed = 'N')]
Thanks
Mick
Any luck Sid?
Hi Mick,
> 1146 Table 'kccae_zc1.zen_product_auction_extra' doesn't exist
>in: [SELECT * FROM zen_product_auction_extra WHERE auction
One of 'kccae_zc1.zen_product_auction_extra' or 'zen_product_auction_extra' is wrong - They should both be the same (depending whether you use rable prefixes or not).
Sorry, I can't be of more help with this module (I just stumbled across your msg), but I've just been working on a similar problem with another module.
Cheers
Rod
THe problem is that the code in the mod can't find the table zen_product_auction_extra (the kccae_zc1 is simply the full path to the expected table including the database name).
The two likely reasons are EITHER the SQL that creates the table wasn't executed probably during installation, so it genuinely doesn't exist OR the SQL assumed a database prefix of zen_ but you are not using a prefix, or are using a different one and so the table has been misnamed.
I recommend taking a look at your table names in phpMyAdmin, to establish which. Once you know that the solution (or at least the next step) should be straightforward.
See and test drive Zen Cart's free templates at zencarttemplates.info
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Bookmarks