Warning: Invalid argument supplied for foreach() in /var/www/timeclockdev/timeclock2/phptimeclock-2.0.0rc7/admin/application/add.php on line 294
See also screenshot:

The line of code in question in the foreach() is:
- Code: Select all
foreach ($display_pages as $page) {
$nested_call = START_NESTED_CALL.'output_spaces';
$nested_call .= PARAMETER_LIST_ITEM.'3';
$nested_call .= END_NESTED_CALL;
output_input_field($nested_call.'On ', 'hidden', 'display_pages[]', $page, true);
output_break_line();
}
When I click next I get the following:
Argument option_descriptions has an incorrect number of items.
See also screenshot:

This happens when trying to add ANY of the following applications, even if I am using ALL DEFAULT SETTINGS.
I am going to try and recreate the error using a fresh install so that I can give instructions on how to recreate.
-Chris
