-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Phalcon\Debug - Notice: Array to string conversion in Unknown on line 0 #1683
Comments
What is your full request, parameter is an array? http://localhost/index?a[]=1&a[]=2 <?php
error_reporting(E_ALL);
$debug = new \Phalcon\Debug();
$debug->listen();
throw new \Exception(); |
Try running from command line.
|
:( Oh, level is Notice |
Guess this can be closed now? |
[1.2.5] Test case for #1683 + bug fixes
Still getting this issue with phalcon 1.3.0 and |
@engine07 Are you compilation do this: cd ext
git pull
phpize
./configue
make && make install |
Thank you, works now. |
Hi, I am getting this notice after updating phalcon to 2.0.3, using PHP 5.6.10 when using Test: <?php
error_reporting(E_ALL);
$debug = new \Phalcon\Debug();
$debug->listen();
throw new \Exception(); I have tried @dreamsxin suggestion for installing phalcon: cd ext
git pull
phpize
./configue
make && make install But no joy. Any ideas how I can go about fixing this? |
@hallofgraphic
|
Thanks @andresgutierrez, |
@andresgutierrez |
Getting the following error when using Phalcon\Debug:
Notice: Array to string conversion in Unknown on line 0
The text was updated successfully, but these errors were encountered: