[ic] Time out errors

Soheil Shaghaghi soheil@iraniha.com
Thu, 30 Nov 2000 14:05:13 -0800


Hi everyone.
I just installed minivend software, and everything runs great, except a few
problems I have been having.
1. I add new categories in the admin, and applied changes. They don't show
up in the user section.

2. When I change something, and click on "Apply changes", 8 of 10 I get the
following error message:
"WARNING: Reconfiguration may have timed out."
I looked at the log files, and see this message:
"WARNING: POSSIBLE BAD ROBOT. 51 accesses with no 30 second pause."

Can someone please tell me what I can do to fix these?

Soheil

-----Original Message-----
From: interchange-users-admin@minivend.com
[mailto:interchange-users-admin@minivend.com]
Sent: Wednesday, November 29, 2000 7:06 PM
To: interchange-users@minivend.com
Subject: Interchange-users digest, Vol 1 #154 - 10 msgs



Send Interchange-users mailing list submissions to
	interchange-users@www.minivend.com

To subscribe or unsubscribe via the web, visit
	http://www.minivend.com/mailman/listinfo/interchange-users
or, via email, send a message with subject or body 'help' to
	interchange-users-request@www.minivend.com
You can reach the person managing the list at
	interchange-users-admin@www.minivend.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: uploading images side-effect (Paul R Stearns)
  2. New items, specials not displaying (Daniel Jacobs)
  3. Re: DELIVERY FAILURE: Error delivering to luiss; This database cannot
be opened because a consistency check of it is in progress. (Mike Heins)
  4. Re: uploading images side-effect (delionsweb - minivend)
  5. Multiple Ship to's (Paul R Stearns)
  6. Odd behavior of table edit functionality... (Paul R Stearns)
  7. Re: Tips and tricks -- override of UI menus (scott andreas)
  8. Re: New items, specials not displaying (Paul R Stearns)
  9. Re: uploading images side-effect (Paul R Stearns)
  10. Wishlist item (Birgitt Funk)

--__--__--

Message: 1
Date: Wed, 29 Nov 2000 16:18:36 -0500
From: Paul R Stearns <pauls@compuace.com>
To: interchange-users@minivend.com
Subject: Re: [ic] uploading images side-effect
boundary="------------9FFB01FE98F3DB708B8A8537"
Reply-To: interchange-users@www.minivend.com


--------------9FFB01FE98F3DB708B8A8537
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Marcel:

Below you state that you should "Later, from inside the interchange/
directory you can type: cvs update -dP ." which interchange directory?
The live one or the one just created? Who should you be logged in as
root, interch, fred, or does it matter?

Paul


Marcel Montes wrote:

