<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/allcommerce/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/allcommerce/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 14 Oct 2005 17:48:07 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/allcommerce/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Link in documentation links to porn site</title><link>https://sourceforge.net/p/allcommerce/bugs/12/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The links to www.zelerate.org in the System&lt;br /&gt;
Administrators Guide link to a porn site.&lt;/p&gt;
&lt;p&gt;And if you change it to ".com" instead ".org" it links&lt;br /&gt;
to a ecommerce marketing site.&lt;/p&gt;
&lt;p&gt;This is almost leading me to question the credibility&lt;br /&gt;
of this package.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gmex</dc:creator><pubDate>Fri, 14 Oct 2005 17:48:07 -0000</pubDate><guid>https://sourceforge.net408cb2f610f5f26ee35f3cce0ab56e19baa500b9</guid></item><item><title>syntax of CREATEDB in lib/configure.pm</title><link>https://sourceforge.net/p/allcommerce/bugs/11/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'am instaling osallcomerce ver.1.2.3,with PostgreSQL &lt;br /&gt;
version 7.4.&lt;br /&gt;
I think the line &lt;br /&gt;
`createdb -p $port -h $servername create $dbname`&lt;br /&gt;
in lib/configure.pl should be like this:&lt;br /&gt;
`createdb -p $port -h $servername $dbname`&lt;/p&gt;
&lt;p&gt;the syntax of CREATEDB command is:&lt;br /&gt;
createdb [OPTION]... [DBNAME] [DESCRIPTION]&lt;/p&gt;
&lt;p&gt;there is no additional action "create".&lt;/p&gt;
&lt;p&gt;best regards&lt;br /&gt;
Pawe&amp;amp;#322; Sadowski&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pawe&amp;#322; Sadowski</dc:creator><pubDate>Thu, 12 Feb 2004 15:34:57 -0000</pubDate><guid>https://sourceforge.net0aee30bf4d61b2f2c238bd361faa64c2aab9cc57</guid></item><item><title>Improper handling of blank 'sid' field (patch included)</title><link>https://sourceforge.net/p/allcommerce/bugs/10/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When scripts in OS AllCommerce use the &amp;amp;amp;check_login&lt;br /&gt;
function from login.pm, and they are not called with&lt;br /&gt;
the &amp;amp;quot;sid&amp;amp;quot; CGI parameter, they end up generating and&lt;br /&gt;
trying to use the query:&lt;/p&gt;
&lt;p&gt;SELECT browser,custid,mdate FROM sessions WHERE sid=&lt;/p&gt;
&lt;p&gt;This causes an error, which OS AllCommerce's&lt;br /&gt;
&amp;amp;amp;query_getAll function fails to detect, because at line&lt;br /&gt;
1169 of db_layer.pm, it runs DBI::execute without&lt;br /&gt;
checking the return value (the RV is stored in $check,&lt;br /&gt;
but never actually checked). If an error occurs, it&lt;br /&gt;
won't be caught until line 1172, where&lt;br /&gt;
DBI::fetchrow_hashref is used, resulting in a cryptic&lt;br /&gt;
error message &amp;amp;quot;fetch without execute&amp;amp;quot;.&lt;/p&gt;
&lt;p&gt;To fix the bugs, apply the attached patch files. The&lt;br /&gt;
patch against login.pm.diff causes &amp;amp;amp;check_login to&lt;br /&gt;
check if 'sid' is defined in %{$site} at line 106, the&lt;br /&gt;
same place where it checks if $site-&amp;amp;gt;{'sid'} is&lt;br /&gt;
&amp;amp;quot;nonzero&amp;amp;quot; (or more accurately, not less than zero... is&lt;br /&gt;
this another bug, or is the comment wrong?). The error&lt;br /&gt;
if $site{'sid'} is not defined is the same as if it was&lt;br /&gt;
less than zero.&lt;/p&gt;
&lt;p&gt;The patch against db_layer.pm causes query_getAll to&lt;br /&gt;
die if $check is not defined after the call to&lt;br /&gt;
DBI::execute on line 1169. The result is still a &amp;amp;quot;500&lt;br /&gt;
Internal Server Error&amp;amp;quot; if DBI::execute fails, but the&lt;br /&gt;
error message in the log file will be more useful in&lt;br /&gt;
finding the cause of the problem.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">J Phelps</dc:creator><pubDate>Tue, 17 Sep 2002 02:24:56 -0000</pubDate><guid>https://sourceforge.net61fb94ffb7d0fa1e6fc81a14cfed7e040ee2d685</guid></item><item><title>Can't call method &amp;quot;prepare&amp;quot;</title><link>https://sourceforge.net/p/allcommerce/bugs/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;using configure.pl stops at line 1333&lt;/p&gt;
&lt;p&gt;Can't call method &amp;amp;quot;prepare&amp;amp;quot; on an undefined value &lt;br /&gt;
at ./lib/configure.pm line 1333.&lt;/p&gt;
&lt;p&gt;Says, &amp;amp;quot;creating tables&amp;amp;quot; - but not one table is created; &lt;br /&gt;
database itself yes, but no table.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kurt Fleischmann</dc:creator><pubDate>Sun, 11 Aug 2002 20:31:21 -0000</pubDate><guid>https://sourceforge.net611adec11af3e46c7bbc0e2a4838b55a954f0a63</guid></item><item><title>Sitepm.Dir file not found</title><link>https://sourceforge.net/p/allcommerce/bugs/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When running ./configure.pl i get a message ,&lt;br /&gt;
&amp;amp;quot;Sitepm.Dir file not found - Program HALTED&amp;amp;quot;&lt;br /&gt;
There is no file with this name in the package&lt;br /&gt;
(os_allcommerce-1.2.3-200103022212.tar.gz ).&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Faust</dc:creator><pubDate>Sun, 24 Mar 2002 22:56:44 -0000</pubDate><guid>https://sourceforge.netfc772c6d2ad55e3148b9df143cb5e415649f3eca</guid></item><item><title>SQL error from content mgr</title><link>https://sourceforge.net/p/allcommerce/bugs/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have installed AllCommerce 1.2.3 on WinNT.&lt;/p&gt;
&lt;p&gt;Once having logged into the admin screen, I clicked on &lt;br /&gt;
the Content Manager link.  The browser hung.&lt;/p&gt;
&lt;p&gt;So, I executed admin_object.cgi, only to get the &lt;br /&gt;
following prominent errors (apart from a lot of uninit &lt;br /&gt;
messages:&lt;br /&gt;
DBD::mysql::st execute failed: You have an error in &lt;br /&gt;
your SQL syntax near '' at line 1 at &lt;br /&gt;
d:/zennsoft/web/os_allcommerce/lib/db_layer.pm line &lt;br /&gt;
1169.&lt;br /&gt;
DBD::mysql::st fetchrow_hashref feiled: fetch() &lt;br /&gt;
withour exectue() at &lt;br /&gt;
d:/zennsoft/web/os_allcommerce/lib/db_layer.pm line &lt;br /&gt;
1172.&lt;/p&gt;
&lt;p&gt;So, I printed the query to get:&lt;/p&gt;
&lt;p&gt;SELECT body FROM extraprop WHERE fieldname &lt;br /&gt;
= 'ac_language_sens' SELECT mdate, custid, browser &lt;br /&gt;
FROM sessions WHERE sid = Location: //login.cgi &lt;/p&gt;
&lt;p&gt;This does not seem right.  Something seems awfully &lt;br /&gt;
wrong.. why do I get two select clauses and &lt;br /&gt;
the &amp;amp;quot;Location: //login.cgi&amp;amp;quot; seems fishy.&lt;/p&gt;
&lt;p&gt;Can you help me fix this, please?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Karthik Kannappan</dc:creator><pubDate>Wed, 08 Aug 2001 01:58:27 -0000</pubDate><guid>https://sourceforge.netc3afa6508ba163f42010d2cd05a28592ba28a334</guid></item><item><title>No site.pm file</title><link>https://sourceforge.net/p/allcommerce/bugs/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'm unable to complete the configure.pl setup due &lt;br /&gt;
to a missing file.&lt;/p&gt;
&lt;p&gt;After completing the  site_ccvs_port []  option the &lt;br /&gt;
following error appears:&lt;/p&gt;
&lt;p&gt;Can't locate ./conf/site.pm in @INC (@INC &lt;br /&gt;
contains: /usr/lib/perl5/5.00503/i386-linux /usr/lib/&lt;br /&gt;
perl5/5.00503 /usr/lib/perl5/site_perl/5.005/i386-&lt;br /&gt;
linux /usr/lib/perl5/site_perl/5.005 .) at ./lib/&lt;br /&gt;
configure.pm line 1223, &amp;amp;lt;STDIN&amp;amp;gt; chunk 58.&lt;br /&gt;
Database handle destroyed without explicit &lt;br /&gt;
disconnect, &amp;amp;lt;STDIN&amp;amp;gt; chunk 58.&lt;/p&gt;
&lt;p&gt;Sure enough there is no site.pm file in conf.&lt;/p&gt;
&lt;p&gt;How would I obtain such a beast? It seems like &lt;br /&gt;
that should have been included in the distribution.&lt;/p&gt;
&lt;p&gt;Jordon Davidson&lt;br /&gt;
Neptune Internet Services Inc.&lt;br /&gt;
jordon@neptune.on.ca&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jordon Davidson</dc:creator><pubDate>Fri, 27 Jul 2001 00:14:54 -0000</pubDate><guid>https://sourceforge.net92ecc03716ea38d0788a7ca3d32ad638e670d051</guid></item><item><title>Error in line 1333 of configure.pm file</title><link>https://sourceforge.net/p/allcommerce/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When trying to run configure.pl idl; the program blows &lt;br /&gt;
up when the idl is trying to start, always referencing &lt;br /&gt;
line 1333 of the configure.pm program.  It says it &lt;br /&gt;
cannot 'prepare' due to a missing or incorrect value.&lt;/p&gt;
&lt;p&gt;Have tried numerous times.  Am using mysql with proper &lt;br /&gt;
DBI/DBD.  Trying to login as admin does hit the &lt;br /&gt;
database, verified by checking sessions table.&lt;/p&gt;
&lt;p&gt;Apache is configured properly and running.  Perl &lt;br /&gt;
version is also fine (5.00503).&lt;/p&gt;
&lt;p&gt;Help?  I can't go any further.&lt;/p&gt;
&lt;p&gt;George McCann&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">George McCann</dc:creator><pubDate>Tue, 10 Jul 2001 14:13:22 -0000</pubDate><guid>https://sourceforge.netcb359915e51ab13051c2a6385c483dacdc00c9da</guid></item><item><title>Probs</title><link>https://sourceforge.net/p/allcommerce/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;br /&gt;
I've been playing all week with this.&lt;br /&gt;
I have the same problem as previously mentioned re &lt;br /&gt;
missing state fields.&lt;br /&gt;
I followed the instructions above be was presented &lt;br /&gt;
with &amp;amp;gt;sel_state.txt appearing in the box instead of &lt;br /&gt;
the list.&lt;br /&gt;
I set up a test 'brand' and then went on to add a &lt;br /&gt;
product but the brand was not available in the list, &lt;br /&gt;
I've read the piece on permissions and have chown'd &lt;br /&gt;
the directory and files to death without any luck.&lt;br /&gt;
This problem also occurs when 'joining' the site as a &lt;br /&gt;
visitor - no 'state' list&lt;br /&gt;
Thanks&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Les Pickin</dc:creator><pubDate>Thu, 31 May 2001 14:27:02 -0000</pubDate><guid>https://sourceforge.neta5ec15cc98893523009c6fa93928ce1d7934cc6d</guid></item><item><title>myaccount address edit missing state</title><link>https://sourceforge.net/p/allcommerce/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;vi myaccount.pm,&lt;br /&gt;
search for &amp;amp;quot;sel_state&amp;amp;quot;,&lt;br /&gt;
uncomment the following lines:&lt;br /&gt;
my $state = &amp;amp;amp;localize_template(&amp;amp;quot;sel_state&amp;amp;quot;, &lt;br /&gt;
$site-&amp;amp;gt;{'interfaces'}, 0, $site);&lt;br /&gt;
my @temp = split /\n/, $state;&lt;br /&gt;
$addressinfo{'STATE_SELECT'} = &amp;amp;amp;gen_select&lt;br /&gt;
(' ', 2, @temp);&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">robert chou</dc:creator><pubDate>Sat, 05 May 2001 06:24:14 -0000</pubDate><guid>https://sourceforge.net4906582606c03d3d25ba207b1031979e756b6e5d</guid></item></channel></rss>