<?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/phpay/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/phpay/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 11 Jan 2010 12:31:31 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/phpay/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>PostgreSQL</title><link>https://sourceforge.net/p/phpay/bugs/42/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Brauchen Sie Hilfe bei der Implementation ?&lt;br /&gt;
Ich Frage, weil die PostgreSQL-Anbindung garnicht funkioniert, nicht mal in Ansätzen&lt;/p&gt;
&lt;p&gt;Gerhard&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gerhard</dc:creator><pubDate>Mon, 11 Jan 2010 12:31:31 -0000</pubDate><guid>https://sourceforge.net7b7649b09ac07e88c416ddacff952ef93af38fa3</guid></item><item><title>2. Eigenschaft wird nciht per mail versendet</title><link>https://sourceforge.net/p/phpay/bugs/41/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Bei Artikeln die eine 2. Eigenschaft ahben, wird diese&lt;br /&gt;
nicht mit per Email versendet.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 17 May 2005 10:51:00 -0000</pubDate><guid>https://sourceforge.net643f39c4254442c79ba67b71224d0e55ad49d583</guid></item><item><title>Sortierung "weitere Grφίen"</title><link>https://sourceforge.net/p/phpay/bugs/40/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Die Drop-Down-Liste fόr "weitere Grφίen" (1.&lt;br /&gt;
Eigenschaft) wird nicht richtig sortiert.&lt;/p&gt;
&lt;p&gt;show_size.inc.php, Zeile 3:&lt;br /&gt;
"order by size.orderby" anstatt "order by ID" fόhrt zum&lt;br /&gt;
gewόnschten Ergebnis.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 27 Apr 2005 12:41:52 -0000</pubDate><guid>https://sourceforge.net612df3d3c9eb4ea01d49bfa00ad025cbb1eb3718</guid></item><item><title>Probleme mit " in Artikelbezeichnung</title><link>https://sourceforge.net/p/phpay/bugs/39/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Benutzt man Anführungsstriche in der&lt;br /&gt;
Artikelbezeichnung, so scheint dies erstmal zu&lt;br /&gt;
funktionieren, möchte man den Artikel jetzt aber&lt;br /&gt;
editieren und öffnet Ihn dafür erneut, so sind nach dem&lt;br /&gt;
Abschließen des Editierens die Titelteile die in "&lt;br /&gt;
standen verschwunden.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 16 Dec 2004 09:30:17 -0000</pubDate><guid>https://sourceforge.net08d03f2e38fdd9f0ea71739cb300bdd7c86ce749</guid></item><item><title>Fehler in backupimport.inc.php</title><link>https://sourceforge.net/p/phpay/bugs/38/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hallo,&lt;/p&gt;
&lt;p&gt;ich habe Probleme beim zurückspielen des Backups. Hier &lt;br /&gt;
werden die Tabellen "item" uns "size" wegen &lt;br /&gt;
Fehlermeldungen nicht mehr eingespielt. Probleme machen &lt;br /&gt;
die Zeilen&lt;/p&gt;
&lt;p&gt;37:&lt;br /&gt;
case 3:&lt;br /&gt;
db_query("insert into item &lt;br /&gt;
values('$data[0]','$data[1]','$data[2]','$data[3]','$data[4]','$d&lt;br /&gt;
ata[5]','$data[6]','$data[7]','$data[8]','$data[9]','$data[10]','$&lt;br /&gt;
data[11]')") or db_die();&lt;br /&gt;
-- Hier fehlt das "$data[11]"&lt;/p&gt;
&lt;p&gt;und 84:&lt;br /&gt;
case 15:&lt;br /&gt;
db_query("insert into size &lt;br /&gt;
values('$data[0]','$data[1]','$data[2]','$data[3]','$data[4]','$d&lt;br /&gt;
ata[5]','$data[6]')") or db_die();&lt;br /&gt;
-- Hier fehlt "$data[5]','$data[6]'"&lt;/p&gt;
&lt;p&gt;aus der Datei /admin/backupimport.inc.php.&lt;/p&gt;
&lt;p&gt;Können Sie den Fehler nachvollziehen?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 03 Jan 2004 16:44:53 -0000</pubDate><guid>https://sourceforge.netf5969b00a6773e61b3b39c205a72ce63e9d34362</guid></item><item><title>&amp;quot;short_open_tag&amp;quot; should be off</title><link>https://sourceforge.net/p/phpay/bugs/37/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Guten Morgen,&lt;/p&gt;
&lt;p&gt;dieser Bug ist einfach zu fixen, indem jede php-Datei&lt;br /&gt;
durchsucht wird und jedes &amp;amp;lt;? in ein &amp;amp;lt;?php gewandelt&lt;br /&gt;
wird.......&lt;/p&gt;
&lt;p&gt;Eine Liste mit den nötigen Dateiänderungen folgt!&lt;/p&gt;
&lt;p&gt;Das sollte gefixt werden, denn nicht jeder hat Zugriff&lt;br /&gt;
auf die php.ini und kann diesen Tag setzen wie er will.&lt;/p&gt;
&lt;p&gt;Gruss&lt;br /&gt;
Christoph&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christoph Lehnberger</dc:creator><pubDate>Sun, 28 Dec 2003 22:28:30 -0000</pubDate><guid>https://sourceforge.netbaf6f226659bb91ff7107424fa403164c656fa39</guid></item><item><title>frames</title><link>https://sourceforge.net/p/phpay/bugs/36/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;ist das beabsichtigt, dass man die frames einfach so mit &lt;br /&gt;
der mouse vergφίern /-kleinern kann?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 21 Nov 2003 08:55:07 -0000</pubDate><guid>https://sourceforge.net2a94b4c86c7aa9444ad452ce45b8318a209d2bd2</guid></item><item><title>update size in stats.php instead of in cart.php</title><link>https://sourceforge.net/p/phpay/bugs/35/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I believe I've found a bug in cart.php&lt;/p&gt;
&lt;p&gt;the stock-tracking doesn't work correctly for the 'stock' &lt;br /&gt;
value in the table 'Size' is updated to soon.&lt;/p&gt;
&lt;p&gt;It should be updated in stats.php instead of cart.php.....&lt;/p&gt;
&lt;p&gt;Now is some one goes to the pay.php form the cart and &lt;br /&gt;
after that leaves his order.....the size value is updated &lt;br /&gt;
but nothing is ordered.......&lt;/p&gt;
&lt;p&gt;Am I correct on this one or am I missing something?????&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Jeroen&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jeroen van den bosch</dc:creator><pubDate>Sun, 05 Oct 2003 00:55:45 -0000</pubDate><guid>https://sourceforge.netf88d261984d83540b131b399df289ba192403a22</guid></item><item><title>(not really a bug)  register_globals</title><link>https://sourceforge.net/p/phpay/bugs/34/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I've taken a look at this pease of nice software but the &lt;br /&gt;
first thing i noticed is that phPay won't run on my server &lt;br /&gt;
with  Register_Globals = Off in php.ini.&lt;/p&gt;
&lt;p&gt;I could not find any $_POST / $_GET vars in admani.php &lt;br /&gt;
either. &lt;/p&gt;
&lt;p&gt;Wich leads me to the conclusion that Register_Globals &lt;br /&gt;
has to be on.&lt;/p&gt;
&lt;p&gt;This is not really save, security wise.&lt;br /&gt;
(I could simply just put any var=value in the URL)&lt;/p&gt;
&lt;p&gt;I suggest you fix this.&lt;/p&gt;
&lt;p&gt;More info on register_globals can be found at&lt;br /&gt;
&lt;a href="http://www.php.net/register_globals" rel="nofollow"&gt;http://www.php.net/register_globals&lt;/a&gt;&lt;br /&gt;
This page also explain why it is not a good idea to make &lt;br /&gt;
your software rely on this feature.&lt;/p&gt;
&lt;p&gt;Also may ISP's don't support it on their servers.&lt;br /&gt;
Register_Globals is turned of by default sins PHP 4.2.0&lt;/p&gt;
&lt;p&gt;If you have any comment/questions&lt;br /&gt;
You can reach me at &lt;br /&gt;
jorgen_theking (at) hotmail (dot) com&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 01 Oct 2003 19:52:39 -0000</pubDate><guid>https://sourceforge.netcbbd264cccd68c0ccad22a207387e6d2c9adae04</guid></item><item><title>No config_system.inc.php</title><link>https://sourceforge.net/p/phpay/bugs/33/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;download phpayV202a.tar.gz,&lt;br /&gt;
there is no file config_system.inc.php&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 06 Aug 2003 06:48:17 -0000</pubDate><guid>https://sourceforge.net29efc7f304747e5675b793910cb59227edfbac05</guid></item></channel></rss>