> from http://developer.akopia.com/cgi-bin/ic/download.html
>
> ------------------------------snip------------------------------
> Or access the Interchange CVS repository:
>
> export CVSROOT=:pserver:anon_cvs@cvs.akopia.com:/anon_cvs/repository
> cvs login
> Password: anon_cvs
> cvs checkout -P interchange
>
> csh or tcsh users should use the following line in place of the first
> line above:
>
> setenv CVSROOT :pserver:anon_cvs@cvs.akopia.com:/anon_cvs/repository
>
> This will create an interchange/ directory in your current directory.
> Later, from inside the interchange/ directory you
> can type:
>
> cvs update -dP .
>
> And your sources will be updated to the latest available.
>
> Note that if you frequently use CVS, it may be helpful to create a
> .cvsrc file in your home directory with
> commonly-used options such as these:
>
> cvs -z3
> diff -u
> update -Pd
> checkout -P
>
> This directs CVS to (1) automatically compress all data communicated
> between you and our server (saving
> bandwidth); (2) show context-sensitive diffs; (3) prune empty
> directories and create any new directories added to
> the repository since your checkout; and (4) prune empty directories
> during your checkouts. (Thanks to Stefan
> Hornburg for the suggestion.)
> ------------------------------snip------------------------------
>
> Paul R Stearns wrote:
>
>> Mike:
>>
>> How do I go about getting the new version of this file?
>>
>> Paul
>>
>> Mike Heins wrote:
>>
>> > Quoting Mike Heins (mikeh@minivend.com):
>> > > Quoting Marcel Montes (marcel@multimake.com):
>> > > > After uploading images in the admin interface of the construct
>> demo when
>> > > > it returns
>> > > > to the item edit page, several fields are erased (Long
>> description, and
>> > > > size for instance)
>> > > >
>> > > > (RedHat 7, MySQL)
>> > >
>> > > Cannot duplicate.
>> >
>> > Oops, yes I can when "new file name" option is selected.  Found
>> and
>> > fixed in CVS in the file lib/UI/vars/UI_STD_DBEDIT_TABLE.
>> >
>> > Elaboration for the source-curious: the $override variable was
>> defined
>> > "my" outside the loop, so every field after the image one was
>> > trashed. Moving "my $override" inside the for(@cols) loop
>> > fixes it.
>> >
>> > --
>> > Akopia, Inc., 131 Willow Lane, Floor 2, Oxford, OH  45056
>> > phone +1.513.523.7621 fax 7501 <heins@akopia.com>
>> >
>> > Clothes make the man.  Naked people have little or no influence on
>>
>> > society.  -- Mark Twain
>> >
>> > _______________________________________________
>> > Interchange-users mailing list
>> > Interchange-users@www.minivend.com
>> > http://www.minivend.com/mailman/listinfo/interchange-users
>>
>> _______________________________________________
>> Interchange-users mailing list
>> Interchange-users@www.minivend.com
>> http://www.minivend.com/mailman/listinfo/interchange-users
>
> --
>  Marcel Montes [marcel(at)multimake(dot)com] - Programmer
>  "If our brain were so simple that we could understand it,
>  we would be so stupid that we couldn't do so"
> -------------------------- EOF ----------------------------
>
>

--------------9FFB01FE98F3DB708B8A8537
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
Marcel:

Below you state that you should "Later, from inside the interchange/ directory you can type: cvs update -dP ." which interchange directory? The live one or the one just created? Who should you be logged in as root, interch, fred, or does it matter?

Paul
 

Marcel Montes wrote:

from http://developer .akopia.com/cgi-bin/ic/download.html

------------------------------snip---------------------------- --
Or access the Interchange CVS repository:

export CVSROOT=:pserver:anon_cvs@cvs.akopia.com:/anon_cvs/repository
cvs login
Password: anon_cvs
cvs checkout -P interchange

csh or tcsh users should use the following line in place of the first line above:

setenv CVSROOT :pserver:anon_cvs@cvs.akopia.com:/anon_cvs/repository

This will create an interchange/ directory in your current directory. Later, from inside the interchange/ directory you
can type:

cvs update -dP .

And your sources will be updated to the latest available.

Note that if you frequently use CVS, it may be helpful to create a .cvsrc file in your home directory with
commonly-used options such as these:

cvs -z3
diff -u
update -Pd
checkout -P

This directs CVS to (1) automatically compress all data communicated between you and our server (saving
bandwidth); (2) show context-sensitive diffs; (3) prune empty directories and create any new directories added to
the repository since your checkout; and (4) prune empty directories during your checkouts. (Thanks to Stefan
Hornburg for the suggestion.)
------------------------------snip--------------------------- ---

Paul R Stearns wrote:

Mike:

How do I go about getting the new version of this file?

Paul

Mike Heins wrote:

> Quoting Mike Heins (mikeh@minivend.com):
> > Quoting Marcel Montes (marcel@multimake.com):
> > > After uploading images in the admin interface of the construct demo when
> > > it returns
> > > to the item edit page, several fields are erased (Long description, and
> > > size for instance)
> > >
> > > (RedHat 7, MySQL)
> >
> > Cannot duplicate.
>
> Oops, yes I can when "new file name" option is selected.  Found and
> fixed in CVS in the file lib/UI/vars/UI_STD_DBEDIT_TABLE.
>
> Elaboration for the source-curious: the $override variable was defined
> "my" outside the loop, so every field after the image one was
> trashed. Moving "my $override" inside the for(@cols) loop
> fixes it.
>
> --
> Akopia, Inc., 131 Willow Lane, Floor 2, Oxford, OH  45056
> phone +1.513.523.7621 fax 7501 <heins@akopia.com>
>
> Clothes make the man.  Naked people have little or no influence on
> society.  -- Mark Twain
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@www.minivend.com
> http://www .minivend.com/mailman/listinfo/interchange-users

_______________________________________________
Interchange-users mailing list
Interchange-users@www.minivend.com
http://www .minivend.com/mailman/listinfo/interchange-users

-- 
 Marcel Montes [marcel(at)multimake(dot)com] - Programmer  
 "If our brain were so simple that we could understand it, 
 we would be so stupid that we couldn't do so"
-------------------------- EOF ----------------------------
 
--------------9FFB01FE98F3DB708B8A8537-- --__--__-- Message: 2 Date: Wed, 29 Nov 2000 14:03:09 -0800 (PST) From: Daniel Jacobs <danielj@cheshirecat.net> To: interchange-users@minivend.com Subject: [ic] New items, specials not displaying Reply-To: interchange-users@www.minivend.com The 'New items' and 'Specials' sections on the index page and results pages are remaining blank, even though I have flagged some items for each category in the merchandising database thru the web admin UI. Looking thru the templates/components directory, files such as templates/components/promo_vertical obviously are the files being used for these sections. I can't find any reference in the docs to the [list][/list] tag. Is this working for anyone else? Is there an easy fix that I am missing? The URL for the store is http://www.sufferware.com/intro.htm and then click in 'The Sufferware Collection.' This store is adult leather goods, so be forewarned. Nothing too risque, though. Frustrated in Seattle. --__--__-- Message: 3 Date: Wed, 29 Nov 2000 16:15:41 -0500 From: Mike Heins <mike@bill.minivend.com> To: interchange-users@minivend.com (postmaster) Subject: [ic] Re: DELIVERY FAILURE: Error delivering to luiss; This database cannot be opened because a consistency check of it is in progress. Reply-To: interchange-users@www.minivend.com [this is an automated response] You sent a message to "owner-minivend-users@minivend.com". You probably didn't mean to send it there. Usually this means you are using Microsoft Outlook Express or some other deficient mailer -- like MTAs which return errors to the From: address instead of the Errors-To: address. If you really intended this message for the owner of the minivend-users mailing list, and are looking for an unsubscribe or something else related to mail list business, then you can expect a response within a few days. I only check that box every so often. -- Mike Heins http://www.minivend.com/ ___ Internet Robotics |_ _|____ Fast, reliable, cheap. 131 Willow Lane, Floor 2 | || _ \ Pick two and we'll talk. Oxford, OH 45056 | || |_) | -- unknown <mikeh@minivend.com> |___| _ < 513.523.7621 FAX 7501 |_| \_\ --__--__-- Message: 4 Date: Wed, 29 Nov 2000 17:35:10 -0500 To: interchange-users@minivend.com From: delionsweb - minivend <minivend@delionsweb.net> Subject: Re: [ic] uploading images side-effect <20001128111839.A24449@bill.minivend.com> <20001128112606.A24801@bill.minivend.com> <3A23E063.744E5C01@compuace.com> <3A23E583.A84CCF02@multimake.com> Reply-To: interchange-users@www.minivend.com You always do cvs updates in the install directory and NOT in the live directory. Let's say you downloaded in /downloads/interchange this will be the install dir and installed in /usr/local/interchange this will be the live directory. Theoretically running the CVS update in the live directory might be ok if you know what you are doing but I choose NOT to take the risk. You can pay attention to what gets updated and then decide which updates you want to move manually to the live dir. You should be logged in as the user that owns the directory you want to write to. You can always do things as root and do a chown later ... At 04:18 PM 11/29/2000, you wrote: >Marcel: > >Below you state that you should "Later, from inside the interchange/ >directory you can type: cvs update -dP ." which interchange directory? The >live one or the one just created? Who should you be logged in as root, >interch, fred, or does it matter? > >Paul > > >Marcel Montes wrote: >>from >><http://developer.akopia.com/cgi-bin/ic/download.html>http://developer.ako pia.com/cgi-bin/ic/download.html >> >> >>------------------------------snip------------------------------ >>Or access the Interchange CVS repository: >> >>export CVSROOT=:pserver:anon_cvs@cvs.akopia.com:/anon_cvs/repository >>cvs login >>Password: anon_cvs >>cvs checkout -P interchange >> >>csh or tcsh users should use the following line in place of the first >>line above: >> >>setenv CVSROOT :pserver:anon_cvs@cvs.akopia.com:/anon_cvs/repository >> >>This will create an interchange/ directory in your current directory. >>Later, from inside the interchange/ directory you >>can type: >> >>cvs update -dP . >> >>And your sources will be updated to the latest available. >> >>Note that if you frequently use CVS, it may be helpful to create a .cvsrc >>file in your home directory with >>commonly-used options such as these: >> >>cvs -z3 >>diff -u >>update -Pd >>checkout -P >> >>This directs CVS to (1) automatically compress all data communicated >>between you and our server (saving >>bandwidth); (2) show context-sensitive diffs; (3) prune empty directories >>and create any new directories added to >>the repository since your checkout; and (4) prune empty directories >>during your checkouts. (Thanks to Stefan >>Hornburg for the suggestion.) >>------------------------------snip------------------------------ >> >>Paul R Stearns wrote: >>>Mike: >>> >>>How do I go about getting the new version of this file? >>> >>>Paul >>> >>>Mike Heins wrote: >>> >>> > Quoting Mike Heins (mikeh@minivend.com): >>> > > Quoting Marcel Montes (marcel@multimake.com): >>> > > > After uploading images in the admin interface of the construct >>> demo when >>> > > > it returns >>> > > > to the item edit page, several fields are erased (Long >>> description, and >>> > > > size for instance) >>> > > > >>> > > > (RedHat 7, MySQL) >>> > > >>> > > Cannot duplicate. >>> > >>> > Oops, yes I can when "new file name" option is selected. Found and >>> > fixed in CVS in the file lib/UI/vars/UI_STD_DBEDIT_TABLE. >>> > >>> > Elaboration for the source-curious: the $override variable was defined >>> > "my" outside the loop, so every field after the image one was >>> > trashed. Moving "my $override" inside the for(@cols) loop >>> > fixes it. >>> > >>> > -- >>> > Akopia, Inc., 131 Willow Lane, Floor 2, Oxford, OH 45056 >>> > phone +1.513.523.7621 fax 7501 <heins@akopia.com> >>> > >>> > Clothes make the man. Naked people have little or no influence on >>> > society. -- Mark Twain >>> > >>> > _______________________________________________ >>> > Interchange-users mailing list >>> > Interchange-users@www.minivend.com >>> > >>> <http://www.minivend.com/mailman/listinfo/interchange-users>http://www.miniv end.com/mailman/listinfo/interchange-users >>> >>> >>>_______________________________________________ >>>Interchange-users mailing list >>>Interchange-users@www.minivend.com >>><http://www.minivend.com/mailman/listinfo/interchange-users>http://www.mi nivend.com/mailman/listinfo/interchange-users >> >>-- >> Marcel Montes [marcel(at)multimake(dot)com] - Programmer >> "If our brain were so simple that we could understand it, >> we would be so stupid that we couldn't do so" >>-------------------------- EOF ---------------------------- --__--__-- Message: 5 Date: Wed, 29 Nov 2000 18:14:29 -0500 From: Paul R Stearns <pauls@compuace.com> To: interchange-users@minivend.com Subject: [ic] Multiple Ship to's Reply-To: interchange-users@www.minivend.com Does anyone have a version of the receipt page which handles multiple ship to's in some reasonable fashion. What I am looking for is billing information, followed by the 1st shipping name/address, products, shipping charges and subtotal, the second shipping name/address, products, shipping charges and subtotal, etc. I would like this in the receipt email as well. Any code snippets, or whole pages would be great... Also the calculation of shipping charges does not seem to work. What I have set up is two multiply by, shipping options, one called USA and one called Canada. USA is $5.95 per item and Canada is $9.95 per item. I assigned the Canada to Canada only, and USA to US only. I have yet to be able to make it calculate Canadian shipping charges. When I add a customer with a Canadian address the drop down box for the shipping method does not contain any items. What might be my problem? Paul --__--__-- Message: 6 Date: Wed, 29 Nov 2000 18:50:17 -0500 From: Paul R Stearns <pauls@compuace.com> To: interchange-users@minivend.com <20001128111839.A24449@bill.minivend.com> <20001128112606.A24801@bill.minivend.com> <3A23E063.744E5C01@compuace.com> <3A23E583.A84CCF02@multimake.com> <5.0.1.4.0.20001129173111.04072208@wheresmymailserver.com> Subject: [ic] Odd behavior of table edit functionality... Reply-To: interchange-users@www.minivend.com If you are editing a table, and you go to any of the meta links, when you click cancel or ok it returns you to a 1 field edit window with the code. Any attempt to leave this screen by OK or Cancel puts you right back. The only way out is to click a link in the tool bar. Paul --__--__-- Message: 7 Date: Wed, 29 Nov 2000 16:05:49 -0800 From: scott andreas <scotta@homer-simpson.learnserv.com> Organization: Learnin Services, Inc. To: interchange-users@minivend.com Subject: Re: [ic] Tips and tricks -- override of UI menus boundary="------------194054357E5AD47813AB947A" Reply-To: interchange-users@www.minivend.com This is a multi-part message in MIME format. --------------194054357E5AD47813AB947A Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Kaare Rasmussen wrote: > > The Interchange UI probably is useful for most people in its standard > > form. Of course, that is not always true. The benefits of open source > > allow you to edit the pages and files in lib/UI (location of all UI-related > > stuff) and get the presentation and functionality you need. > > There are a lot of tips and tricks for the UI menu, but none seems to fit me > needs. > > I'd like to build some functionality that is to be accessed from all > catalogs. And I'd like to use the admin menu system, but the functionality > will be completely different. > > This means different pages, different menu items and everything else is > different. The only connection to the admin menu is that I like the menu from > the construct demo; it would be a good idea to start from there, and my > system will not be copied to each and every catalogue. > > So I thought I'd copy the lib/UI/pages/admin directory and change the > functionality from there. Or is there a better way? > There are a lot of UI_BASE all over the place. Seems they have to be changed > to another variable for my purposes. > But I have a hard time finding the menu options themselves. How do I change > the names "Orders", "Customers" et al in the menu? > > If this is the wrong way of doing it, I'd really like to know. > > -- > Kaare Rasmussen --Linux, spil,-- Tlf: 3816 2582 > Kaki Data tshirts, merchandize Fax: 3816 2501 > Howitzvej 75 Åben 14.00-18.00 Email: kar@webline.dk > 2000 Frederiksberg Lørdag 11.00-17.00 Web: www.suse.dk > > _______________________________________________ > Interchange-users mailing list > Interchange-users@www.minivend.com > http://www.minivend.com/mailman/listinfo/interchange-users In the root directory are 2 config files catalog_before.cfg and catalog_after.cgf this is where the @_Header_@ variable is pulling the directives from However, what I've done is under quicklinks, which is easier to edit, this is where I made accessing other admin pages that I've created. Those pages that I've created are under the admin directory of each catalog. Quicklinks hyperlink is in the lower left side of the admin -- J. Scott Andreas :) webdeveloper e-mail: scotta@homer.learnserv.com phone: 1-800-877-9378 ext. 113 fax: (541) 744-2056 --- __o --- _-\<,_ --- (_)/ (_) --------------194054357E5AD47813AB947A Content-Type: text/x-vcard; charset=us-ascii; name="scotta.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for scott andreas Content-Disposition: attachment; filename="scotta.vcf" begin:vcard n:andreas;scott tel;fax:1-541-744-2056 tel;work:1-800-877-9378 / 1-541-744-0883 x-mozilla-html:FALSE url:http://www.learnserv.com org:Learning Services, Inc.;Marketing version:2.1 email;internet:scotta@homer.learnserv.com title:Webmaster adr;quoted-printable:;;PO Box 10636,97440=0D=0A3895 E. 19th Ave.=0D=0AEugene, Oregon 97403;Eugene;Oregon;97403;U S of A fn:Scott Andreas end:vcard --------------194054357E5AD47813AB947A-- --__--__-- Message: 8 Date: Wed, 29 Nov 2000 20:14:01 -0500 From: Paul R Stearns <pauls@compuace.com> To: interchange-users@minivend.com Subject: Re: [ic] New items, specials not displaying Reply-To: interchange-users@www.minivend.com Daniel: I had a similar problem, and found that the search field in the cat table needed specific values on new lines and something had made the new lines disappear... The values for the record New items is; fi=merchandising sf=featured se=new Sale Items is; fi=merchandising sf=featured se=special su=yes Hope this helps.... Paul Daniel Jacobs wrote: > The 'New items' and 'Specials' sections on the index page and results > pages are remaining blank, even though I have flagged some items for each > category in the merchandising database thru the web admin UI. > > Looking thru the templates/components directory, files such as > templates/components/promo_vertical obviously are the files being used for > these sections. I can't find any reference in the docs to the > [list][/list] tag. Is this working for anyone else? Is there an easy fix > that I am missing? > > The URL for the store is http://www.sufferware.com/intro.htm and then > click in 'The Sufferware Collection.' This store is adult leather goods, > so be forewarned. Nothing too risque, though. > > Frustrated in Seattle. > > _______________________________________________ > Interchange-users mailing list > Interchange-users@www.minivend.com > http://www.minivend.com/mailman/listinfo/interchange-users --__--__-- Message: 9 Date: Wed, 29 Nov 2000 20:19:38 -0500 From: Paul R Stearns <pauls@compuace.com> To: interchange-users@minivend.com Subject: Re: [ic] uploading images side-effect <20001128111839.A24449@bill.minivend.com> <20001128112606.A24801@bill.minivend.com> <3A23E063.744E5C01@compuace.com> <3A23E583.A84CCF02@multimake.com> <5.0.1.4.0.20001129173111.04072208@wheresmymailserver.com> Reply-To: interchange-users@www.minivend.com One last question, pardon my ignorance; I have done as you have said, I logged in as interch, I did the cvs commands with interch as my root, it displays messages as though it is updating /var/lib/interchange and a bunch of other places. How can I be sure it updated what it should have? How do I get the new improved templates and stuff into my catalogs without overwriting the stuff I've modified? Paul delionsweb - minivend wrote: > You always do cvs updates in the install directory and NOT in the live > directory. > Let's say you downloaded in /downloads/interchange this will be the install > dir and installed in /usr/local/interchange this will be the live directory. > Theoretically running the CVS update in the live directory might be ok if > you know what you are doing but I choose NOT to take the risk. > You can pay attention to what gets updated and then decide which updates > you want to move manually to the live dir. > You should be logged in as the user that owns the directory you want to > write to. > You can always do things as root and do a chown later ... > > At 04:18 PM 11/29/2000, you wrote: > >Marcel: > > > >Below you state that you should "Later, from inside the interchange/ > >directory you can type: cvs update -dP ." which interchange directory? The > >live one or the one just created? Who should you be logged in as root, > >interch, fred, or does it matter? > > > >Paul > > > > > >Marcel Montes wrote: > >>from > >><http://developer.akopia.com/cgi-bin/ic/download.html>http://developer.ako pia.com/cgi-bin/ic/download.html > >> > >> > >>------------------------------snip------------------------------ > >>Or access the Interchange CVS repository: > >> > >>export CVSROOT=:pserver:anon_cvs@cvs.akopia.com:/anon_cvs/repository > >>cvs login > >>Password: anon_cvs > >>cvs checkout -P interchange > >> > >>csh or tcsh users should use the following line in place of the first > >>line above: > >> > >>setenv CVSROOT :pserver:anon_cvs@cvs.akopia.com:/anon_cvs/repository > >> > >>This will create an interchange/ directory in your current directory. > >>Later, from inside the interchange/ directory you > >>can type: > >> > >>cvs update -dP . > >> > >>And your sources will be updated to the latest available. > >> > >>Note that if you frequently use CVS, it may be helpful to create a .cvsrc > >>file in your home directory with > >>commonly-used options such as these: > >> > >>cvs -z3 > >>diff -u > >>update -Pd > >>checkout -P > >> > >>This directs CVS to (1) automatically compress all data communicated > >>between you and our server (saving > >>bandwidth); (2) show context-sensitive diffs; (3) prune empty directories > >>and create any new directories added to > >>the repository since your checkout; and (4) prune empty directories > >>during your checkouts. (Thanks to Stefan > >>Hornburg for the suggestion.) > >>------------------------------snip------------------------------ > >> > >>Paul R Stearns wrote: > >>>Mike: > >>> > >>>How do I go about getting the new version of this file? > >>> > >>>Paul > >>> > >>>Mike Heins wrote: > >>> > >>> > Quoting Mike Heins (mikeh@minivend.com): > >>> > > Quoting Marcel Montes (marcel@multimake.com): > >>> > > > After uploading images in the admin interface of the construct > >>> demo when > >>> > > > it returns > >>> > > > to the item edit page, several fields are erased (Long > >>> description, and > >>> > > > size for instance) > >>> > > > > >>> > > > (RedHat 7, MySQL) > >>> > > > >>> > > Cannot duplicate. > >>> > > >>> > Oops, yes I can when "new file name" option is selected. Found and > >>> > fixed in CVS in the file lib/UI/vars/UI_STD_DBEDIT_TABLE. > >>> > > >>> > Elaboration for the source-curious: the $override variable was defined > >>> > "my" outside the loop, so every field after the image one was > >>> > trashed. Moving "my $override" inside the for(@cols) loop > >>> > fixes it. > >>> > > >>> > -- > >>> > Akopia, Inc., 131 Willow Lane, Floor 2, Oxford, OH 45056 > >>> > phone +1.513.523.7621 fax 7501 <heins@akopia.com> > >>> > > >>> > Clothes make the man. Naked people have little or no influence on > >>> > society. -- Mark Twain > >>> > > >>> > _______________________________________________ > >>> > Interchange-users mailing list > >>> > Interchange-users@www.minivend.com > >>> > > >>> <http://www.minivend.com/mailman/listinfo/interchange-users>http://www.miniv end.com/mailman/listinfo/interchange-users > >>> > >>> > >>>_______________________________________________ > >>>Interchange-users mailing list > >>>Interchange-users@www.minivend.com > >>><http://www.minivend.com/mailman/listinfo/interchange-users>http://www.mi nivend.com/mailman/listinfo/interchange-users > >> > >>-- > >> Marcel Montes [marcel(at)multimake(dot)com] - Programmer > >> "If our brain were so simple that we could understand it, > >> we would be so stupid that we couldn't do so" > >>-------------------------- EOF ---------------------------- > > _______________________________________________ > Interchange-users mailing list > Interchange-users@www.minivend.com > http://www.minivend.com/mailman/listinfo/interchange-users --__--__-- Message: 10 Date: Wed, 29 Nov 2000 23:18:20 -0500 (EST) From: Birgitt Funk <mymother@my-mothers-shop.com> To: interchange-users@minivend.com Subject: [ic] Wishlist item Reply-To: interchange-users@www.minivend.com An open source project, where IC/MV is simplified and secured to work as a voting ballot box and a discussion how such thing should work and could count the votes in a secure way. How it could produce a bullet proof paper based confirmation of the unique vote casted, which then could be hand or machine recounted in the unlikely case a hacker had introduced a bias into the box. Imagine to have a nationwide equal margin of error for all of the U.S. counties' voting procedures, an inexpensive way for each county to develop a nationwide standardized ballot. It could work with a touch screen, with voice, with pictures. So, even people who can't read, can't write, can't see and can't walk and can't hold a pencil, could still vote. Imagine each elementary school would be used as voting boot base, the U.S. would vote on a Sunday and could use the school busses to transport people to the voting boots at the schools. I bet the voter turnout would increase to the 85% percent level and the results would actually be representative of "something". Does an open source project like that already exist ? Birgitt --__--__-- _______________________________________________ Interchange-users mailing list Interchange-users@www.minivend.com http://www.minivend.com/mailman/listinfo/interchange-users End of Interchange-users Digest