Error While Upgrading From 4.3.1 To 4.3.2

we got this error below while upgrading

Error File does not exists: "/home/fleaffai/public_html/staging/var/langs/vi/core.po".
×Error PO-file contains syntax errors or incorrect structure. Please re-check it and upload again.
×Successful Your store has been upgraded successfully

we got this error below while upgrading

ErrorFile does not exists: "/home/fleaffai/public_html/staging/var/langs/vi/core.po".
×ErrorPO-file contains syntax errors or incorrect structure. Please re-check it and upload again.
×SuccessfulYour store has been upgraded successfully

This error means that some PO file was not updated. If you do not use this language in your store you can just ignore this message.

Now to upgrade to the next version we are getting another error

Upgrade 4.3.2 - 4.3.3
  • New version: 4.3.3
  • Release date: Jun 25, 2015
  • File size: 5,031 Kb

This minor upgrade includes issue fixes and Upgrade Center improvements. The Store Import add-on was entirely replaced with Upgrade Center.

Package contents
Validation issue

Validator "Restore" returned fail status

Unable to prepare restore.php file. File "var/upgrade/restore.php" was locally modified/renamed/removed. Restore the original restore.php file before the upgrade.

The log file has this output

2016-07-08 17:12:45: Start installation of the "core" upgrade package
2016-07-08 17:12:45: ================================================
2016-07-08 17:12:45: Get all available validators
2016-07-08 17:12:45: Execute "Backups directory permissions" validator
2016-07-08 17:12:45: Execute "collisions" validator
2016-07-08 17:12:45: Execute "permissions" validator
2016-07-08 17:12:45: Execute "restore" validator
2016-07-08 17:12:45: Upgrade stopped: Unable to prepare restore file. restore.php was locally modified/removed or renamed.

The log file has this output

2016-07-08 17:12:45: Start installation of the "core" upgrade package
2016-07-08 17:12:45: ================================================
2016-07-08 17:12:45: Get all available validators
2016-07-08 17:12:45: Execute "Backups directory permissions" validator
2016-07-08 17:12:45: Execute "collisions" validator
2016-07-08 17:12:45: Execute "permissions" validator
2016-07-08 17:12:45: Execute "restore" validator
2016-07-08 17:12:45: Upgrade stopped: Unable to prepare restore file. restore.php was locally modified/removed or renamed.

Make sure that you've set up 755 permissions on the var and var/upgrade directories and 644 permissions on the var/upgrade/restore.php file.

Make sure that you've set up 755 permissions on the var and var/upgrade directories and 644 permissions on the var/upgrade/restore.php file.

Retried as per your instructions but still same issue.

Do I need to Restore the original restore.php file before the upgrade as per the message ? From where can i get the original file ?

I would also like to know the solution to this as I get the same error.

Do I need to Restore the original restore.php file before the upgrade as per the message ? From where can i get the original file ?

I would also like to know the solution to this as I get the same error.

Also try to replace the following part of code in the config.local.php file:

// Default permissions for newly created files and directories
define('DEFAULT_FILE_PERMISSIONS', 0666);
define('DEFAULT_DIR_PERMISSIONS', 0777);

with this one:

// Default permissions for newly created files and directories
define('DEFAULT_FILE_PERMISSIONS', 0644);
define('DEFAULT_DIR_PERMISSIONS', 0755);

If it does not help please contact us via HelpDesk.

I am also having this issue, do I need to retore the original restore.php file and where can I get it?