-
Notifications
You must be signed in to change notification settings - Fork 92
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 offset: 1 #39
Comments
Using Please add a trace log and your controller logic for debugging |
Exception with stack trace
I found out that actually this row causes the exception: Values of my variables at this moment: Result of |
Okey, the problem is a PHP notice due to |
Yes, dev 1.0.10 seem to be working fine. |
Yea, Thank you. |
We are facing a problem since the last update while Curl is trying to extract additional params.
https://github.com/linslin/Yii2-Curl/blob/master/Curl.php:
shouldn't we use
array_key_exists(1,$matches)
instead ofisset($matches[1])
?The text was updated successfully, but these errors were encountered: