We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
there are many database operation on a controller. every db operation operate by clone ($_db = clone $this -> db). the page show some notice:
A PHP Error was encountered
Severity: Warning
Message: mysql_errno(): 31 is not a valid MySQL-Link resource
Filename: mysql/mysql_driver.php
Line Number: 470 A PHP Error was encountered
Message: mysql_error(): 31 is not a valid MySQL-Link resource
Line Number: 457
A Database Error Occurred
Error Number:
when i delete some db operation , the page shows correct. is there anyone meets this problem?
The text was updated successfully, but these errors were encountered:
why do you need to clone the instance?
Sorry, something went wrong.
No branches or pull requests
there are many database operation on a controller. every db operation operate by clone ($_db = clone $this -> db). the page show some notice:
A PHP Error was encountered
Severity: Warning
Message: mysql_errno(): 31 is not a valid MySQL-Link resource
Filename: mysql/mysql_driver.php
Line Number: 470
A PHP Error was encountered
Severity: Warning
Message: mysql_error(): 31 is not a valid MySQL-Link resource
Filename: mysql/mysql_driver.php
Line Number: 457
A Database Error Occurred
Error Number:
SELECT * FROM ....
when i delete some db operation , the page shows correct.
is there anyone meets this problem?
The text was updated successfully, but these errors were encountered: