[ic] Re: Interchange-users digest, Vol 1 #587 - 15 msgs

Alexandre Daree interchange-users@lists.akopia.com
Sun Jun 10 10:10:00 2001


I need to find a way where I can put a link on the fly page where customers
when they click on it they will be taken to a form where they can send
comments to the seller of that particular product without having to compose
there email address . Any body can help me , I really neeed it to be
automatic and annoumysly.
Thanks
----- Original Message -----
From: <interchange-users-request@developer.akopia.com>
To: <interchange-users@developer.akopia.com>
Sent: Sunday, June 10, 2001 8:15 AM
Subject: Interchange-users digest, Vol 1 #587 - 15 msgs


> Send Interchange-users mailing list submissions to
> interchange-users@lists.akopia.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.akopia.com/mailman/listinfo/interchange-users
> or, via email, send a message with subject or body 'help' to
> interchange-users-request@lists.akopia.com
>
> You can reach the person managing the list at
> interchange-users-admin@lists.akopia.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Interchange-users digest..."
>
>
> Today's Topics:
>
>    1. Re: .css sheets and IC (Also ssi's) (Tim Watts)
>    2. Search with form fields help required
(jean-pierre.parent@bridgepoint-intl.com)
>    3. Re: win1251 characters (Stefan Hornburg Racke
> )
>    4. Re: Search with form fields help required (Stefan Hornburg Racke
> )
>    5. Promotion problem (Jason Jensen)
>    6. Undefined catalog error (lyndon)
>    7. Please Help: Strange problem (Guy Soudant)
>    8. Re: Please Help: Strange problem (Stefan Hornburg Racke
> )
>    9. RE: Please Help: Strange problem (Guy Soudant)
>   10. Re: Please Help: Strange problem (Stefan Hornburg Racke
> )
>   11. RE: Please Help: Strange problem (Guy Soudant)
>
> --__--__--
>
> Message: 1
> Date: Sat, 09 Jun 2001 13:48:49 -0400
> Subject: Re: [ic] .css sheets and IC (Also ssi's)
> From: Tim Watts <tim@Romans1013.net>
> To: <interchange-users@developer.akopia.com>
> Reply-To: interchange-users@lists.akopia.com
>
> I'm setting up my first store and am also using .css
>
> The following folder contains .ccs's I use throughout the site:
>
> mydomain.com/styles/
>
> I just put this in the headers of all my region templates:
>
> <LINK Href="/styles/site.css" Rel="styleSheet" Type="text/css">
>
> and remove all the other font, color tags, etc. from the page and let the
> .ccs do the work.
>
> NOTE the preceeding slash(/) in the Href. This insures that the .css is
> always called from the correct folder regardless of where the page
> originates.
>
> Works great!
>
> --------------------------------
>
> Also, I use ssi's extensively throughout the site for headers, footers,
> navigation, etc. I achieve the same effect in IC by the following:
>
> All ssi's are kept in mydomain.com/ssi/
>
> First I created a symbolic link (named www) at catalogs/cat_name/www. It
> points to to my public_html directory.
> Then I created variables in IC that looks like this:
> HEADER = include www/ssi/header.txt
> TOP_NAV = include www/ssi/top_nav.txt
> FOOTER = include www/ssi/footer.txt
>
> To include them in an IC page requires only:
> [__HEADER__]
> [__TOP_NAV__]
> [__FOOTER__]
>
> Saves a lot of typing and automatically update IC to match the site any
time
> changes are made in the ssi files. NOTE: any links in the ssi files need
to
> use the same syntax as described above (preceeding slash).
> i.e. - a link to:
> mydomain.com/some/directory/file.html
> should look like:
> /some/directory/file.html
> so it will maintain proper link regardless of where the page originates.
>
> It's still a work in progress but you can take a look at:
> http://coast2coastmusic.com/cgi-bin/cart/
>
> Have fun!
>
>
> on 6/9/01 9:31 AM, John Foster at jfoster@augustmail.com wrote:
>
> > Before I spend a lot of time messing with this, can anybody tell me that
> > this works. I want to use cascading style sheets (.css) files on a site
> > I am developing. Will IC tags etc work from "within" a style sheet? ANY
> > advice!!
> > Thanks.
> > John
> > _______________________________________________
> > Interchange-users mailing list
> > Interchange-users@lists.akopia.com
> > http://lists.akopia.com/mailman/listinfo/interchange-users
> >
>
>
> Tim Watts
> president
> Romans1013.net
> Internet Hosting
> Loaded with features:
> FREE shopping cart!
> UNLIMITED email!
> No Monthly Fees - Just One Low Payment, One Time per Year!
> Visit our web site for details:
> www.Romans1013.net
>
>
> --__--__--
>
> Message: 2
> To: interchange-users@developer.akopia.com
> From: jean-pierre.parent@bridgepoint-intl.com
> Date: Sat, 9 Jun 2001 14:23:43 -0400
> Subject: [ic] Search with form fields help required
> Reply-To: interchange-users@lists.akopia.com
>
> Hello everyone,
>
> I've been using the demo search without troubles until now. I recently
> added a new field
> in the products table that tells me if the product is "inactive" which
> happens to be the name
> of the field.
>
> Now, when i do a search I need to check for the string but after adding
the
> inactive field I also
> have to check for inactive products.
>
> I use a 2 page model:
>
> Page #1 - Simplified
>
> <form action="[area search]" method="post">
>
> <input type=hidden name=mv_searchtype value="db">
> <input type=hidden name=mv_matchlimit value="30">
> <input type=hidden name=mv_sort_field value="category_code">
> <input type=hidden name=mv_search_field value="description comment title
> sku">
>
> <input type=text name=mv_searchspec value="">
>
> </form>
>
> Page #2 - Simplified
>
> [search-region]
> [search-list]
> ...code to display results here...
> [/search-list]
> [/search-region]
>
> My question (finally) is how can I ALWAYS check for "inactive = N" with
> form fields WHILE still
> searching for the string specified in the text field? Is it possible?
>
> Thank you very much.
>
> J.-P.
>
>
>
> --__--__--
>
> Message: 3
> To: interchange-users@developer.akopia.com
> Subject: Re: [ic] win1251 characters
> From: racke@linuxia.de (Stefan Hornburg (Racke))
> Date: 09 Jun 2001 20:41:16 +0200
> Reply-To: interchange-users@lists.akopia.com
>
> "Sergey Sheykin" <sheich@mosinfo.ru> writes:
>
> > Hi,
> >
> > know anybody, how can I display on a pages
> > cyrillic-symbols (from Oracle database)?
> >
> > When I do it just :
> >
> > [query list="1" query="select cyrillic_title from products where sku =
> > '[item-code]'"]
> > [list]
> > Title:[sql-param cyrillic_title]
> > [/list]
> > [/query]
> >
> > I see :
> >
> > Title:???????? ???
>
> Is your browser configured to display cyrillic symbols ?
> I don't think that IC messes up with the characters.
>
> Ciao
> Racke
>
> --
> Master of Swiss Web 2001: http://www.zweifel.ch/
>
> For projects and other business stuff please refer to COBOLT NetServices
> (URL: http://www.cobolt.net; Email: info@cobolt.net; Phone:
0041-1-3884400)
>
> --__--__--
>
> Message: 4
> To: interchange-users@developer.akopia.com
> Subject: Re: [ic] Search with form fields help required
> From: racke@linuxia.de (Stefan Hornburg (Racke))
> Date: 09 Jun 2001 21:30:08 +0200
> Reply-To: interchange-users@lists.akopia.com
>
> jean-pierre.parent@bridgepoint-intl.com writes:
>
> > Hello everyone,
> >
> > I've been using the demo search without troubles until now. I recently
> > added a new field
> > in the products table that tells me if the product is "inactive" which
> > happens to be the name
> > of the field.
> >
> > Now, when i do a search I need to check for the string but after adding
the
> > inactive field I also
> > have to check for inactive products.
> >
> > I use a 2 page model:
> >
> > Page #1 - Simplified
> >
> > <form action="[area search]" method="post">
> >
> > <input type=hidden name=mv_searchtype value="db">
> > <input type=hidden name=mv_matchlimit value="30">
> > <input type=hidden name=mv_sort_field value="category_code">
> > <input type=hidden name=mv_search_field value="description comment title
> > sku">
> >
> > <input type=text name=mv_searchspec value="">
> >
> > </form>
> >
> > Page #2 - Simplified
> >
> > [search-region]
> > [search-list]
> > ...code to display results here...
> > [/search-list]
> > [/search-region]
> >
> > My question (finally) is how can I ALWAYS check for "inactive = N" with
> > form fields WHILE still
> > searching for the string specified in the text field? Is it possible?
>
> Yes, at least with Interchange 4.7.x. I use the following (products
> should be found only if sell=1):
>
> <form method=post action="[process-search]">
> <input type="hidden" name="mv_session_id" value="[data session id]">
> <input type="hidden" name="mv_profile" value="basic">
> <input type="hidden" name="mv_check" value="fast">
> <input type="hidden" name="mv_return_fields" value="idf,partnumber">
> <input type="hidden" name="mv_coordinate" value="yes">
> &nbsp;<br>&nbsp;<input type="text" name="searchpro" size="11">&nbsp;<input
type="submit" name="mv_doit" value="[L]Go[/L]">
> </form>
>
> Now the profiles basic and fast (OrderProfile):
>
> __NAME__ basic
> mv_searchtype=sql
> mv_search_file=component
> mv_coordinate=yes
> mv_substring_match=yes
> mv_sort_field=partnumber
> mv_matchlimit=25
> mv_more_alpha=yes
> __END__
>
> __NAME__ fast
> [perl]
> $out = 'mv_search_field=' .
>
join("\0",'sell','partnumber','description','manufacturer','remarks') .
"\n";
> $out .= 'mv_searchspec=' . join("\0", 1, (($CGI->{searchpro}) x 4)) .
"\n";
> $out .= 'mv_search_group=' . join("\0", 0, ((1) x 4)) . "\n";
> $out .= 'mv_orsearch=' . join("\0", 0, ((1) x 4)) . "\n";
> $out .= 'mv_substring_match=' . join("\0", 0, ((1) x 4)) . "\n";
> $out;
> [/perl]
> __END__
>
> Ciao
> Racke
>
> --
> Master of Swiss Web 2001: http://www.zweifel.ch/
>
> For projects and other business stuff please refer to COBOLT NetServices
> (URL: http://www.cobolt.net; Email: info@cobolt.net; Phone:
0041-1-3884400)
>
> --__--__--
>
> Message: 5
> From: "Jason Jensen" <temperscell@hotmail.com>
> To: <interchange-users@developer.akopia.com>
> Date: Sat, 9 Jun 2001 21:27:36 -0500
> Subject: [ic] Promotion problem
> Reply-To: interchange-users@lists.akopia.com
>
> I am one of those people who not only want a "New Items", and "Specials"
> sections, but I also want a "Featured Products" section. I got this mostly
> working, I can click on promotion (items menu), and add the item to the
> "Featured" promotion, but when I got to setup pages to display the
> "Featured" promotion, It only shows me the new Items, and the Specials
> section. What needs to be done to add "Featured" to the page editor?
>
> Jason
>
>
> --__--__--
>
> Message: 6
> From: "lyndon" <lyndon@loopynet.com>
> To: <interchange-users@developer.akopia.com>
> Date: Sun, 10 Jun 2001 20:10:43 +1000
> Subject: [ic] Undefined catalog error
> Reply-To: interchange-users@lists.akopia.com
>
> Dear All,
>
> Yes, I did get the dreaded "Undefined catalog" error.  ... I have read
> through the archives and yes a few people have encounted this error and
> solved them, with a mysterious permission setting. Just a hint,  it would
be
> useful to all if  more info about the permission(s) was given.
>
> Anyway can anyone please help me?
> I have successfully installed IC4.6.5.1 on Redhat 6.2 postgresql 6.5 and
the
> construct store works fine. But I have tried many new catalogues and got
the
> above error.
> I have tried copying the construct cgi script.
> I have tried chmod 770 on the test catalogue.
> I have restarted IC.
> interchange -r  returns the following
>
> test1:     error in configuration.     Skipping.
>
> Thanks in advance.
>
> Lyndon
>
>
>
> --__--__--
>
> Message: 7
> From: "Guy Soudant" <soudant@home.nl>
> To: <interchange-users@developer.akopia.com>
> Date: Sun, 10 Jun 2001 12:52:54 +0200
> Subject: [ic] Please Help: Strange problem
> Reply-To: interchange-users@lists.akopia.com
>
> Hi,
>
> I am currently testing my Interchange 4.7.2 install, and I seem to run
into
> a strange problem. When I check the pre-installed orders (those that come
> with the demo) in the admin UI, I can see all the data (i.e. all items in
> the orders), but when I check my own test orders in both the customer
(order
> tracking) as well as the admin UI (order viewing), I do not see the items
> ordered by the customer (all other info is present, except for shipping
> costs, but that is not yet properly set up). IC does not add the orders to
> orderline (I have checked this with the MySQL admin client). It seems that
> IC does not write the data into the SQL table orderline, but I have no
clue
> why and what I can do about it. Can someone please help???? I reaaly need
> some help to get this up and running! Below you can find some details.
>
> I am running IC 4.7.2 with MySQL on a virtual domain. MySQL works fine, I
> can create tables and drop tables in the IC database. IC works fien, no
> errors in the error file, except for the error that the IC server is
running
> in Unix mode, because the INET port was already in use. No other messages
> than that.
>
> Another problem is that I cannot send creditcard numbers through e-mail,
> even though I changed the mv_credit_card_info check in the etc/report
file.
> I just get the first 2 numbers and the last four. I just want to get this
to
> work for testing purposes, but I'm not able to get it to work. Hopefully
> someone can help.
>
> Thanx
>
> Guy Soudant
>
>
>
> --__--__--
>
> Message: 8
> To: interchange-users@developer.akopia.com
> Subject: Re: [ic] Please Help: Strange problem
> From: racke@linuxia.de (Stefan Hornburg (Racke))
> Date: 10 Jun 2001 13:25:42 +0200
> Reply-To: interchange-users@lists.akopia.com
>
> "Guy Soudant" <soudant@home.nl> writes:
>
> > Hi,
> >
> > I am currently testing my Interchange 4.7.2 install, and I seem to run
into
> > a strange problem. When I check the pre-installed orders (those that
come
> > with the demo) in the admin UI, I can see all the data (i.e. all items
in
> > the orders), but when I check my own test orders in both the customer
(order
> > tracking) as well as the admin UI (order viewing), I do not see the
items
> > ordered by the customer (all other info is present, except for shipping
> > costs, but that is not yet properly set up). IC does not add the orders
to
> > orderline (I have checked this with the MySQL admin client). It seems
that
> > IC does not write the data into the SQL table orderline, but I have no
clue
> > why and what I can do about it. Can someone please help???? I reaaly
need
> > some help to get this up and running! Below you can find some details.
>
> Look into the catalog error log for failure messages and check the
> MySQL logs for inserts into orderline. Check if these inserts
> are correct (e.g. by testing them manually with the mysql client).
>
> Ciao
> Racke
>
> --
> Master of Swiss Web 2001: http://www.zweifel.ch/
>
> For projects and other business stuff please refer to COBOLT NetServices
> (URL: http://www.cobolt.net; Email: info@cobolt.net; Phone:
0041-1-3884400)
>
> --__--__--
>
> Message: 9
> From: "Guy Soudant" <soudant@home.nl>
> To: <interchange-users@developer.akopia.com>
> Subject: RE: [ic] Please Help: Strange problem
> Date: Sun, 10 Jun 2001 14:21:49 +0200
> Reply-To: interchange-users@lists.akopia.com
>
> This is the error.log file (table creation has been ommited, since no
errors
> were logged during this phase:
>
> 217.120.4.44 ZejavpCs:217.120.4.44 - [10/June/2001:06:25:12 -0400] store
> /cgi-bin/store/process.html Saving userdb in mv_check.
> 217.120.4.44 ZejavpCs:217.120.4.44 - [10/June/2001:06:25:12 -0400] store
> /cgi-bin/store/process.html commit attempted on non-transaction database,
> returning success
> 217.120.4.44 ZejavpCs:217.120.4.44 - [10/June/2001:06:25:12 -0400] store
> /cgi-bin/store/process.html commit attempted on non-transaction database,
> returning success
> 217.120.4.44 ZejavpCs:217.120.4.44 - [10/June/2001:06:25:12 -0400] store
> /cgi-bin/store/process.html commit attempted on non-transaction database,
> returning success
> 217.120.4.44 ZejavpCs:217.120.4.44 - [10/June/2001:06:25:12 -0400] store
> /cgi-bin/store/process.html commit attempted on non-transaction database,
> returning success
>
> This is the log file in the LOGS Directory:
>
> #### begin TEST0001 #####
> Place table transactions in transaction mode.
> Place table orderline in transaction mode.
> Place table userdb in transaction mode.
> Add main order TEST0001 to transactions: 1
> 1
> #### end TEST0001 #####
>
> Sending email copy of order TEST0001 to soudant@home.nl: 1
>
> The tracking.asc file and the tracking file in the LOGS Directory do not
> show any errors at all.
>
> Relevant part of the error.log in Interchange
>
> - - - [10/June/2001:06:20:27 -0400] - - Added/changed catalog store:
> >
> >  Directory: /home/formula/catalogs/store
> >  Script:    /cgi-bin/store
> >
> - - - [10/June/2001:06:20:27 -0400] - - Config 'store' from running server
> (17634)
> - - - [10/June/2001:06:20:27 -0400] - - Using MySQL,
> DSN=dbi:mysql:formula_f1store...
> - - - [10/June/2001:06:20:28 -0400] - - Reconfig of store successful.
> - - - [10/June/2001:06:20:28 -0400] - - Config 'store' from running server
> (17634)
> - - - [10/June/2001:06:20:28 -0400] - - Using MySQL,
> DSN=dbi:mysql:formula_f1store...
> - - - [10/June/2001:06:20:29 -0400] - - Reconfig of store successful.
> - - - [10/June/2001:06:20:39 -0400] - - STOP server (17634) on signal TERM
> - - - [10/June/2001:06:20:43 -0400] - - Low traffic settings.
> - - - [10/June/2001:06:20:43 -0400] - - ...UI is loaded....
> - - - [10/June/2001:06:20:44 -0400] - - Interchange V4.7.2
> - - - [10/June/2001:06:20:44 -0400] - - Config 'f1shop' at server startup
> - - - [10/June/2001:06:20:44 -0400] - - Config 'store' at server startup
> - - - [10/June/2001:06:20:44 -0400] - - START server (21701) (INET and
UNIX)
> - - - [10/June/2001:06:20:45 -0400] - - Accepting connections from
> localhost|127\.0\.0\.1
> - - - [10/June/2001:06:20:45 -0400] - - INET mode server failed to start
on
> port 7786: bind: Address already in use at
> /home/formula/interchange/lib/Vend/Server.pm line 1353.
> >
> - - - [10/June/2001:06:20:45 -0400] - - Continuing in UNIX MODE ONLY
> - - - [10/June/2001:06:20:45 -0400] - - START server (21753) (UNIX)
> - - - [10/June/2001:06:38:59 -0400] - - Config 'store' from running server
> (21753)
> - - - [10/June/2001:06:38:59 -0400] - - Using MySQL,
> DSN=dbi:mysql:formula_f1store...
> - - - [10/June/2001:06:39:00 -0400] - - Reconfig of store successful.
>
> I checked the orderline Table, and nothing was added to the Table after
> performing a test order. If, however, I add an item, then the Database is
> updated (perhaps this is helpfull)
>
> Hopefully you can help me further
>
> Kind regards
>
> Guy Soudant
>
>
>
> -----Original Message-----
> From: interchange-users-admin@developer.akopia.com
> [mailto:interchange-users-admin@developer.akopia.com]On Behalf Of Stefan
> Hornburg (Racke)
> Sent: zondag 10 juni 2001 13:26
> To: interchange-users@developer.akopia.com
> Subject: Re: [ic] Please Help: Strange problem
>
>
> "Guy Soudant" <soudant@home.nl> writes:
>
> > Hi,
> >
> > I am currently testing my Interchange 4.7.2 install, and I seem to run
> into
> > a strange problem. When I check the pre-installed orders (those that
come
> > with the demo) in the admin UI, I can see all the data (i.e. all items
in
> > the orders), but when I check my own test orders in both the customer
> (order
> > tracking) as well as the admin UI (order viewing), I do not see the
items
> > ordered by the customer (all other info is present, except for shipping
> > costs, but that is not yet properly set up). IC does not add the orders
to
> > orderline (I have checked this with the MySQL admin client). It seems
that
> > IC does not write the data into the SQL table orderline, but I have no
> clue
> > why and what I can do about it. Can someone please help???? I reaaly
need
> > some help to get this up and running! Below you can find some details.
>
> Look into the catalog error log for failure messages and check the
> MySQL logs for inserts into orderline. Check if these inserts
> are correct (e.g. by testing them manually with the mysql client).
>
> Ciao
> Racke
>
> --
> Master of Swiss Web 2001: http://www.zweifel.ch/
>
> For projects and other business stuff please refer to COBOLT NetServices
> (URL: http://www.cobolt.net; Email: info@cobolt.net; Phone:
0041-1-3884400)
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users
>
>
>
> --__--__--
>
> Message: 10
> To: interchange-users@developer.akopia.com
> Subject: Re: [ic] Please Help: Strange problem
> From: racke@linuxia.de (Stefan Hornburg (Racke))
> Date: 10 Jun 2001 14:39:56 +0200
> Reply-To: interchange-users@lists.akopia.com
>
> "Guy Soudant" <soudant@home.nl> writes:
>
> > This is the error.log file (table creation has been ommited, since no
errors
> > were logged during this phase:
> >
> > 217.120.4.44 ZejavpCs:217.120.4.44 - [10/June/2001:06:25:12 -0400] store
> > /cgi-bin/store/process.html Saving userdb in mv_check.
> > 217.120.4.44 ZejavpCs:217.120.4.44 - [10/June/2001:06:25:12 -0400] store
> > /cgi-bin/store/process.html commit attempted on non-transaction
database,
> > returning success
> > 217.120.4.44 ZejavpCs:217.120.4.44 - [10/June/2001:06:25:12 -0400] store
> > /cgi-bin/store/process.html commit attempted on non-transaction
database,
> > returning success
> > 217.120.4.44 ZejavpCs:217.120.4.44 - [10/June/2001:06:25:12 -0400] store
> > /cgi-bin/store/process.html commit attempted on non-transaction
database,
> > returning success
> > 217.120.4.44 ZejavpCs:217.120.4.44 - [10/June/2001:06:25:12 -0400] store
> > /cgi-bin/store/process.html commit attempted on non-transaction
database,
> > returning success
>
> Seems right.
>
> >
> > This is the log file in the LOGS Directory:
> >
> > #### begin TEST0001 #####
> > Place table transactions in transaction mode.
> > Place table orderline in transaction mode.
> > Place table userdb in transaction mode.
> > Add main order TEST0001 to transactions: 1
> > 1
> > #### end TEST0001 #####
>
> Lines like
> Added XXX to orderline: 1
> are missing.
>
> It seems that the basket is empty !?
>
> Can you show the entry for TEST0001 in the transactions database ?
>
> Ciao
> Racke
>
> --
> Master of Swiss Web 2001: http://www.zweifel.ch/
>
> For projects and other business stuff please refer to COBOLT NetServices
> (URL: http://www.cobolt.net; Email: info@cobolt.net; Phone:
0041-1-3884400)
>
> --__--__--
>
> Message: 11
> From: "Guy Soudant" <soudant@home.nl>
> To: <interchange-users@developer.akopia.com>
> Subject: RE: [ic] Please Help: Strange problem
> Date: Sun, 10 Jun 2001 15:16:35 +0200
> Reply-To: interchange-users@lists.akopia.com
>
> This comes from the MySQL transaction Table
>
> code store_id order_number session username shipmode nitems subtotal
> shipping handling salestax total_cost fname lname company address1
address2
> city state zip country phone_day phone_night fax email b_fname b_lname
> b_company b_address1 b_address2 b_city b_state b_zip b_country b_phone
> order_date order_ymd order_wday payment_method po_number avs order_id
> update_date status affiliate campaign parent archived deleted complete
> comments
> TEST0001      TEST0001   ZejavpCs   soudant   air_E ()   1   19.99   0   0
> 0   19.99   Guy   Soudant      Kennedylaan 26      Eijsden   LB   6245EM
> US   0664092017   0774092017      soudant@home.nl
> 20010610 06:25:12   20010610   7   Credit Card (visa)
> 20010610062512   pending            0   0   0
>
> In transactions.txt it says exactly the same.
>
> PS! I noticed that no entries are added to the orderline.txt and
> orderline.sql
>
> I forgot a different log file (locale.error file) it includes lot's of
> error, but I don't know what they exactly mean. I included the log in this
> mail (I deleted all previous comments to make the e-mail less long).
>
> LOCALE.ERROR
>
> Locale en_US <<EOF
> {
> 'CfgMgr.pm:1',
> "CfgMgr - bad call combo_select: no name",
>
> 'CfgMgr.pm:2',
> "CfgMgr - bad call combo_select: name=%s",
>
> 'CfgMgr.pm:3',
> "CfgMgr: found line '%s'",
>
> 'Data.pm:1',
> "Bad SQL query selector: '%s' for %s",
>
> 'Data.pm:2',
> "Could not open shipping file %s: %s",
>
> 'Data.pm:3',
> "Bad shipping configuration for mode %s, skipping.",
>
> 'Data.pm:4',
> "Bad shipping file for zone '%s', lookup disabled.",
>
> 'Data.pm:5',
> "Could not open salestax file %s: %s",
>
> 'Data.pm:6',
> "Vend::Data export: non-existent database %s",
>
> 'Data.pm:7',
> "Adding field %s",
>
> 'Data.pm:8',
> "Deleting %s...",
>
> 'Data.pm:9',
> "Deleting field %s",
>
> 'Interpolate.pm:1',
> "Bad data '%s' '%s' '%s'",
>
> 'Interpolate.pm:2',
> "Safe: %s\n%s\n",
>
> 'Interpolate.pm:3',
> "Safe: %s\n%s\n",
>
> 'Interpolate.pm:4',
> "Missing special page: %s",
>
> 'Interpolate.pm:5',
> "Missing special page: %s",
>
> 'Interpolate.pm:6',
> "No search page '%s' found!",
>
> 'Interpolate.pm:7',
> "Missing special page: %s",
>
> 'Interpolate.pm:8',
> "Missing special page: %s",
>
> 'Order.pm:1',
> "CyberCash module found (CyberCash 2).",
>
> 'Order.pm:2',
> "CyberCash module found (CyberCash 3).",
>
> 'Order.pm:3',
> "Test CyberCash SetServer:\n%s\n",
>
> 'Scan.pm:1',
> "non-existent database '%s'",
>
> 'Scan.pm:2',
> "Bad search type %s: %s",
>
> 'Scan.pm:3',
> "Bad search column '%s'",
>
> 'Scan.pm:4',
> "Bad search column '%s'",
>
> 'Server.pm:1',
> "Bad script name '%s' for reconfig.",
>
> 'Server.pm:2',
> "Reconfig of %s successful, build=%s.",
>
> 'Server.pm:3',
> "Error reconfiguring catalog %s from running server (%s)\n%s",
>
> 'Server.pm:4',
> "INET mode error port %s: %s\n\nContinuing in UNIX MODE ONLY\n",
>
> 'Server.pm:5',
> "INET mode server failed to start on port %s: %s",
>
> 'Server.pm:6',
> "SERVER TERMINATING",
>
> 'Server.pm:7',
> "error '%s' from select.",
>
> 'Server.pm:8',
> "Died in select, retrying: %s",
>
> 'Server.pm:9',
> "Can't fork: %s",
>
> 'Server.pm:10',
> "Runtime error: %s",
>
> 'Server.pm:11',
> "Runtime error: %s",
>
> 'Server.pm:12',
> "Died in server spawn: %s",
>
> 'Server.pm:13',
> "Died in housekeeping, retry.",
>
> 'Server.pm:14',
> "STOP server (%s) on signal TERM",
>
> 'Server.pm:15',
> "START server (%s) (%s)",
>
> 'Session.pm:1',
> "Hammered session lock %s left by PID %s",
>
> 'UserDB.pm:1',
> "Vend::UserDB error: %s\n",
>
> 'UserDB.pm:2',
> "Vend::UserDB error: %s\n",
>
> 'Util.pm:1',
> "attempt to set non-existant locale '%s'",
>
> 'Util.pm:2',
> "attempt to set non-existant currency '%s'",
>
> 'Util.pm:3',
> "Can't read file '%s' with NoAbsolute set",
>
> 'Util.pm:4',
> "Can't read file '%s' with NoAbsolute set",
>
> 'Table/DBI.pm:1',
> "table %s created: %s",
>
> 'Table/DBI.pm:2',
> "table %s index failed: %s",
>
> 'Table/DBI.pm:3',
> "set_row %s: field with value '%s' removed from record '%s'",
>
> 'Table/Import.pm:1',
> "notes_field='%s' delimiter: %s",
>
> 'bin/minivend:1',
> "Can't check HTML: No global CheckHTML defined. Contact admin.",
>
> 'bin/minivend:2',
> "Difficulty interacting with browser: %s",
>
> 'bin/minivend:3',
> "Missing special page: interact",
>
> 'bin/minivend:4',
> "Page cache failure: %s",
>
> 'bin/minivend:5',
> "Attempt to order missing product code: %s",
>
> 'bin/minivend:6',
> "Attempt to order missing product code: %s",
>
> 'bin/minivend:7',
> "Attempted database operation without table, fields, or key.\n" .
> "Table: '%s'\n" .
> "Fields:'%s'\n" .
> "Key:   '%s'\n",
>
> 'bin/minivend:8',
> "Alias %s used a second time, skipping.\n",
>
> 'bin/minivend:9',
> "Bad alias %s, skipping.\n",
>
> 'bin/minivend:10',
> "Attempt to remove non-existant catalog %s.\n",
>
> 'bin/minivend:11',
> "Can't find catalog '%s'",
>
> 'bin/minivend:12',
> "Config '%s' %s",
>
> 'bin/minivend:13',
> "%s config error: %s",
>
> 'bin/minivend:14',
> "%s config error: %s",
>
> 'bin/minivend:15',
> "Undefined catalog: %s",
>
> 'bin/minivend:16',
> "Can't set group to GID %s: %s",
>
> 'bin/minivend:17',
> "Can't set group to GID %s: %s",
>
> 'bin/minivend:18',
> "Reconfig '%s' rebuild=%s",
>
>
> }
> EOF
>
>
>
>
> --__--__--
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users
>
>
> End of Interchange-users Digest