<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: 10th preview for P4A 3, major upgrades and optimizations</title>
	<atom:link href="http://fabrizioballiano.net/2008/04/10/10th-preview-for-p4a-3-major-upgrades-and-optimizations/feed/" rel="self" type="application/rss+xml" />
	<link>http://fabrizioballiano.net/2008/04/10/10th-preview-for-p4a-3-major-upgrades-and-optimizations/</link>
	<description></description>
	<lastBuildDate>Thu, 25 Feb 2010 01:32:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Fabrizio Balliano</title>
		<link>http://fabrizioballiano.net/2008/04/10/10th-preview-for-p4a-3-major-upgrades-and-optimizations/comment-page-1/#comment-2258</link>
		<dc:creator>Fabrizio Balliano</dc:creator>
		<pubDate>Mon, 05 May 2008 07:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizioballiano.net/?p=149#comment-2258</guid>
		<description>@Sirio: please post on P4A&#039;s forums (on sourceforge) with more details</description>
		<content:encoded><![CDATA[<p>@Sirio: please post on P4A&#8217;s forums (on sourceforge) with more details</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sirio</title>
		<link>http://fabrizioballiano.net/2008/04/10/10th-preview-for-p4a-3-major-upgrades-and-optimizations/comment-page-1/#comment-2257</link>
		<dc:creator>Sirio</dc:creator>
		<pubDate>Mon, 05 May 2008 07:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizioballiano.net/?p=149#comment-2257</guid>
		<description>I&#039;m having problems with the FCKEditor, it doesn&#039;t display</description>
		<content:encoded><![CDATA[<p>I&#8217;m having problems with the FCKEditor, it doesn&#8217;t display</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrizio Balliano</title>
		<link>http://fabrizioballiano.net/2008/04/10/10th-preview-for-p4a-3-major-upgrades-and-optimizations/comment-page-1/#comment-2241</link>
		<dc:creator>Fabrizio Balliano</dc:creator>
		<pubDate>Sat, 03 May 2008 09:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizioballiano.net/?p=149#comment-2241</guid>
		<description>@mary: fine :-)</description>
		<content:encoded><![CDATA[<p>@mary: fine :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mary</title>
		<link>http://fabrizioballiano.net/2008/04/10/10th-preview-for-p4a-3-major-upgrades-and-optimizations/comment-page-1/#comment-2236</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Sat, 03 May 2008 05:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizioballiano.net/?p=149#comment-2236</guid>
		<description>please don&#039;t pay attention at my last comment firefox works fine too</description>
		<content:encoded><![CDATA[<p>please don&#8217;t pay attention at my last comment firefox works fine too</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mary</title>
		<link>http://fabrizioballiano.net/2008/04/10/10th-preview-for-p4a-3-major-upgrades-and-optimizations/comment-page-1/#comment-2235</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Sat, 03 May 2008 05:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizioballiano.net/?p=149#comment-2235</guid>
		<description>I probe the sample products_catalogue in firefox 2.0.0.14 and it shows the follow error:

Fatal error: Call to a member function getTranslationList() on a non-object in C:\wwwroot\p4a\p4a\objects\p4a.php on line 841

but in IE amd safari works fine</description>
		<content:encoded><![CDATA[<p>I probe the sample products_catalogue in firefox 2.0.0.14 and it shows the follow error:</p>
<p>Fatal error: Call to a member function getTranslationList() on a non-object in C:\wwwroot\p4a\p4a\objects\p4a.php on line 841</p>
<p>but in IE amd safari works fine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blas</title>
		<link>http://fabrizioballiano.net/2008/04/10/10th-preview-for-p4a-3-major-upgrades-and-optimizations/comment-page-1/#comment-2152</link>
		<dc:creator>blas</dc:creator>
		<pubDate>Mon, 28 Apr 2008 17:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizioballiano.net/?p=149#comment-2152</guid>
		<description>Fabrizio,

   Probably your are right. I have something misundestand and the problem is due because my app is not &quot;under&quot; the documents root dir... I configure all needed constants pointing to /var/myapp instead /wwwroot dir but when checkconfiguration occurs the /wwwroot/myapp/uploads/tmp directory is created ! instead /myapp/uploads/tmp.

   Thank for your answer. I will check my config.

blas</description>
		<content:encoded><![CDATA[<p>Fabrizio,</p>
<p>   Probably your are right. I have something misundestand and the problem is due because my app is not &#8220;under&#8221; the documents root dir&#8230; I configure all needed constants pointing to /var/myapp instead /wwwroot dir but when checkconfiguration occurs the /wwwroot/myapp/uploads/tmp directory is created ! instead /myapp/uploads/tmp.</p>
<p>   Thank for your answer. I will check my config.</p>
<p>blas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrizio Balliano</title>
		<link>http://fabrizioballiano.net/2008/04/10/10th-preview-for-p4a-3-major-upgrades-and-optimizations/comment-page-1/#comment-2151</link>
		<dc:creator>Fabrizio Balliano</dc:creator>
		<pubDate>Mon, 28 Apr 2008 16:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizioballiano.net/?p=149#comment-2151</guid>
		<description>@blas: at the moment this is the code:

define(&#039;P4A_UPLOADS_TMP_NAME&#039;, &#039;tmp&#039;);
define(&#039;P4A_UPLOADS_TMP_PATH&#039;, P4A_UPLOADS_PATH . &#039;/&#039; . P4A_UPLOADS_TMP_NAME);
define(&#039;P4A_UPLOADS_TMP_DIR&#039;, P4A_SERVER_DIR . P4A_UPLOADS_TMP_PATH);
define(&#039;P4A_UPLOADS_TMP_URL&#039;, P4A_SERVER_URL . P4A_UPLOADS_TMP_PATH);

and I think it&#039;s quite good, normally you only define tha p4a_uploads_path and not the dir, if you&#039;ve to define the dir, simply define both path and dir and everything should be ok, otherwise it&#039;s really difficult to generate configs and we can&#039;t make the constants generation the most comlex part of p4a ;-)</description>
		<content:encoded><![CDATA[<p>@blas: at the moment this is the code:</p>
<p>define(&#8216;P4A_UPLOADS_TMP_NAME&#8217;, &#8216;tmp&#8217;);<br />
define(&#8216;P4A_UPLOADS_TMP_PATH&#8217;, P4A_UPLOADS_PATH . &#8216;/&#8217; . P4A_UPLOADS_TMP_NAME);<br />
define(&#8216;P4A_UPLOADS_TMP_DIR&#8217;, P4A_SERVER_DIR . P4A_UPLOADS_TMP_PATH);<br />
define(&#8216;P4A_UPLOADS_TMP_URL&#8217;, P4A_SERVER_URL . P4A_UPLOADS_TMP_PATH);</p>
<p>and I think it&#8217;s quite good, normally you only define tha p4a_uploads_path and not the dir, if you&#8217;ve to define the dir, simply define both path and dir and everything should be ok, otherwise it&#8217;s really difficult to generate configs and we can&#8217;t make the constants generation the most comlex part of p4a ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blas</title>
		<link>http://fabrizioballiano.net/2008/04/10/10th-preview-for-p4a-3-major-upgrades-and-optimizations/comment-page-1/#comment-2150</link>
		<dc:creator>blas</dc:creator>
		<pubDate>Mon, 28 Apr 2008 16:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizioballiano.net/?p=149#comment-2150</guid>
		<description>Fabrizio,

   Just a comment about customization of P4A_UPLOADS directories.

   Considering that in the app index.php file you can &quot;predefine&quot; severals P4A_UPLOADS directories, I think that other directories &quot;depending&quot; of the first ones and that is not possible &quot;predefine&quot; in the index.php must use the values of &quot;parents&quot; directories.... 

   I&#039;m sorry but, may be, it is a little confuse my explanation.  I will try with this sample: My docs roots directory is /wwwroot but I define P4A_UPLOADS_DIR as &quot;/myapp/uploads&quot; the &#039;P4A_UPLOADS_TMP_DIR&#039; configuration setting must be like P4A_UPLOADS_DIR._DS_.P4A_UPLOADS_TMP_NAME (instead P4A_SERVER_DIR . P4A_UPLOADS_TMP_PATH)

   Thanks for reading this comment and for all your great work !!!

  blas</description>
		<content:encoded><![CDATA[<p>Fabrizio,</p>
<p>   Just a comment about customization of P4A_UPLOADS directories.</p>
<p>   Considering that in the app index.php file you can &#8220;predefine&#8221; severals P4A_UPLOADS directories, I think that other directories &#8220;depending&#8221; of the first ones and that is not possible &#8220;predefine&#8221; in the index.php must use the values of &#8220;parents&#8221; directories&#8230;. </p>
<p>   I&#8217;m sorry but, may be, it is a little confuse my explanation.  I will try with this sample: My docs roots directory is /wwwroot but I define P4A_UPLOADS_DIR as &#8220;/myapp/uploads&#8221; the &#8216;P4A_UPLOADS_TMP_DIR&#8217; configuration setting must be like P4A_UPLOADS_DIR._DS_.P4A_UPLOADS_TMP_NAME (instead P4A_SERVER_DIR . P4A_UPLOADS_TMP_PATH)</p>
<p>   Thanks for reading this comment and for all your great work !!!</p>
<p>  blas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrizio Balliano</title>
		<link>http://fabrizioballiano.net/2008/04/10/10th-preview-for-p4a-3-major-upgrades-and-optimizations/comment-page-1/#comment-1450</link>
		<dc:creator>Fabrizio Balliano</dc:creator>
		<pubDate>Mon, 14 Apr 2008 08:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizioballiano.net/?p=149#comment-1450</guid>
		<description>@brake_c: thank you, this bug was already issued and fixed on svn :-)</description>
		<content:encoded><![CDATA[<p>@brake_c: thank you, this bug was already issued and fixed on svn :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brake_c</title>
		<link>http://fabrizioballiano.net/2008/04/10/10th-preview-for-p4a-3-major-upgrades-and-optimizations/comment-page-1/#comment-1438</link>
		<dc:creator>brake_c</dc:creator>
		<pubDate>Sun, 13 Apr 2008 20:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizioballiano.net/?p=149#comment-1438</guid>
		<description>Search does not work in product_catalogue app nor in my own app since 2.99.9 but it worked in previous versions. Seems like extra mysql_real_escape_string() or similar function call added.

Error message when searsh string was &quot;model 1&quot;:
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;model 1&#039;%&#039;) )) p4a_count&#039; at line 3
File: Pdo.php, Line: 238</description>
		<content:encoded><![CDATA[<p>Search does not work in product_catalogue app nor in my own app since 2.99.9 but it worked in previous versions. Seems like extra mysql_real_escape_string() or similar function call added.</p>
<p>Error message when searsh string was &#8220;model 1&#8243;:<br />
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#8216;model 1&#8242;%&#8217;) )) p4a_count&#8217; at line 3<br />
File: Pdo.php, Line: 238</p>
]]></content:encoded>
	</item>
</channel>
</rss>
