Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined index: argv in ..../core/CronArchive.php on line 894 #4955

Closed
anonymous-matomo-user opened this issue Apr 5, 2014 · 1 comment
Closed
Labels
Bug For errors / faults / flaws / inconsistencies etc.

Comments

@anonymous-matomo-user
Copy link

I am seeing the following entries in error_log; seems to be generated on many visits to my site being monitored by Piwik since upgrading to ver 2.1.0. I've seen it happen multiple times per day, but I don't seem to be able to trigger it "on demand".

It does not appear to have any impact on the visitors to the web site

PHP Notice: Undefined index: argv in .../core/CronArchive.php on line 894
PHP Warning: Invalid argument supplied for foreach() in .../core/CronArchive.php on line 894

<above repeated 3 times, followed by>

PHP Notice: Undefined index: argv in .../vendor/symfony/console/Symfony/Component/Console/Input/ArgvInput.php on line 57
PHP Warning: array_shift() expects parameter 1 to be array, null given in .../vendor/symfony/console/Symfony/Component/Console/Input/ArgvInput.php on line 61
PHP Warning: Invalid argument supplied for foreach() in .../vendor/symfony/console/Symfony/Component/Console/Input/ArgvInput.php on line 287
PHP Warning: array_shift() expects parameter 1 to be array, null given in .../vendor/symfony/console/Symfony/Component/Console/Input/ArgvInput.php on line 314
PHP Warning: Invalid argument supplied for foreach() in .../vendor/symfony/console/Symfony/Component/Console/Input/ArgvInput.php on line 287
PHP Warning: array_shift() expects parameter 1 to be array, null given in .../vendor/symfony/console/Symfony/Component/Console/Input/ArgvInput.php on line 314
PHP Warning: Invalid argument supplied for foreach() in .../vendor/symfony/console/Symfony/Component/Console/Input/ArgvInput.php on line 287
PHP Warning: array_shift() expects parameter 1 to be array, null given in .../vendor/symfony/console/Symfony/Component/Console/Input/ArgvInput.php on line 314
PHP Warning: Invalid argument supplied for foreach() in .../vendor/symfony/console/Symfony/Component/Console/Input/ArgvInput.php on line 287

Piwik Version 2.1.0
Running basic Piwik with no custom modifications or custom themes

Apache 2.2.26
PHP Version 5.4.26
MySQL version 5.5.37-log
Architecture x86_64
Operating system linux

@mattab
Copy link
Member

mattab commented Apr 6, 2014

Fixed in latest piwik beta release, please try it from http://piwik.org/faq/how-to-update/faq_159/

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

No branches or pull requests

2 participants