<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Chevereto Forum - Critital error: Invalid $PATH_SERVER]]></title>
		<link>http://chevereto.com/foro/topic390-critital-error-invalid-pathserver.html</link>
		<description><![CDATA[The most recent posts in Critital error: Invalid $PATH_SERVER.]]></description>
		<lastBuildDate>Mon, 08 Feb 2010 17:20:25 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Critital error: Invalid $PATH_SERVER]]></title>
			<link>http://chevereto.com/foro/post2253.html#p2253</link>
			<description><![CDATA[<p>maybe try that:<br />$PATH_SERVER = &quot;&quot;; // --&gt; /htdocs (pssst.. NO ENDING SLASH!)</p>]]></description>
			<author><![CDATA[dummy@example.com (ThaMCW)]]></author>
			<pubDate>Mon, 08 Feb 2010 17:20:25 +0000</pubDate>
			<guid>http://chevereto.com/foro/post2253.html#p2253</guid>
		</item>
		<item>
			<title><![CDATA[Re: Critital error: Invalid $PATH_SERVER]]></title>
			<link>http://chevereto.com/foro/post2243.html#p2243</link>
			<description><![CDATA[<p>having the same problem</p>]]></description>
			<author><![CDATA[dummy@example.com (Sketchy)]]></author>
			<pubDate>Sat, 06 Feb 2010 02:49:33 +0000</pubDate>
			<guid>http://chevereto.com/foro/post2243.html#p2243</guid>
		</item>
		<item>
			<title><![CDATA[Re: Critital error: Invalid $PATH_SERVER]]></title>
			<link>http://chevereto.com/foro/post1982.html#p1982</link>
			<description><![CDATA[<div class="quotebox"><cite>Rodolfo wrote:</cite><blockquote><p>&quot;/&quot;</p></blockquote></div><p>I tried that with my subdomain as seen in <a href="http://chevereto.com/foro/topic387-subdomain-installation.html">http://chevereto.com/foro/topic387-subd &#133; ation.html</a> and it did not work.</p>]]></description>
			<author><![CDATA[dummy@example.com (Hutch)]]></author>
			<pubDate>Thu, 26 Nov 2009 15:52:58 +0000</pubDate>
			<guid>http://chevereto.com/foro/post1982.html#p1982</guid>
		</item>
		<item>
			<title><![CDATA[Re: Critital error: Invalid $PATH_SERVER]]></title>
			<link>http://chevereto.com/foro/post1981.html#p1981</link>
			<description><![CDATA[<p>Disculpen, pero sigue el problema...</p><p>Nuevamente dice <strong>Critital error: Invalid $PATH_SERVER, edit it manually in config.php</strong></p><p>qué puedo hacer?</p>]]></description>
			<author><![CDATA[dummy@example.com (coche)]]></author>
			<pubDate>Thu, 26 Nov 2009 15:18:11 +0000</pubDate>
			<guid>http://chevereto.com/foro/post1981.html#p1981</guid>
		</item>
		<item>
			<title><![CDATA[Re: Critital error: Invalid $PATH_SERVER]]></title>
			<link>http://chevereto.com/foro/post1977.html#p1977</link>
			<description><![CDATA[<p>&quot;/&quot;</p>]]></description>
			<author><![CDATA[dummy@example.com (Rodolfo)]]></author>
			<pubDate>Thu, 26 Nov 2009 03:03:23 +0000</pubDate>
			<guid>http://chevereto.com/foro/post1977.html#p1977</guid>
		</item>
		<item>
			<title><![CDATA[Re: Critital error: Invalid $PATH_SERVER]]></title>
			<link>http://chevereto.com/foro/post1976.html#p1976</link>
			<description><![CDATA[<p>Why didn&#039;t you post back in the other thread?</p><p>change /public_html to the proper path!</p>]]></description>
			<author><![CDATA[dummy@example.com (Hutch)]]></author>
			<pubDate>Thu, 26 Nov 2009 02:15:16 +0000</pubDate>
			<guid>http://chevereto.com/foro/post1976.html#p1976</guid>
		</item>
		<item>
			<title><![CDATA[Critital error: Invalid $PATH_SERVER]]></title>
			<link>http://chevereto.com/foro/post1974.html#p1974</link>
			<description><![CDATA[<p>Bueno, sigo con los problemas.. pero por lo menos avancé con lo del $DOM_SCRIPT.</p><p>Resulta que ahora el mensaje de error cambió y dice:</p><p><strong>Critital error: Invalid $PATH_SERVER, edit it manually in config.php</strong></p><p>En el config.php yo puse esto:</p><p>$PATH_SERVER = &#039;/public_html&#039;;</p><p>Pero sigue sin andar...</p><p>cual puede ser el problema???</p><br /><p>Les dejo mi config.php completo:</p><div class="codebox"><pre><code>&lt;?

/* -----------------------------------------

  Chevereto - Script de hosting de imagenes
  Nightly Build 1.7 (29/10/2009)
  http://www.chevereto.com/

  Released under the GPL 2.0
  Copyright (C) 2008 by Rodolfo Berrios
  &lt;inbox at rodolfoberrios dot com&gt;

  ----------------------------------------- */

// Language //
define(&#039;LANG&#039;, &#039;en&#039;); // en - English | es - Español | fa - Farsi | 

fr - Français | nl - Dutch | cn - ZH-CN (Chinese)

define(&#039;APP_NAME&#039;, &#039;Subi Imagenes&#039;); // Your image hosting name
define(&#039;TAG_LINE&#039;, &#039;Image Hosting&#039;); // Your tagline (for doctitles 

and logo)

// Folders //
/* If you change this, you also must change the folders name. */
define(&#039;DIR_UP&#039;,&#039;up/&#039;);
define(&#039;DIR_IM&#039;,&#039;images/&#039;); // Change this to have something like 

/X/filename.jpg - where &quot;X/&quot; is the folder name. 
define(&#039;DIR_WORKING&#039;,DIR_UP.&#039;working/&#039;);
define(&#039;DIR_TEMP&#039;,DIR_UP.&#039;temp/&#039;);
define(&#039;DIR_TH&#039;,&#039;thumbs/&#039;);

// Min-Max values -&gt; php.ini rules the nation... //
$max_mb = &#039;2&#039;; // Max. image size (Mbytes)
$max_by = $max_mb*1048576; // (bytes)
$max_name = &#039;10&#039;; // Max. file name lenght.

// Thumbs //
$mini_ancho = &#039;150&#039;; // Thumb width (pixels)
$mini_alto = &#039;150&#039;; // Thumb height (pixels)

// Resize //
$lowres = &#039;16&#039;; // Min. resize value (pixels)
$higres = &#039;1280&#039;; // Max. resize value (pixels)

// Options //
$lim_act = true; // true: Allows uploading just for your domain - 

false: Allows upload from anywhere (post from another website)
$debug_mode = true; // false: Debug OFF - true: Debug ON.
$cut_url = true; // true: Short URLs (TinyURL tr.im etc.) - false: 

normal url (http://mysite.com/images/image.jpg).
$cut_url_service = &#039;tinyurl&#039;; // tinyurl
$cut_url_user = true; // If $cut_url = true -&gt; true: Allows your 

users to cut their urls (preference) - false: Users can&#039;t choose to 

cut or not.
$allow_over_resize = false; // true: Allows over resize images - 

false: Don&#039;t allow over resize.


///////////////////////////////////////////////////////////////////
///// DO NOT EDIT BELOW THIS - (do it if the script can&#039;t run) ////
///////////////////////////////////////////////////////////////////

// SERVER ///
/* We get this values with $_SERVER. If your server doesn&#039;t resolve 

this values The script will not work.
   If the script doesn&#039;t work, you must change this values to be like 

values in the comments (see the exaple below) */

$DOM_SCRIPT = &#039;subiimagenes.netau.net&#039;; // --&gt; mysite.com
$PATH_SERVER = &#039;/public_html&#039;;

// FTP MODE //
/* Use this if you want to upload the files through ftp php 

(http://php.net/ftp). This is handly when your server config don&#039;t
   allow to upload files without CHMOD 777, like almost all the 

cPanel. Using this, you can forget the CHMOD ;) */
$use_ftp = true; // true: Uses ftp to upload files - false: Upload 

without ftp.
$ftp_host = &#039;subiimagenes.netau.net&#039;; // Change this if your ftp host 

is not the same as your mysite.com -- example: $ftp_host = 

&#039;ftp.mysite.com&#039;;
$ftp_user = &#039;a6282903&#039;; // valid username.
$ftp_pass = &#039;------&#039;; // Valid password.
// NOTICE: FTP user must have access to the script folder.


///////////////////////////////
/// DO NOT TOUCH BELOW THIS ///
///////////////////////////////

// PATH //
/* Uhhh.. Can&#039;t touch this!. */
$path = dirname($_SERVER[&#039;PHP_SELF&#039;]);
if (strlen($path)&gt;1) { 
    define(&#039;PATH_SCRIPT&#039;, $path.&#039;/&#039;);
} else {
    define(&#039;PATH_SCRIPT&#039;, $path);
}

// URL //
/* Uhhh... Uhhh.. Can&#039;t touch this!. */
define(&#039;URL_SCRIPT&#039;, &#039;http://&#039;.$DOM_SCRIPT.PATH_SCRIPT);

?&gt;</code></pre></div><br /><p>Muchas gracias por la ayuda!</p>]]></description>
			<author><![CDATA[dummy@example.com (coche)]]></author>
			<pubDate>Wed, 25 Nov 2009 22:55:40 +0000</pubDate>
			<guid>http://chevereto.com/foro/post1974.html#p1974</guid>
		</item>
	</channel>
</rss>
