You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi !
A new bug with the new version of Phalcon (4.1.0).
You can have this error :
Fatal error: UncaughtTypeError: Argument1 passed to Snowair\Debugbar\Phalcon\Db\Profiler::startProfile() must be of the type string, null given, called in /data/www/project.com/vendor/snowair/phalcon-debugbar/src/PhalconDebugbar.php on line 710 and defined in /data/www/project.com/vendor/snowair/phalcon-debugbar/src/Phalcon/Db/Profiler.php on line 70
Hi !
A new bug with the new version of Phalcon (4.1.0).
You can have this error :
You can read the reason in the changelog of phalcon :
https://github.com/phalcon/cphalcon/blob/master/resources/CHANGELOG-4.1.md
Changed Phalcon\Db\Adapter\*::getRealSQLStatement() to return the full SQL query with parameters #12196
SOLUTION :
/vendor/snowair/phalcon-debugbar/src/PhalconDebugbar.php on line 706 change
to
And it works ;-)
See you !
The text was updated successfully, but these errors were encountered: