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
Apologies for my english.
After upgrading my network. I found that admin unable to save setting options from the setting pages.
On debugging , I noticed that wordpress sets the sql_mode as below on connecting to database.
but multi db does not had set following option so I had added below after mysql_connect function in db.php
@mysql_query("SET SESSION sql_mode='NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'",$dbh);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Apologies for my english.
After upgrading my network. I found that admin unable to save setting options from the setting pages.
On debugging , I noticed that wordpress sets the sql_mode as below on connecting to database.
but multi db does not had set following option so I had added below after mysql_connect function in db.php
@mysql_query("SET SESSION sql_mode='NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'",$dbh);
The text was updated successfully, but these errors were encountered: