<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Chevereto Forums - English FAQ]]></title>
	<link rel="self" href="http://chevereto.com/forums/feed-atom-topic467.xml"/>
	<updated>2010-03-09T16:43:45Z</updated>
	<generator>PunBB</generator>
	<id>http://chevereto.com/forums/topic467-english-faq.html</id>
		<entry>
			<title type="html"><![CDATA[Re: English FAQ]]></title>
			<link rel="alternate" href="http://chevereto.com/forums/post2348.html#p2348"/>
			<content type="html"><![CDATA[<p>I am working to establish a review site using this forum as a helpful example .... <a href="http://www.heavymusic.com">http://www.heavymusic.com</a></p>]]></content>
			<author>
				<name><![CDATA[hr software]]></name>
				<uri>http://chevereto.com/forums/user775.html</uri>
			</author>
			<updated>2010-03-09T16:43:45Z</updated>
			<id>http://chevereto.com/forums/post2348.html#p2348</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: English FAQ]]></title>
			<link rel="alternate" href="http://chevereto.com/forums/post2283.html#p2283"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>rallak wrote:</cite><blockquote><p>administator help</p></blockquote></div><p>What do you mean? Please elaborate.</p>]]></content>
			<author>
				<name><![CDATA[gamerlv]]></name>
				<uri>http://chevereto.com/forums/user540.html</uri>
			</author>
			<updated>2010-02-14T13:59:17Z</updated>
			<id>http://chevereto.com/forums/post2283.html#p2283</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: English FAQ]]></title>
			<link rel="alternate" href="http://chevereto.com/forums/post2282.html#p2282"/>
			<content type="html"><![CDATA[<p>administator help</p>]]></content>
			<author>
				<name><![CDATA[antoniojoseh]]></name>
				<uri>http://chevereto.com/forums/user728.html</uri>
			</author>
			<updated>2010-02-14T12:41:54Z</updated>
			<id>http://chevereto.com/forums/post2282.html#p2282</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: English FAQ]]></title>
			<link rel="alternate" href="http://chevereto.com/forums/post2279.html#p2279"/>
			<content type="html"><![CDATA[<p>Thanks.</p>]]></content>
			<author>
				<name><![CDATA[Rodolfo]]></name>
				<uri>http://chevereto.com/forums/user2.html</uri>
			</author>
			<updated>2010-02-13T21:05:56Z</updated>
			<id>http://chevereto.com/forums/post2279.html#p2279</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[English FAQ]]></title>
			<link rel="alternate" href="http://chevereto.com/forums/post2274.html#p2274"/>
			<content type="html"><![CDATA[<p><strong>English FAQ</strong><br />This is just a collection most commonly ask question I found on this forum.</p><p>Q: Does Chevereto support multiple image uploading?<br />A: No, it does not.</p><p>Q: Is Chevereto going to support multiple image uploading?<br />A: It is not on the planing as of right now.</p><p>Q: How do I install Chevereto?<br />A: just get the zip from the site , extract the upload folder and upload it to your site.</p><p><strong>Common Errors and fixes</strong></p><p>Q: I get this error: <em>Critital error: Invalid $PATH_SERVER, edit it manually in config.php</em> What do i do?<br />A: First try putting in &quot;/&quot; If that does not work try putting in /public_html or what the path is ni your FTP program.</p><p>Q: I get the error <em>Invalid file type, allowed JPG, PNG, GIF and BMP</em> or <em>Critital error: Chevereto can&#039;t upload files. Please enable FTP mode in config.php</em><br />A: Make sure your working and image directory are chmoded to 777.</p><p>Q: Remote upload doesn&#039;t seem to work..<br />A: Make sure Curl is installed and active on your server. If it&#039;s not ask your host.</p><p>Q: I get this error: <em>Critital error: Invalid $DOM_SCRIPT, edit it manually in config.php</em> What do i do?<br />A: This usaly means you are running Chevereto on a local server. Here there are 2 thing you can do:<br /></p><ul><li><p>Upload you Chevereto installation to a working server.</p></li><li><p>Use a hack to get it working locally. This should not be used if you are using it on a production server because the check is there for you safety.</p></li></ul><div class="quotebox"><cite>gamerlv wrote:</cite><blockquote><p> it is because it tries to look up in the dns if there&#039;s and address for 127.0.0.1 or in case you use localhost it tries to lookup the ip for localhost. Now since this isn&#039;t in any dns system anywhere it returns an error.<br />To fix this (only when you run it on your server locally) just comment out the lines 59 till 63 in engine.php. Just remember to uncomment it again when moving to a production server.<br />You can also modify it so it checks if your on a local server but that&#039;s easy and if you know php you can do that your self.<br />Either way will make it run on a wamp/xampp server.</p><p>--Gamerlv</p></blockquote></div><p> <em>(Sligthy modified for the FAQ)</em></p><p>Note: Some people seem to mistaken how to fill in the variable $DOM_SCRIPT.<br />This is correct:<br /></p><div class="codebox"><pre><code>$DOM_SCRIPT = &#039;example.com&#039;; // --&gt; yoursite.com</code></pre></div><p>And this is <span style="color: red">wrong:</span><br /></p><div class="codebox"><pre><code>$DOM_SCRIPT = $_SERVER[&#039;example.com&#039;]; // --&gt; yoursite.com</code></pre></div><br /><p>Q: The page doesn&#039;t get rendered right, Why is that?<br />A: If you see &lt;? some text ?&gt; every where on the page it means that php shorthand isn&#039;t enabled on your server.<br />For a wamp server: WAMP icon -&gt; php -&gt; php settings -&gt; Short open tag.<br />For any other server: <br /></p><ul><li><p>open php.ini</p></li><li><p>Find <em>short_open_tag</em></p></li><li><p>Change off to on</p></li></ul><p>If there are any comment or things I forgot please tell and i will add them.</p>]]></content>
			<author>
				<name><![CDATA[gamerlv]]></name>
				<uri>http://chevereto.com/forums/user540.html</uri>
			</author>
			<updated>2010-02-13T09:14:15Z</updated>
			<id>http://chevereto.com/forums/post2274.html#p2274</id>
		</entry>
</feed>

