Hi,<br><br>I'm new to HCOOP as of yesterday and have two quick questions.<br><br>First, I'm unable to access the "help" mailing list archives? I can log in and change my password and other settings, but I get a "403 Forbidden" error when I try to access the link to the archives (<a href="https://lists.hcoop.net/pipermail/hcoop-help/" target="_blank">https://lists.hcoop.net/pipermail/hcoop-help/</a>). I can access the archives for other lists, such as HCoop-Discuss, etc.<br>
<br>Second, my website uses some PHP5 code that I really don't want to re-write, and I am trying to configure domtool to default to PHP5. I followed these instructions:<br><p style="margin-left: 40px;">
You might also want to make some standard
environment variable settings that will persist across your different
configuration files. For instance, to make PHP version 5 the default
for all of your domains, put this in <tt>lib.dtl</tt>:<span></span></p><pre style="margin-left: 40px;">PhpVersion = php5;<br><span></span></pre><div style="margin-left: 40px;">
<span></span><span></span>Now this will be the default environment variable setting in all of your domains. While <tt>domtool</tt> does dependency analysis to find the right order for running files that use functions defined in other files with <tt>val</tt>,
it doesn't do this for environment variable settings, which is why it's
important to put default environment variable settings in <tt>lib.dtl</tt>. The dependency orderer has a special case for files with this name, always putting them first.<br></div><br>I created the "lib.dtl" file and when I re-run "domtool <fn>", it reconfigures everything okay:<br>
<br><div style="margin-left: 40px;">wmsar@mire:~/.domtool$ domtool <a href="http://wmsar.info" target="_blank">wmsar.info</a><br>Configuration succeeded.<br></div><br>Where the content of my "lib.dtl" file is:<br>
<br><div style="margin-left: 40px;">
wmsar@mire:~/.domtool$ cat lib.dtl<br>PhpVersion = php5;<br></div><br>However, I am pretty certain that the PHP4 interpreter is still being executed because I'm getting a syntax error in some PHP5 specific code ("unexpected &"):<br>
<br><div style="margin-left: 40px;">foreach ($nameList as <b><span style="color: rgb(255, 0, 0);">&</span></b>$value)<br></div><br>So I'm confused. Please help..<br><br>Thanks<br><br><br>