<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Support &#187; php</title>
	<atom:link href="https://iwinter.com.hr/support/?feed=rss2&#038;tag=php" rel="self" type="application/rss+xml" />
	<link>https://iwinter.com.hr/support</link>
	<description>sanljiljan Support system</description>
	<lastBuildDate>Fri, 06 Feb 2026 08:47:11 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>Server errors, Bad Gateway</title>
		<link>https://iwinter.com.hr/support/?p=17383</link>
		<comments>https://iwinter.com.hr/support/?p=17383#comments</comments>
		<pubDate>Wed, 16 Nov 2022 11:19:06 +0000</pubDate>
		<dc:creator><![CDATA[sanljiljan]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bad gateway]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://iwinter.com.hr/support/?p=17383</guid>
		<description><![CDATA[Many servers exists with many different configurations, so such issues may happen. 1. try disable mod security in cpanel or ask hosting provider to disable 2. change PHP to 7.2 or 7.3, try this php config: http://iwinter.com.hr/support/?p=17307 3. nginx issues guides: http://iwinter.com.hr/support/?p=6975 4. If issue persists also provide cpanel login and admin login via support [&#8230;]]]></description>
		<wfw:commentRss>https://iwinter.com.hr/support/?feed=rss2&#038;p=17383</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Suggested PHP config</title>
		<link>https://iwinter.com.hr/support/?p=17307</link>
		<comments>https://iwinter.com.hr/support/?p=17307#comments</comments>
		<pubDate>Tue, 29 Oct 2019 08:20:12 +0000</pubDate>
		<dc:creator><![CDATA[sanljiljan]]></dc:creator>
				<category><![CDATA[Customizations]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Pre-sale questions]]></category>
		<category><![CDATA[dependencies]]></category>
		<category><![CDATA[ini]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://iwinter.com.hr/support/?p=17307</guid>
		<description><![CDATA[Regarding hosting providers, all our codes are tested on: 99.99% our clients use cpanel, this is best and most easier way to go Everything else like custom servers just causing unpredictable unnecessary trouble for us and our clients, is very hard to support such clients. Example php modules from our demo hosting: bcmath,dom,fileinfo,gd,imap,tidy,xmlreader,xmlrpc,xmlwriter,xsl,zip,intl,json,mbstring,mcrypt,mysql,mysqli,opcache,pdo,pdo_mysql,phar,posix,soap,sockets from php.ini [&#8230;]]]></description>
		<wfw:commentRss>https://iwinter.com.hr/support/?feed=rss2&#038;p=17307</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change pseudo variables to php variables in template files?</title>
		<link>https://iwinter.com.hr/support/?p=1516</link>
		<comments>https://iwinter.com.hr/support/?p=1516#comments</comments>
		<pubDate>Thu, 29 Jan 2015 13:13:03 +0000</pubDate>
		<dc:creator><![CDATA[sanljiljan]]></dc:creator>
				<category><![CDATA[Customizations]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[pseudo]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://iwinter.com.hr/support/?p=1516</guid>
		<description><![CDATA[Pseudo variables in standard codeigniter template variables: http://www.codeigniter.com/user_guide/libraries/parser.html This is instructions: {last_estates} {/last_estates} Should be changed to this: &#60;?php foreach($last_estates as $item): ?&#62; &#60;?php endforeach(); ?&#62; And variables inside like: {thumbnail_url} Should be changed to: &#60;?php echo $item['thumbnail_url']; ?&#62; This for example: {has_option_36} {/has_option_36} to: &#60;?php if(empty($item['option_36'])): ?&#62; &#60;?php endif; ?&#62; To be hanest, I [&#8230;]]]></description>
		<wfw:commentRss>https://iwinter.com.hr/support/?feed=rss2&#038;p=1516</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blank page after manually file translating?</title>
		<link>https://iwinter.com.hr/support/?p=303</link>
		<comments>https://iwinter.com.hr/support/?p=303#comments</comments>
		<pubDate>Sat, 06 Sep 2014 08:54:04 +0000</pubDate>
		<dc:creator><![CDATA[sanljiljan]]></dc:creator>
				<category><![CDATA[Issues]]></category>
		<category><![CDATA[blank]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[white]]></category>

		<guid isPermaLink="false">http://iwinter.com.hr/support/?p=303</guid>
		<description><![CDATA[You probably make PHP syntax error, like attached image. Please check this out. If this is not issue, then: http://iwinter.com.hr/support/?p=7003 BOM also can cause this issue, you should save PHP files without BOM: https://en.wikipedia.org/wiki/Byte_order_mark]]></description>
		<wfw:commentRss>https://iwinter.com.hr/support/?feed=rss2&#038;p=303</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
