<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>Support Forum - Tag: php 5.3 - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/php-53</link>
		<description>Support Forum - Tag: php 5.3 - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 06:48:40 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/tags/php-53" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Problem with slideshow"</title>
			<link>http://www.kriesi.at/support/topic/problem-with-slideshow#post-31504</link>
			<pubDate>Wed, 09 Nov 2011 07:12:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31504@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that you found a solution. As far as I know WP devs recommend 128mb or even 256mb php memory :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>batusaltador on "Problem with slideshow"</title>
			<link>http://www.kriesi.at/support/topic/problem-with-slideshow#post-31435</link>
			<pubDate>Tue, 08 Nov 2011 11:23:50 +0000</pubDate>
			<dc:creator>batusaltador</dc:creator>
			<guid isPermaLink="false">31435@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It's a memory problem in the server with wordpress, I type the solution:&#60;/p&#62;
&#60;p&#62;Look the error logs:&#60;/p&#62;
&#60;p&#62;[Tue Nov 08 11:33:50 2011] [error] [client 83.34.196.141] PHP Fatal error:  Allowed memory size of 33554432 bytes exhausted (tried to allocate 491520 bytes) in /var/www/vhosts/c&#60;/p&#62;
&#60;p&#62;Then you have tree solutions:&#60;/p&#62;
&#60;p&#62;* Increase the amount of memory a PHP script may consume. Note: If using a shared hosting service, you may need to ask your host to increase the limit.&#60;/p&#62;
&#60;p&#62;1. Increase the memory limit setting in php.ini (e.g. memory_limit = 64M ;). Many hosts may not allow this.&#60;br /&#62;
2. Increase the memory limit via .htaccess (e.g. php_value memory_limit 64M). Many hosts may not allow this.&#60;br /&#62;
3. Increase the memory limit via wp-config.php (e.g. define('WP_MEMORY_LIMIT', '64M');)&#60;/p&#62;
&#60;p&#62;I use last one, all thing going on perfect.&#60;/p&#62;
&#60;p&#62;Thanks a lot for the support
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Problem with slideshow"</title>
			<link>http://www.kriesi.at/support/topic/problem-with-slideshow#post-31382</link>
			<pubDate>Mon, 07 Nov 2011 19:07:53 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31382@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
can you post a link please. We can use js debug tools like firebug then and report your problem to Kriesi if necessary.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>batusaltador on "Problem with slideshow"</title>
			<link>http://www.kriesi.at/support/topic/problem-with-slideshow#post-31350</link>
			<pubDate>Mon, 07 Nov 2011 10:12:12 +0000</pubDate>
			<dc:creator>batusaltador</dc:creator>
			<guid isPermaLink="false">31350@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes I've got a lot space, is a VPS, not need more resources for wordpress.&#60;/p&#62;
&#60;p&#62;Thanks a lot&#60;/p&#62;
&#60;p&#62;I'll hope some one can tell me how to fix the problem.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Problem with slideshow"</title>
			<link>http://www.kriesi.at/support/topic/problem-with-slideshow#post-31251</link>
			<pubDate>Sun, 06 Nov 2011 01:38:17 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">31251@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I'm not really sure about this though this shouldn't occur when you're running the latest version of WordPress with the latest version of Brightbox. Are you certain you have enough storage space left on your server and was your server working at the time?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>batusaltador on "Problem with slideshow"</title>
			<link>http://www.kriesi.at/support/topic/problem-with-slideshow#post-30931</link>
			<pubDate>Tue, 01 Nov 2011 18:59:41 +0000</pubDate>
			<dc:creator>batusaltador</dc:creator>
			<guid isPermaLink="false">30931@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I want to put four pictures in the slideshow, but just let me allow to insert 3 picture, if I try to put the number four, avia framework functions start to put this mensage:&#60;/p&#62;
&#60;p&#62;error: function()&#60;br /&#62;
					{&#60;br /&#62;
						$('body').avia_alert({the_class:'error', text:'Couldnt connect to your Server  Please wait a few seconds and try again', show:4500});&#60;br /&#62;
						loadingIcon.fadeOut(300);&#60;br /&#62;
					}&#60;/p&#62;
&#60;p&#62;I don't know if is a server problem or avia frame work problem.&#60;/p&#62;
&#60;p&#62;I use php 5.3, may be this version cause the problem, I dont know.&#60;/p&#62;
&#60;p&#62;Could you say me a solution to solve the problem.&#60;/p&#62;
&#60;p&#62;Thank a lot.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
