<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[GetSimple Support Forum]]></title>
	<link rel="self" href="http://get-simple.info/forum/posts_feed/atom/" />
	<updated>2012-05-22T12:58:22Z</updated>
	<generator>PunBB</generator>
	<id>http://get-simple.info/forum/</id>
		<entry>
			<title type="html"><![CDATA[Re: help]]></title>
			<link rel="alternate" href="http://get-simple.info/forum/post/27379/#p27379" />
			<content type="html"><![CDATA[<p>Take a look at&nbsp; <a href="http://get-simple.info/extend/plugin/nested-menus/256/"> Nested Menus</a> or <a href="http://get-simple.info/extend/plugin/child-menu/40/">Child Menu</a></p>]]></content>
			<author>
				<name><![CDATA[islander]]></name>
				<uri>http://get-simple.info/forum/user/10647/</uri>
			</author>
			<updated>2012-05-22T12:58:22Z</updated>
			<id>http://get-simple.info/forum/post/27379/#p27379</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Admin - white pages]]></title>
			<link rel="alternate" href="http://get-simple.info/forum/post/27378/#p27378" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>n00dles101 wrote:</cite><blockquote><p>Try deleting /data/other/pages.xml , it will get recreated by the system.</p></blockquote></div><p>I tried it and pages has been recreated but the white page still there.</p><div class="quotebox"><cite>yojoe wrote:</cite><blockquote><p>Also does your hosting account meet min. requirements for GS installation ?<br />How did you exactly &quot;rebuild your pages ony by one&quot; ?<br />Create new page -&gt; paste content ?<br />Look at the page page file in /data/other/pages.xml and purge /data/cache</p></blockquote></div><p>Yes, I copy/paste the source code of all pages.<br />I did purge /data/cache.<br />White page still there.</p><div class="quotebox"><cite>shawn_a wrote:</cite><blockquote><p>Turn debug mode on and see if you get an error.<br />Else check your php logs, or data.other.log.error.txt</p></blockquote></div><p>I turned on debug mode, checked the log and found this beauty :<br />[22-May-2012 08:31:32] PHP Warning:&nbsp; Cannot modify header information - headers already sent by (output started at ...plugins/i18n_base/lang/fr_FR.php:1)</p><p>There was 2 blank lines in the fr_FR.php file. I removed those lines and all is working perfectly now.</p><p>Thank you everyone for your support on this issue.</p><p>- Chris</p>]]></content>
			<author>
				<name><![CDATA[cpubound]]></name>
				<uri>http://get-simple.info/forum/user/10795/</uri>
			</author>
			<updated>2012-05-22T12:54:34Z</updated>
			<id>http://get-simple.info/forum/post/27378/#p27378</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[help]]></title>
			<link rel="alternate" href="http://get-simple.info/forum/post/27377/#p27377" />
			<content type="html"><![CDATA[<p>hello people i development a costum menu, and i need check if exists submenus of menu, how can do this?<br />Thanks</p>]]></content>
			<author>
				<name><![CDATA[ivobarbosa]]></name>
				<uri>http://get-simple.info/forum/user/9232/</uri>
			</author>
			<updated>2012-05-22T10:58:07Z</updated>
			<id>http://get-simple.info/forum/post/27377/#p27377</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Support for multilanguage sites, Internationalization (I18N)]]></title>
			<link rel="alternate" href="http://get-simple.info/forum/post/27376/#p27376" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>mvlcek wrote:</cite><blockquote><div class="quotebox"><cite>alrobeler wrote:</cite><blockquote><p>i know but what if hosting doesn&#039;t have it</p></blockquote></div><p>Request that the hoster enables it or change the hoster - json is a must IMHO.</p><p>Instead of patching the file - which will make problems, when you want to update I18N - you can also create a dummy plugin with your code.</p></blockquote></div><p>uh Thanks!</p>]]></content>
			<author>
				<name><![CDATA[alrobeler]]></name>
				<uri>http://get-simple.info/forum/user/10673/</uri>
			</author>
			<updated>2012-05-22T10:34:29Z</updated>
			<id>http://get-simple.info/forum/post/27376/#p27376</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Support for multilanguage sites, Internationalization (I18N)]]></title>
			<link rel="alternate" href="http://get-simple.info/forum/post/27375/#p27375" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>alrobeler wrote:</cite><blockquote><p>i know but what if hosting doesn&#039;t have it</p></blockquote></div><p>Request that the hoster enables it or change the hoster - json is a must IMHO.</p><p>Instead of patching the file - which will make problems, when you want to update I18N - you can also create a dummy plugin with your code.</p>]]></content>
			<author>
				<name><![CDATA[mvlcek]]></name>
				<uri>http://get-simple.info/forum/user/2902/</uri>
			</author>
			<updated>2012-05-22T10:26:12Z</updated>
			<id>http://get-simple.info/forum/post/27375/#p27375</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Support for multilanguage sites, Internationalization (I18N)]]></title>
			<link rel="alternate" href="http://get-simple.info/forum/post/27374/#p27374" />
			<content type="html"><![CDATA[<p>i know but what if hosting doesn&#039;t have it<br />i&#039;ve fixed somehow by editing admin/inc/basic.php -- this is fro website display<br /> and for admin by editing i18base/backend.class.php inplugin folder<br />&lt;?php<br />include(&quot;JSON.php&quot;);<br />if( !function_exists(&#039;json_encode&#039;) ) {<br />&nbsp; &nbsp; function json_encode($data) {<br />&nbsp; &nbsp; &nbsp; &nbsp; $json = new Services_JSON();<br />&nbsp; &nbsp; &nbsp; &nbsp; return( $json-&gt;encode($data) );<br />&nbsp; &nbsp; }<br />}</p><p>// Future-friendly json_decode<br />if( !function_exists(&#039;json_decode&#039;) ) {<br />&nbsp; &nbsp; function json_decode($data, $bool) {<br />&nbsp; &nbsp; &nbsp; &nbsp; if ($bool) {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $json = new Services_JSON(SERVICES_JSON_LOOSE_TYPE);<br />&nbsp; &nbsp; &nbsp; &nbsp; } else {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $json = new Services_JSON();<br />&nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; return( $json-&gt;decode($data) );<br />&nbsp; &nbsp; }<br />}<br />?&gt;<br />and adding JSON.php file to it<br />as described here<br /><a href="http://veselov.sumy.ua/277-oshibka-call-to-undefined-function-json_decode.html">http://veselov.sumy.ua/277-oshibka-call … ecode.html</a><br />and class is here<br /><a href="http://mike.teczno.com/JSON.tar.gz">http://mike.teczno.com/JSON.tar.gz</a></p>]]></content>
			<author>
				<name><![CDATA[alrobeler]]></name>
				<uri>http://get-simple.info/forum/user/10673/</uri>
			</author>
			<updated>2012-05-22T10:13:51Z</updated>
			<id>http://get-simple.info/forum/post/27374/#p27374</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Support for multilanguage sites, Internationalization (I18N)]]></title>
			<link rel="alternate" href="http://get-simple.info/forum/post/27373/#p27373" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>alrobeler wrote:</cite><blockquote><p><a href="http://coxcamera.ru/admin/load.php?id=i18n_base">http://coxcamera.ru/admin/load.php?id=i18n_base</a><br />redirect from<br /><a href="http://coxcamera.ru/admin/">http://coxcamera.ru/admin/</a></p><p>i received blank screen - what this can be?<br />cannot login to admin<br />debug is TRUE</p><p>though it doesn&#039;t show up the error is seen with view source of that page<br />&lt;b&gt;Fatal error&lt;/b&gt;:&nbsp; Call to undefined function json_encode() in &lt;b&gt;/home/cox/data/www/coxcamera.ru/plugins/i18n_base/backend.class.php&lt;/b&gt; on line &lt;b&gt;33&lt;/b&gt;&lt;br /&gt;</p></blockquote></div><p>json_encode is a standard function from PHP 5.2.0 onwards, see <a href="http://www.php.net/manual/en/json.requirements.php">here</a>. It is needed for the plugin.</p>]]></content>
			<author>
				<name><![CDATA[mvlcek]]></name>
				<uri>http://get-simple.info/forum/user/2902/</uri>
			</author>
			<updated>2012-05-22T10:01:40Z</updated>
			<id>http://get-simple.info/forum/post/27373/#p27373</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: GetSimple 3.1.1 (BugFix) Beta Available]]></title>
			<link rel="alternate" href="http://get-simple.info/forum/post/27372/#p27372" />
			<content type="html"><![CDATA[<p>We should be releasing 3.1.1 by the end of the week.</p>]]></content>
			<author>
				<name><![CDATA[n00dles101]]></name>
				<uri>http://get-simple.info/forum/user/9/</uri>
			</author>
			<updated>2012-05-22T09:09:29Z</updated>
			<id>http://get-simple.info/forum/post/27372/#p27372</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: GetSimple 3.1.1 (BugFix) Beta Available]]></title>
			<link rel="alternate" href="http://get-simple.info/forum/post/27370/#p27370" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>shawn_a wrote:</cite><blockquote><p>What changes do you need ?</p></blockquote></div><p>Frankly, it&#039;s so long since I looked at v3.1.1, I can&#039;t remember which bits were the most attractive. Certainly disabling CodeMirror is one of them.</p><p>For a minor bug-fix release, it seems to be suffering severe mission creep.</p>]]></content>
			<author>
				<name><![CDATA[hameau]]></name>
				<uri>http://get-simple.info/forum/user/3590/</uri>
			</author>
			<updated>2012-05-22T08:33:43Z</updated>
			<id>http://get-simple.info/forum/post/27370/#p27370</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Forum auto-login no longer works]]></title>
			<link rel="alternate" href="http://get-simple.info/forum/post/27369/#p27369" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Connie wrote:</cite><blockquote><p>yes, I experienced the same behaviour ...</p></blockquote></div><p>Thanks, I just wanted to know that it wasn&#039;t a problem at my side.</p><p>It isn&#039;t a security feature, even as a joke. It just encourages users to have a password that&#039;s easy to remember and to type quickly. Chrome/Chromium has no problem with form filling, so I imagine it&#039;s a Firefox feature ... ;-)</p><p>Strange that it only happens at get-simple.info and there are no form features (e.g., autocomplete=0) getting in the way.</p>]]></content>
			<author>
				<name><![CDATA[hameau]]></name>
				<uri>http://get-simple.info/forum/user/3590/</uri>
			</author>
			<updated>2012-05-22T08:27:27Z</updated>
			<id>http://get-simple.info/forum/post/27369/#p27369</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Admin - white pages]]></title>
			<link rel="alternate" href="http://get-simple.info/forum/post/27368/#p27368" />
			<content type="html"><![CDATA[<p>Try deleting /data/other/pages.xml , it will get recreated by the system.</p>]]></content>
			<author>
				<name><![CDATA[n00dles101]]></name>
				<uri>http://get-simple.info/forum/user/9/</uri>
			</author>
			<updated>2012-05-22T08:23:34Z</updated>
			<id>http://get-simple.info/forum/post/27368/#p27368</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Support for multilanguage sites, Internationalization (I18N)]]></title>
			<link rel="alternate" href="http://get-simple.info/forum/post/27367/#p27367" />
			<content type="html"><![CDATA[<p><a href="http://coxcamera.ru/admin/load.php?id=i18n_base">http://coxcamera.ru/admin/load.php?id=i18n_base</a><br />redirect from<br /><a href="http://coxcamera.ru/admin/">http://coxcamera.ru/admin/</a></p><p>i received blank screen - what this can be?<br />cannot login to admin<br />debug is TRUE</p><p>though it doesn&#039;t show up the error is seen with view source of that page<br />&lt;b&gt;Fatal error&lt;/b&gt;:&nbsp; Call to undefined function json_encode() in &lt;b&gt;/home/cox/data/www/coxcamera.ru/plugins/i18n_base/backend.class.php&lt;/b&gt; on line &lt;b&gt;33&lt;/b&gt;&lt;br /&gt;</p>]]></content>
			<author>
				<name><![CDATA[alrobeler]]></name>
				<uri>http://get-simple.info/forum/user/10673/</uri>
			</author>
			<updated>2012-05-22T08:15:01Z</updated>
			<id>http://get-simple.info/forum/post/27367/#p27367</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Pagify Plugin]]></title>
			<link rel="alternate" href="http://get-simple.info/forum/post/27366/#p27366" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>abayomi222 wrote:</cite><blockquote><p>Hello Yojoe,<br />I have now tried the i18n_gallery pagination functionality but it is not working.<br />I selected 5 as my page size under the paging but it is not reflecting any impact cos all my gallery images still display fully.<br />Please help</p></blockquote></div><p>Look into i18n_g thread.<br />Check paging checkbox.</p>]]></content>
			<author>
				<name><![CDATA[yojoe]]></name>
				<uri>http://get-simple.info/forum/user/1349/</uri>
			</author>
			<updated>2012-05-22T07:09:17Z</updated>
			<id>http://get-simple.info/forum/post/27366/#p27366</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Admin - white pages]]></title>
			<link rel="alternate" href="http://get-simple.info/forum/post/27365/#p27365" />
			<content type="html"><![CDATA[<p>Also does your hosting account meet min. requirements for GS installation ?</p><p>How did you exactly &quot;rebuild your pages ony by one&quot; ?<br />Create new page -&gt; paste content ?<br />Look at the page page file in /data/other/pages.xml and purge /data/cache</p>]]></content>
			<author>
				<name><![CDATA[yojoe]]></name>
				<uri>http://get-simple.info/forum/user/1349/</uri>
			</author>
			<updated>2012-05-22T07:07:42Z</updated>
			<id>http://get-simple.info/forum/post/27365/#p27365</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: I18N Gallery]]></title>
			<link rel="alternate" href="http://get-simple.info/forum/post/27364/#p27364" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>abayomi222 wrote:</cite><blockquote><p>Can anyone please help profer a solution.</p></blockquote></div><p>use below settings:<br />gallery type: fancybox<br />check paging checbkox<br />page size: 10 (for test purpose)</p><p>Fancybox gallery has to be working of course. Otherwise the problem is related to something else.</p>]]></content>
			<author>
				<name><![CDATA[yojoe]]></name>
				<uri>http://get-simple.info/forum/user/1349/</uri>
			</author>
			<updated>2012-05-22T07:02:32Z</updated>
			<id>http://get-simple.info/forum/post/27364/#p27364</id>
		</entry>
</feed>

