Comment 4 for bug 624663

Revision history for this message
Alex Harrington (alexharrington) wrote :

* "Notice: Undefined variable: argv in D:\htdocs\variantimage\xibo\maintenance.php on line 119"

Looks like PHP on windows doesn't setup the argv variable when called as a CGI script. That's easy enough to fix.

* "Warning: Missing argument 2 for Kit::ValidateParam(), called in D:\htdocs\variantimage\xibo\maintenance.php on line 200 and defined in D:\xampp\htdocs\variantimage\xibo\lib\app\kit.class.php on line 201"

Now that's baffling. There is no call to ValidateParam() on line 200 of maintenance.php. Have you modified that file at all?

Alex