<?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/phpix2/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/phpix2/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 15 Jul 2008 20:54:00 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/phpix2/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Please fix bashism at phpix-create-new-instance</title><link>https://sourceforge.net/p/phpix2/bugs/25/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;checkbashisms' output:&lt;br /&gt;
&amp;gt; possible bashism in ./usr/bin/phpix-create-new-instance line 10 (echo -e):&lt;br /&gt;
&amp;gt;     echo -e "$1&lt;/p&gt;
&lt;p&gt;I've a patch attached that fix this problem. So it will work in shell, bash and dash.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marco Rodrigues</dc:creator><pubDate>Tue, 15 Jul 2008 20:54:00 -0000</pubDate><guid>https://sourceforge.netbbff09599c78a17e8dbf37e929ac116fc64f340b</guid></item><item><title>Autorotating pictures</title><link>https://sourceforge.net/p/phpix2/bugs/24/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The original pxpix had a nice feature: autorotation of&lt;br /&gt;
pictures and thumbnails.&lt;/p&gt;
&lt;p&gt;It could be a Good Idea to add it.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">LT-P</dc:creator><pubDate>Mon, 13 Dec 2004 20:01:50 -0000</pubDate><guid>https://sourceforge.netb80f6d838b399740ab569f28a4f4847927eb63c0</guid></item><item><title>CSS element names</title><link>https://sourceforge.net/p/phpix2/bugs/23/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It could be useful to haave non-generic names for&lt;br /&gt;
classes and ids in phpix, as the gallery can me merged&lt;br /&gt;
into a webpage.&lt;/p&gt;
&lt;p&gt;I am thinkiing of using things like&lt;/p&gt;
&lt;p&gt;div.phpix_content {&lt;br /&gt;
background-color: white;&lt;br /&gt;
/* align: center; */&lt;br /&gt;
margin-left: auto;&lt;br /&gt;
margin-right: auto;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;instead of &lt;/p&gt;
&lt;p&gt;div.content {&lt;br /&gt;
background-color: white;&lt;br /&gt;
/* align: center; */&lt;br /&gt;
margin-left: auto;&lt;br /&gt;
margin-right: auto;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;because I could have been using a class "content" into&lt;br /&gt;
my own CSS files.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">LT-P</dc:creator><pubDate>Thu, 09 Dec 2004 18:21:51 -0000</pubDate><guid>https://sourceforge.net015d97fc770eb4e953fe29623584aecab90bf003</guid></item><item><title>URL encoding in links</title><link>https://sourceforge.net/p/phpix2/bugs/22/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When trying to validate the pages generated by phpix2,&lt;br /&gt;
I get those errors:&lt;/p&gt;
&lt;p&gt;___&lt;/p&gt;
&lt;p&gt;Line 32, column 203: cannot generate system identifier&lt;br /&gt;
for general entity "user"&lt;/p&gt;
&lt;p&gt;...m=%23%23NONE%23%23&amp;amp;dispsize=Original&amp;amp;user=&amp;amp;pic=directory.jpg&amp;amp;width=92&amp;amp;height=&lt;/p&gt;
&lt;p&gt;An entity reference was found in the document, but&lt;br /&gt;
there is no reference by that name defined. Often this&lt;br /&gt;
is caused by misspelling the reference name, unencoded&lt;br /&gt;
ampersands, or by leaving off the trailing semicolon&lt;br /&gt;
(;). The most common cause of this error is unencoded&lt;br /&gt;
ampersands in URLs as described by the WDG in&lt;br /&gt;
"Ampersands in URLs".&lt;/p&gt;
&lt;p&gt;Entity references start with an ampersand (&amp;amp;) and end&lt;br /&gt;
with a semicolon (;). If you want to use a literal&lt;br /&gt;
ampersand in your document you must encode it as&lt;br /&gt;
"&amp;amp;amp;" (even inside URLs!). Be careful to end entity&lt;br /&gt;
references with a semicolon or your entity reference&lt;br /&gt;
may get interpreted in connection with the following&lt;br /&gt;
text. Also keep in mind that named entity references&lt;br /&gt;
are case-sensitive; &amp;amp;Aelig; and &amp;amp;aelig; are different&lt;br /&gt;
characters.&lt;/p&gt;
&lt;p&gt;___&lt;/p&gt;
&lt;p&gt;This problem is explained there:&lt;br /&gt;
&lt;a href="http://www.htmlhelp.com/tools/validator/problems.html#amp" rel="nofollow"&gt;http://www.htmlhelp.com/tools/validator/problems.html#amp&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;___&lt;br /&gt;
Ampersands (&amp;amp;'s) in URLs&lt;/p&gt;
&lt;p&gt;Another common error occurs when including a URL which&lt;br /&gt;
contains an ampersand ("&amp;amp;"):&lt;/p&gt;
&lt;p&gt;&amp;lt;!-- This is invalid! --&amp;gt; &amp;lt;a&lt;br /&gt;
href="foo.cgi?chapter=1&amp;amp;section=2"&amp;gt;...&amp;lt;/a&amp;gt;&lt;/p&gt;
&lt;p&gt;This example generates an error for "unknown entity&lt;br /&gt;
section" because the "&amp;amp;" is assumed to begin an entity.&lt;br /&gt;
In many cases, browsers will recover safely from the&lt;br /&gt;
error, but the example used here will cause the link to&lt;br /&gt;
fail in Netscape 3.x (but not other versions of&lt;br /&gt;
Netscape) since it will assume that the author intended&lt;br /&gt;
to write &amp;amp;sect;ion, which is equivalent to 告on.&lt;/p&gt;
&lt;p&gt;To avoid problems with both validators and browsers,&lt;br /&gt;
always use &amp;amp;amp; in place of &amp;amp; when writing URLs in HTML:&lt;/p&gt;
&lt;p&gt;&amp;lt;a href="foo.cgi?chapter=1&amp;amp;amp;section=2"&amp;gt;...&amp;lt;/a&amp;gt;&lt;/p&gt;
&lt;p&gt;Note that replacing &amp;amp; with &amp;amp;amp; is only done when&lt;br /&gt;
writing the URL in HTML, where "&amp;amp;" is a special&lt;br /&gt;
character (along with "&amp;lt;" and "&amp;gt;"). When writing the&lt;br /&gt;
same URL in a plain text email message or in the&lt;br /&gt;
location bar of your browser, you would use "&amp;amp;" and not&lt;br /&gt;
"&amp;amp;amp;". With HTML, the browser translates "&amp;amp;amp;" to&lt;br /&gt;
"&amp;amp;" so the Web server would only see "&amp;amp;" and not&lt;br /&gt;
"&amp;amp;amp;" in the query string of the request.&lt;br /&gt;
___&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">LT-P</dc:creator><pubDate>Thu, 09 Dec 2004 16:56:33 -0000</pubDate><guid>https://sourceforge.netd2ef48302b939ac87bc6ab428e236f5c6a7c5199</guid></item><item><title>Does not deal with MOV files</title><link>https://sourceforge.net/p/phpix2/bugs/21/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;My camera takes MOV video. It would be nice to be able&lt;br /&gt;
to view these on the browser. If not, then could we&lt;br /&gt;
ignore unknown formats?&lt;/p&gt;
&lt;p&gt;Great software, BTW. :)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 14 Oct 2004 05:43:39 -0000</pubDate><guid>https://sourceforge.netf1cd133e54b1b062e8eacdd46cd589e68c0c2e9e</guid></item><item><title> ./convert.sh errors</title><link>https://sourceforge.net/p/phpix2/bugs/20/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;./convert.sh&lt;br /&gt;
shift: can't shift that many&lt;br /&gt;
shift: can't shift that many&lt;br /&gt;
shift: can't shift that many&lt;br /&gt;
shift: can't shift that many&lt;br /&gt;
shift: can't shift that many&lt;br /&gt;
shift: can't shift that many&lt;/p&gt;
&lt;p&gt;OS is 4.8-RELEASE-p14&lt;/p&gt;
&lt;p&gt;any ideas?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tim Hunter</dc:creator><pubDate>Mon, 28 Jun 2004 22:52:51 -0000</pubDate><guid>https://sourceforge.net981f238bff7439565879b86ae4468e13330809e3</guid></item><item><title>Adjust size doesn't work + fix</title><link>https://sourceforge.net/p/phpix2/bugs/19/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&amp;amp;quot;Adjust size&amp;amp;quot; fails when you have a single quote in the&lt;br /&gt;
file name.&lt;br /&gt;
In view.php on line 215:&lt;/p&gt;
&lt;p&gt;print &amp;amp;quot;&amp;amp;lt;input type='hidden' name='pic' value='$pic'&amp;amp;gt;\n&amp;amp;quot;;&lt;/p&gt;
&lt;p&gt;The $pic needs to be urlencode()'ed before being processed.&lt;br /&gt;
example of a fix:&lt;/p&gt;
&lt;p&gt;print &amp;amp;quot;&amp;amp;lt;input type='hidden' name='pic' value='&amp;amp;quot; .&lt;br /&gt;
urlencode($pic)&amp;amp;quot;'&amp;amp;gt;\n&amp;amp;quot;;&lt;/p&gt;
&lt;p&gt;Then on line 24 in view.php:&lt;/p&gt;
&lt;p&gt;pic = stripslashes($pic);&lt;/p&gt;
&lt;p&gt;needs to be changed to:&lt;/p&gt;
&lt;p&gt;$pic = urldecode(stripslashes($pic));&lt;/p&gt;
&lt;p&gt;so the rest of the script can process a urldeode()'ed&lt;br /&gt;
string.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 31 Mar 2003 10:42:41 -0000</pubDate><guid>https://sourceforge.net6396eb275515b3edc4143a7c7ff1679c07189fed</guid></item><item><title>chdir()</title><link>https://sourceforge.net/p/phpix2/bugs/18/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'm getting this error from PHPix: Warning: chdir()&lt;br /&gt;
[function.chdir]: No such file or directory (errno 2)&lt;br /&gt;
in /home/httpd/albums/common.inc on line 26&lt;/p&gt;
&lt;p&gt;I'm using Apache v2 and PHP 4.3.0. Has the chdir&lt;br /&gt;
function changed since 4.1? Or could it be a permission&lt;br /&gt;
problem?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mathew L. Alexander</dc:creator><pubDate>Tue, 11 Feb 2003 02:19:44 -0000</pubDate><guid>https://sourceforge.netbd4d52e2e68c4699f0fc3ecad2d4a1cccc062dc8</guid></item><item><title>Make Failure:  Need an Operator</title><link>https://sourceforge.net/p/phpix2/bugs/17/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Am trying to make (suid or nosuid) on an OpenBSD3.1-&lt;br /&gt;
current system.  I'm getting the following errors when I &lt;br /&gt;
run 'make suid':&lt;/p&gt;
&lt;p&gt;&amp;amp;quot;Makefile&amp;amp;quot;, line 23: Need an operator&lt;br /&gt;
&amp;amp;quot;Makefile&amp;amp;quot;, line 25: Need an operator&lt;br /&gt;
&amp;amp;quot;Makefile&amp;amp;quot;, line 27: Need an operator&lt;br /&gt;
Fatal errors encountered -- cannot continue&lt;/p&gt;
&lt;p&gt;thinking maybe I didn't have GCC installed/setup (but &lt;br /&gt;
I'm sure I do since I've recompiled the kernel on this &lt;br /&gt;
machine?) I did:&lt;/p&gt;
&lt;p&gt;# whatis gcc&lt;br /&gt;
gcc, g++ (1) - GNU project C and C++ Compiler (gcc-&lt;br /&gt;
2.95)&lt;/p&gt;
&lt;p&gt;and&lt;/p&gt;
&lt;p&gt;# gcc -v&lt;br /&gt;
Reading specs from /usr/lib/gcc-lib/i386-unknown-&lt;br /&gt;
openbsd3.1/2.95.3/specs&lt;br /&gt;
gcc version 2.95.3 20010125 (prerelease)&lt;/p&gt;
&lt;p&gt;but am at a loss...BTW, here's lines 23,25,27 of the &lt;br /&gt;
Makefile:&lt;/p&gt;
&lt;p&gt;ifdef BASEPATH&lt;br /&gt;
echo &amp;amp;quot;#define BASEPATH \&amp;amp;amp;quot;$(BASEPATH)\&amp;amp;amp;quot;&amp;amp;quot; &amp;amp;gt; &lt;br /&gt;
convert.h&lt;br /&gt;
else&lt;br /&gt;
echo &amp;amp;quot;#define BASEPATH \&amp;amp;amp;quot;`pwd`\&amp;amp;amp;quot;&amp;amp;quot; &amp;amp;gt; convert.h&lt;br /&gt;
endif&lt;/p&gt;
&lt;p&gt;I've signed up for the Mailing list tonight - so can be &lt;br /&gt;
answered in either spot&lt;/p&gt;
&lt;p&gt;Thanks in advance! - dave@dgnal.net&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 22 Aug 2002 04:11:08 -0000</pubDate><guid>https://sourceforge.net6445ea5317d82abee3bc856342cbdb7a0be3bca8</guid></item><item><title>Can't create directories under RH7.2</title><link>https://sourceforge.net/p/phpix2/bugs/16/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Any one else have problems using this with a RH7.2&lt;br /&gt;
installation?&lt;/p&gt;
&lt;p&gt;I have used it with great success on earlier version,&lt;br /&gt;
but now get the following message when I go to a page&lt;br /&gt;
that requires execution of the convert script.&lt;/p&gt;
&lt;p&gt;mkdir: cannot create directory&lt;br /&gt;
`generated/Wooden_Planes': Permission denied &lt;/p&gt;
&lt;p&gt;I inserted an id command in the convert.sh script and&lt;br /&gt;
it indicate that I am running as apache/apache with no&lt;br /&gt;
effective user id mentioned.&lt;/p&gt;
&lt;p&gt;Does this ring a bell with anyone?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
Tad&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tad Truex</dc:creator><pubDate>Thu, 28 Mar 2002 02:13:05 -0000</pubDate><guid>https://sourceforge.net08d05d2d26105cffd3effcac02115e2ef31a463d</guid></item></channel></rss>