Jump to content

is pw 2.7.3 not compatible with mysql 5.7.12?


adrianmak
 Share

Recommended Posts

  • 7 months later...
2 hours ago, gebeer said:

We're ecperiencing problems on a PW 2.7.0 install after MySQL upgrade to 5.7

Maybe you can update to PW 2.8.x? More recent versions of PW have fixed some MySQL 5.7 issues and make some SQL mode settings in /wire/config.php.

Link to comment
Share on other sites

@Robin S 

Thanks for the tip.

In 3.x there is a setting 

$config->dbSqlModes = array(
	"5.7.0" => "remove:STRICT_TRANS_TABLES,ONLY_FULL_GROUP_BY"
);

in https://github.com/processwire/processwire/blob/master/wire/config.php#L869

But it seems that 2.8 is not supporting those mode settings. At least I cant find anything related in https://github.com/processwire/processwire-legacy/blob/master/wire/core/WireDatabasePDO.php or https://github.com/processwire/processwire-legacy/blob/master/wire/config.php

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...