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.
Warning: Invalid argument supplied for foreach() in ...\views\projects\tmpl\default.php on line 10
Line 10 of that file is
Code: Select all
<?php foreach ( $this->projects as $project ) : ?>
I'm assuming it is $this->projects that is the problem.
Any ideas for what I need to look into?