<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: the $compile_dir 'ENVIRONMENT_PATH/compile/' does not exist, or is not a directory</title>
  <link>http://www.activecollab.com/forums/topic/2893/</link>
  <description>Recent posts on topic: the $compile_dir 'ENVIRONMENT_PATH/compile/' does not exist, or is not a directory</description>
  <dc:language>en-us</dc:language>
  <pubDate>Tue, 02 Dec 2008 18:58:17 CST</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/13589/#post13589</link>
    <guid>http://www.activecollab.com/forums/post/13589/#post13589</guid>
    <title>Post #8 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>It would be fastest if you could give me access to the code. If you wish, email us all the details to support@a51dev.com.</p>]]></description>
    <pubDate>Thu, 26 Jun 2008 01:44:23 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/13587/#post13587</link>
    <guid>http://www.activecollab.com/forums/post/13587/#post13587</guid>
    <title>Post #7 by designica</title>
    <dc:creator>designica</dc:creator>
    <description><![CDATA[<p>I have the following lines at the end of my config.php<br />
<br />
-  require_once 'defaults.php';<br />
-  require_once 'license.php';<br />
<br />
I re-downloaded the latest collab version, and followed your above instructions. I also cleared the cache folder of all cch_acx_* files and I emptied the compile folder.<br />
Same results as before.<br />
<br />
Would it possible to send you my files somehow? Or I can provide you with limited access to my system if needed.<br />
Let me know what you need, and I will provide you with it.<br />
<br />
Thank you<br />
</p>]]></description>
    <pubDate>Wed, 25 Jun 2008 20:20:35 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/13565/#post13565</link>
    <guid>http://www.activecollab.com/forums/post/13565/#post13565</guid>
    <title>Post #6 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Without direct access to the code I really cannot see what the problem is so I would suggest that you download the latest package and overwrite following files and folders with new files:<br />
<br />
- /activecollab (entire folder)<br />
- /config/defaults.php<br />
- /public/captcha.php<br />
- /public/index.php<br />
- /public/restore.php<br />
- /public/thumb.php<br />
<br />
Also, check config/config.php and see if it includes defaults.txt (there sould be require_once call at the end of the file).<br />
<br />
Please let me know how it went.</p>]]></description>
    <pubDate>Tue, 24 Jun 2008 08:44:38 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/13557/#post13557</link>
    <guid>http://www.activecollab.com/forums/post/13557/#post13557</guid>
    <title>Post #5 by designica</title>
    <dc:creator>designica</dc:creator>
    <description><![CDATA[<p>I double checked the contents of the config/defaults.php and that is the exact contents.<br />
<br />
I have a vague idea of whats going on here, but nothing specific.</p>]]></description>
    <pubDate>Mon, 23 Jun 2008 15:39:07 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/13529/#post13529</link>
    <guid>http://www.activecollab.com/forums/post/13529/#post13529</guid>
    <title>Post #4 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Your config/defaults.php should look like this:<br />
<br />
<pre name="code" class="php">&lt;?php

  /**
   * Instance dependent defaults file
   *
   * @package activeCollab
   */
  
  if(!defined('ENVIRONMENT_PATH')) {
    define('ENVIRONMENT_PATH', str_replace('\\', '/', realpath(dirname(__FILE__) . '/..')));
  } // if

  require_once ROOT . '/defaults.php';

?&gt;</pre><br />
<br />
Please check. This is where environment path is defined and from this point it should be available in the application.</p>]]></description>
    <pubDate>Fri, 20 Jun 2008 13:09:19 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/13525/#post13525</link>
    <guid>http://www.activecollab.com/forums/post/13525/#post13525</guid>
    <title>Post #3 by designica</title>
    <dc:creator>designica</dc:creator>
    <description><![CDATA[<p>Verified the defaults.php and config/defaults.php<br />
<br />
I do not use FTP to upload the files. I remote desktop to the Windows server, and then extract the Zip file localy and transfer the files that way.</p>]]></description>
    <pubDate>Fri, 20 Jun 2008 11:55:35 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/13512/#post13512</link>
    <guid>http://www.activecollab.com/forums/post/13512/#post13512</guid>
    <title>Post #2 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Please make sure that you've uploaded defaults.php in /activecollab folder and that you uploaded config/defaults.php file to the latest version. If that does not help please send us FTP parameters to support@a51dev.com and we'll check it out.</p>]]></description>
    <pubDate>Thu, 19 Jun 2008 17:38:00 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/13511/#post13511</link>
    <guid>http://www.activecollab.com/forums/post/13511/#post13511</guid>
    <title>Post #1 by designica</title>
    <dc:creator>designica</dc:creator>
    <description><![CDATA[<p>I had this error message with Corp version 1.1.1 and 1.1.2<br />
I did not have this issue with 1.0.6.<br />
<br />
To replicate:<br />
go to http://&lt;domain&gt;.com/ (this is never an issue if you are logged out of the system)<br />
Log into the collab system.<br />
While still logged in, go back to http://&lt;domain&gt;.com/ and it will come up with the below error message.<br />
I can go to http://&lt;domain&gt;.com/public after being logged in to bypass this error message.<br />
<br />
<pre name="code" class="html">
the $compile_dir 'ENVIRONMENT_PATH/compile/' does not exist, or is not a directory. 
Error params: 
File: NULL  
Line: NULL  
Backtrace: 
#0  Error-&gt;__construct(the $compile_dir 'ENVIRONMENT_PATH/compile/' does not exist, or is not a directory., 1) called at [C:\server\www\collab\angie\classes\errors\SmartyError.class.php:26]
#1  SmartyError-&gt;__construct(the $compile_dir 'ENVIRONMENT_PATH/compile/' does not exist, or is not a directory., 256) called at [C:\server\www\collab\angie\classes\smarty\Smarty.class.php:1096]
#2  Smarty-&gt;trigger_error(the $compile_dir 'ENVIRONMENT_PATH/compile/' does not exist, or is not a directory., 256) called at [C:\server\www\collab\angie\classes\smarty\internals\core.write_compiled_resource.php:20]
#3  smarty_core_write_compiled_resource(Array ([compile_path] =&gt; ENVIRONMENT_PATH/compile/\%%6F^6F8^6F82F08D%%index.tpl.php,[compiled_content] =&gt; &lt;?php /* Smarty version 2.6.16, created on 2008-06-19 20:16:54
         compiled from C:%5Cserver%5Cwww%5Ccollab/application/modules/system/views/dashboard/index.tpl */ ?&gt;

 
Autoglobal varibles: 
$_GET: empty  
$_POST: empty  
$_COOKIE: array(4) {
  [&quot;__utma&quot;]=&gt;
  string(64) &quot;265406158.1014781309204401000.1211478524.1213722627.1213725649.3&quot;
  [&quot;__utmz&quot;]=&gt;
  string(70) &quot;265406158.1211478524.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)&quot;
  [&quot;PHPSESSID&quot;]=&gt;
  string(26) &quot;ttm5imi16sig80c4hs3hs9fr96&quot;
  [&quot;ac_ActiveCollab_sid&quot;]=&gt;
  string(40) &quot;8q9ECl9BHdOrXKvCra57NcQm66FmUtTBmEm24ip6&quot;
}

 
$_SESSION: 
</pre></p>]]></description>
    <pubDate>Thu, 19 Jun 2008 15:32:11 CDT</pubDate>
  </item>
</channel>
</rss>