Page 1 of 1

Blank White page during installation of OpenCart 3.0.3.6

Posted: Thu Sep 02, 2021 2:05 pm
by sfaragy
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!

Re: Blank White page during installation of OpenCart 3.0.3.6

Posted: Fri Sep 03, 2021 2:03 am
by straightlight
Issue already fixed on OC v3.0.3.8 release.

Re: Blank White page during installation of OpenCart 3.0.3.6

Posted: Fri Sep 27, 2024 5:57 am
by erhangazi84
Thank you. Same problem at 3.0.3.2 and same solution. Thanks a lot.

Re: Blank White page during installation of OpenCart 3.0.3.6

Posted: Fri Sep 27, 2024 5:08 pm
by JNeuhoff
erhangazi84 wrote:
Fri Sep 27, 2024 5:57 am
Thank you. Same problem at 3.0.3.2 and same solution. Thanks a lot.
OpenCart 3.0.3.2 is quite old, you should install OC 3.0.4.0.

Re: Blank White page during installation of OpenCart 3.0.3.6

Posted: Fri Oct 18, 2024 10:17 pm
by Joshua26
JNeuhoff wrote:
Fri Sep 27, 2024 5:08 pm
erhangazi84 wrote:
Fri Sep 27, 2024 5:57 am
Thank you. Same problem at 3.0.3.2 and same solution. Thanks a lot.
OpenCart 3.0.3.2 is quite old, you should install OC 3.0.4.0.
Thank you. I alraedy use to OC 3.0.4.0.