However, when I bring it to work and install it, which it does without errors, it provides the following warnings / errors. The office environment is a Win2k machine with IIS.
Line 10 of that file isWarning: Invalid argument supplied for foreach() in ...\views\projects\tmpl\default.php on line 10
Code: Select all
<?php foreach ( $this->projects as $project ) : ?>Any ideas for what I need to look into?

