-
Notifications
You must be signed in to change notification settings - Fork 17
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
Error Using Library #5
Comments
Did you download version:1.x for Phalonc 2.0? |
Hi, I am using Phalcon 2.0.1. Is it supported? |
Well... Unfortunately, we find out "limit" is not supported. XD |
Hi fish, Changed to version2.x. Still received this error. Strict standards: Declaration of Twm\Db\Adapter\Pdo\Mssql::executePrepared() should be compatible with Phalcon\Db\Adapter\Pdo::executePrepared(PDOStatement $statement, array $placeholders, $dataTypes) in C:\wamp\sites\apacnet\app\vendor\mssql\db\adapter\Mssql.php on line 10 https://github.com/fishjerky/phalcon-mssql/blob/master/test/app/library/db/adapter/Mssql.php#L276 is it due to mismatching method declarations? |
Off the top of my head - as I haven't had a chance to look at it yet - you need to remove the array declaration from before $placeholders. Start there and let me know if that solves that issue. |
Hi Derek, Essentially this error means that the function in this library that is
|
Hi,
I faced the following error when added to namespace and registering db in services.
( ! ) Strict standards: Declaration of Twm\Db\Adapter\Pdo\Mssql::executePrepared() should be compatible with Phalcon\Db\Adapter\Pdo::executePrepared(PDOStatement $statement, array $placeholders, $dataTypes) in C:\wamp\sites\apacnet\app\vendor\mssql\db\adapter\Mssql.php on line 10
Any help appreciated.
The text was updated successfully, but these errors were encountered: