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

Unhandled notices from missing indexes #77

Open
tobiassjosten opened this issue Sep 29, 2015 · 0 comments
Open

Unhandled notices from missing indexes #77

tobiassjosten opened this issue Sep 29, 2015 · 0 comments

Comments

@tobiassjosten
Copy link

I'm getting the following notices in a couple of cases:

PHP Notice:  Undefined index: server in vendor/tedivm/stash-bundle/Factory/DriverFactory.php on line 58
PHP Notice:  Undefined index: port in vendor/tedivm/stash-bundle/Factory/DriverFactory.php on line 59

When running cache:clear, during the clearing phase, the server configuration looks to be passed in just fine:

Array
(
    [server] => localhost
    [port] => 11211
    [weight] => 1
)

No notice. But during the second phase, invoking cache:warmup, it gets passed this:

Array
(
    [0] => localhost
    [1] => 11211
    [2] => 1
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant