Blank White page during installation of OpenCart 3.0.3.6
Posted: Thu Sep 02, 2021 2:05 pm
During installation of OpenCart 3.0.3.6 you might get a blank page. Don't worry about that. There is a cool solution of it. At first you have to use your code editor i.e. Notepad++, Sublime text, VsCode etc. Then please edit the mentioned file from Install Folder.
Step1: open this file install/model/install/install.php
Step2: Find the word MYSQL40 ( which might be in line 35)
Step3: Comment the line. Normally you can replace this line
$db->query("SET @@session.sql_mode = 'MYSQL40'");
with
//$db->query("SET @@session.sql_mode = 'MYSQL40'");
Step4: Try to install OpenCart. That's it.
If you need more help then please reply here!
Step1: open this file install/model/install/install.php
Step2: Find the word MYSQL40 ( which might be in line 35)
Step3: Comment the line. Normally you can replace this line
$db->query("SET @@session.sql_mode = 'MYSQL40'");
with
//$db->query("SET @@session.sql_mode = 'MYSQL40'");
Step4: Try to install OpenCart. That's it.
If you need more help then please reply here!