PDA


View Full Version : Warnings/Errors in Status Report


rik123
10-30-2006, 10:36 PM
I just installed the latest version of vBa Links and if I click in Status Reports on 'view' for 10-30-2006 09:36 PM (Incomplete), I see this:

Warning: array_values(): The argument should be an array
in /admincp/vba_links_admin.php on line 1789

Warning: array_unique(): The argument should be an array
in /admincp/vba_links_admin.php on line 1789

Warning: array_values(): The argument should be an array
in /admincp/vba_links_admin.php on line 1791

Warning: array_map(): Argument #2 should be an array
in /admincp/vba_links_admin.php on line 1791

Warning: array_count_values(): The argument should be an array
in /admincp/vba_links_admin.php on line 1791

Warning: Invalid argument supplied for foreach()
in /admincp/vba_links_admin.php on line 1797

Warning: array_keys(): The first argument should be an array
in /admincp/vba_links_admin.php on line 1810

What to do?

Brian
10-31-2006, 12:35 PM
Looks like the report didn't finish or get any data saved. Do you have the same problem if you run a new report and let it finish?

rik123
10-31-2006, 02:57 PM
No, if I run a new report and let it finish ten I don't have that problem. It doesn't say Incomplete for the new report either. Perhaps there wasn't a link in the database yet when the first report was generated? Perhaps that caused the errors?

Brian
11-01-2006, 12:19 PM
No links in the db would probably produce the error as well. It shouldn't actually be hurting anything, but I have added a fix in the dev files to prevent the error from being displayed in the future.