Hi,
Please make the follow change in install/step3.php,
Replace on line 122,
if($e->getCode() === "42S02" ) {
with
if($e->getCode() === "HY000" ) {
Hi,
Please make the follow change in install/step3.php,
Replace on line 122,
````
if($e->getCode() === "42S02" ) {
````
with
````
if($e->getCode() === "HY000" ) {
````
Necessity is the mother of all inventions!