<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: &quot;Undefined variable: current_step in ...&quot; installation problem</title>
  <link>http://www.activecollab.com/forums/topic/616/</link>
  <description>Recent posts on topic: &quot;Undefined variable: current_step in ...&quot; installation problem</description>
  <dc:language>en-us</dc:language>
  <pubDate>Sun, 23 Nov 2008 11:22:29 UTC</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/2929/#post2929</link>
    <guid>http://www.activecollab.com/forums/post/2929/#post2929</guid>
    <title>Post #1 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p><b>Q: Installation fails with &quot;Undefined variable: current_step in ...&quot; PHP error</b><br />
<br />
<b>A:</b> This problem is present if your PHP5 is forced to work in PHP4 compatibility mode (activeCollab can't work in such environment). To fix this:<br />
<br />
1. Opet your php.ini file<br />
2. Find zend.ze1_compatibility_mode and set its value to 'Off'<br />
3. Restart web server for changes to apply<br />
<br />
If you can't access php.ini, but you can configure PHP through .htaccess files (consult your hosting provider about this) you can put this line:<br />
<br />
<pre name="code" class="html">php_value zend.ze1_compatibility_mode 0</pre><br />
in .htaccess file to disable zend.ze1_compatibility_mode. You need to put .htaccess file in folder through witch Apache is accessing activeCollab (usualy it is activeCollab folder, but it can also be /public if you set it up to go through it).</p>]]></description>
    <pubDate>Mon, 18 Sep 2006 15:16:11 UTC</pubDate>
  </item>
</channel>
</rss>