Page 1 of 2

[SOLVED] Complete website Turn into White/Blank page :(

Posted: Wed Aug 29, 2018 7:43 pm
by khnaz35
Hello everyone need help and suggestion regarding resolving the issue.

I update one extension from isenslab NitroPack unlucky this happen only when my support for one year has expired.

The problem is error_log is also empty and doesn't show any thing
i update the index.php
ini_set('display_errors', 1);
ini_set('log_errors', 1);
error_reporting(E_ALL); but nothing works. Site address is maraley.com/ali

Re: Complete website Turn into White/Blank page :(

Posted: Wed Aug 29, 2018 9:08 pm
by MrPhil
If no pages show, the install probably corrupted the index.php page. If you can't back out that last installation, restore the backup you made before you made the installation. At least you'll be back to a working store. Then someone can look at what happened to your files.

Re: Complete website Turn into White/Blank page :(

Posted: Wed Aug 29, 2018 9:08 pm
by straightlight
As a new forum user, please read the forum rules. No OC version posted, no error / server access logs provided.

Re: Complete website Turn into White/Blank page :(

Posted: Thu Aug 30, 2018 10:27 pm
by khnaz35
Thanks for rules but can you tell me where to look for this solutions

Re: Complete website Turn into White/Blank page :(

Posted: Thu Aug 30, 2018 10:43 pm
by straightlight
By following the forum rules, you will see all the details on how to proceed by providing technical information on the forum for forum supporters to assist you.

Re: Complete website Turn into White/Blank page :(

Posted: Thu Aug 30, 2018 11:11 pm
by khnaz35
Hi required details are here

OC version 2.3.0.2
Extension name "Nitropack" version 2.5.16
Error_log is empty nothing is in error log anyhow i use above code in index.php to show the error
Site link is maraley.com/ali

Re: Complete website Turn into White/Blank page :(

Posted: Thu Aug 30, 2018 11:23 pm
by straightlight
khnaz35 wrote:
Thu Aug 30, 2018 11:11 pm
Hi required details are here

OC version 2.3.0.2
Extension name "Nitropack" version 2.5.16
Error_log is empty nothing is in error log anyhow i use above code in index.php to show the error
Site link is maraley.com/ali
Contact the extension developer to resolved this issue.

Re: Complete website Turn into White/Blank page :(

Posted: Thu Aug 30, 2018 11:27 pm
by khnaz35
straightlight wrote:
Thu Aug 30, 2018 11:23 pm
khnaz35 wrote:
Thu Aug 30, 2018 11:11 pm
Hi required details are here

OC version 2.3.0.2
Extension name "Nitropack" version 2.5.16
Error_log is empty nothing is in error log anyhow i use above code in index.php to show the error
Site link is maraley.com/ali
Contact the extension developer to resolved this issue.
My support has been expired for extension. Unfortunately this only happen after that when i update their extension.

Re: Complete website Turn into White/Blank page :(

Posted: Thu Aug 30, 2018 11:28 pm
by straightlight
Licensing issues is not a solution that can be provided on the forum. You need to settle this with the extension developers / providers.

Re: Complete website Turn into White/Blank page :(

Posted: Thu Aug 30, 2018 11:33 pm
by khnaz35
straightlight wrote:
Thu Aug 30, 2018 11:28 pm
Licensing issues is not a solution that can be provided on the forum. You need to settle this with the extension developers / providers.
I am not looking for the license issue/support here, am looking for the solution that how can i see the error_log, which is sowing empty but the whole site is down even the admin panel as well

Re: Complete website Turn into White/Blank page :(

Posted: Thu Aug 30, 2018 11:35 pm
by khnaz35
khnaz35 wrote:
Thu Aug 30, 2018 11:33 pm
straightlight wrote:
Thu Aug 30, 2018 11:28 pm
Licensing issues is not a solution that can be provided on the forum. You need to settle this with the extension developers / providers.
I am not looking for the license issue/support here, am looking for the solution that how can i see the error_log, which is sowing empty but the whole site is down even the admin panel as well

as i mention early

The problem is error_log is also empty and doesn't show any thing
i update the index.php

ini_set('display_errors', 1);
ini_set('log_errors', 1);
error_reporting(E_ALL);
but nothing works.

Re: Complete website Turn into White/Blank page :(

Posted: Fri Aug 31, 2018 3:14 am
by straightlight
From your admin - > systems - > settings - > edit settings - > server tab, see if you can enable the error logs by display and file logs. Both options can be set to Yes. Once the changes saved, notice the top screen on the store-front end. I would, however, strongly suggest to set your site under maintenance from the same tab option before enabling the error display.

Re: Complete website Turn into White/Blank page :(

Posted: Fri Aug 31, 2018 10:14 am
by khnaz35
straightlight wrote:
Fri Aug 31, 2018 3:14 am
From your admin - > systems - > settings - > edit settings - > server tab, see if you can enable the error logs by display and file logs. Both options can be set to Yes. Once the changes saved, notice the top screen on the store-front end. I would, however, strongly suggest to set your site under maintenance from the same tab option before enabling the error display.
Thanks for suggestion, but the problem is that admin panel is also not reachable its also shows as blank page, is there any other-way via FTP.

have a look here
website
http://prntscr.com/kow9js
Admin panel
http://prntscr.com/kow9ra

Re: Complete website Turn into White/Blank page :(

Posted: Fri Aug 31, 2018 10:18 am
by straightlight
Either from FTP - > access_logs or logs folder from the root location before public_html or viewing your server access logs from your host console. For OC, you'd need to go to your PHPMyAdmin - > oc_setting table and change: config_error_display value from 0 to 1 and the same for the config_error_log .

Re: Complete website Turn into White/Blank page :(

Posted: Fri Aug 31, 2018 10:53 am
by khnaz35
straightlight wrote:
Fri Aug 31, 2018 10:18 am
Either from FTP - > access_logs or logs folder from the root location before public_html or viewing your server access logs from your host console. For OC, you'd need to go to your PHPMyAdmin - > oc_setting table and change: config_error_display value from 0 to 1 and the same for the config_error_log .
i got this one PHP Parse error: syntax error, unexpected '5.4' (T_DNUMBER) in /home1/maraleyc/public_html/ali/vqmod/vqcache/vq2-system_startup.php on line 11

i have attach file vq2-system_startup.php




in my data table i dont have oc_setting but ocz_setting

Re: Complete website Turn into White/Blank page :(

Posted: Fri Aug 31, 2018 1:02 pm
by xxvirusxx
Check from Cpanel to see what php version you have.

Re: Complete website Turn into White/Blank page :(

Posted: Fri Aug 31, 2018 1:27 pm
by khnaz35
xxvirusxx wrote:
Fri Aug 31, 2018 1:02 pm
Check from Cpanel to see what php version you have.
Are you referring to web server PHP version: 5.6.30 or phpMyAdmin Version information: 4.7.7
according to my info.php
PHP Version 5.6.37

Re: Complete website Turn into White/Blank page :(

Posted: Fri Aug 31, 2018 3:07 pm
by xxvirusxx
As I said on you duplicated topic.
Remove all NitroPack files and see if work.

Re: Complete website Turn into White/Blank page :(

Posted: Sun Sep 02, 2018 10:10 am
by khnaz35
xxvirusxx wrote:
Fri Aug 31, 2018 3:07 pm
As I said on you duplicated topic.
Remove all NitroPack files and see if work.
Thanks for your suggestion i already make it work

Re: Complete website Turn into White/Blank page :(

Posted: Sun Sep 02, 2018 10:42 pm
by MrPhil
khnaz35 wrote:
Fri Aug 31, 2018 1:27 pm
Are you referring to web server PHP version: 5.6.30 or phpMyAdmin Version information: 4.7.7
phpMyAdmin concerns only MySQL (despite the somewhat misleading name). It has nothing to do with your PHP version.