Upgrade Center White Screen,

I can not upgrade your site , because it displays white when I chose center upgrade.

?dispatch=upgrade_center.manage

Please help me. !

Hello,



It is a php error. In order to solve it open error_log of web server and search for fatal error.



Sincerely yours,

CS-Market.

To see the error message, please open the config.local.php file and replace:



error_reporting(E_ALL);
ini_set('display_errors', 0);




with



error_reporting(E_ALL);
ini_set('display_errors', 1);
define('DEVELOPMENT', true);

Thank you for reply,

Here's the error message

Parse error[color=#000000]: syntax error, unexpected ',' in [/color]/home/…/app/Tygh/UpgradeCenter/App.php[color=#000000] on line [/color]341

[quote name='TienDung_vn' timestamp='1439293668' post='226370']

Thank you for reply,

Here's the error message

Parse error[color=#000000]: syntax error, unexpected ',' in [/color]/home/…/app/Tygh/UpgradeCenter/App.php[color=#000000] on line [/color]341

[/quote]



What is your current version?

[quote name='eComLabs' timestamp='1439371695' post='226490']

What is your current version?

[/quote]

[quote name='eComLabs' timestamp='1439371695' post='226490']

What is your current version?

[/quote] Version CS-Cart 4.3.2.

The following string should be on line #341 on this version:



$schema = $this->getSchema($package_id, true);

[quote name='eComLabs' timestamp='1439394548' post='226557']

The following string should be on line #341 on this version:



$schema = $this->getSchema($package_id, true);


[/quote]

it's not working

error-update-341.png

What code do you have on 340 - 342 lines?

[quote name='eComLabs' timestamp='1439469879' post='226669']

What code do you have on 340 - 342 lines?

[/quote]

[quote name='TienDung_vn' timestamp='1439471183' post='226674']

[/quote]

it like this ,

it like this.

337 Output::steps(5); // Validators,

338

339

340 $schema = $this->getSchema($package_id, true);

341 s (database/files), Copying Files, Migrations, Languages

342 Output::display(__('uc_title_validators'), __('uc_upgrade_progress'), false);

343

344 $validators = $this->getValidators();

345 $schema = $this->getSchema($package_id, true);

Replace:



s (database/files), Copying Files, Migrations, Languages




with



//s (database/files), Copying Files, Migrations, Languages

[quote name='eComLabs' timestamp='1439479764' post='226683']

Replace:



s (database/files), Copying Files, Migrations, Languages




with



//s (database/files), Copying Files, Migrations, Languages


[/quote]

Thanks very much…

it was activity