Jump to content

Edit History

Nicula Gabriel

Nicula Gabriel

 

prestashop-autoupgrade.thumb.png.e8470baa4d9ffa38c47995867725e5f4.png


Download autoupgrade module: https://addons.prestashop.com/en/data-migration-backup/5496-.html

[1.] Add in c\xampp\htdocs\your-prestashop-install\config\xml\channel.xml

the following code:

        <branch name="1.7" available="1" >
            <name>1.7.6.0 stable</name>
            <num>1.7.6.0</num>
            <download>
                <link>http://download.prestashop.com/download/releases/prestashop_1.7.6.0.zip</link>
                <md5></md5>
            </download>
            <changelog>http://build.prestashop.com/news/prestashop-1-7-5-2-1-6-1-24-maintenance-release/</changelog>
        </branch> 

prestashop-1.7.6.0-xml.thumb.png.a7643788b8504e7b85701db043642f8a.png

[2.] You don't need md5 anymore and you will see why!

[3.] I took this link (http://download.prestashop.com/download/releases/prestashop_1.7.6.0.zip ) from prestashop website. You can add any link you want for download and in the end replace.

prestashop-1.7.6.0.thumb.png.63206ca522fe78b2f54e0fb3bb8b1756.png

 

[4.] Open "C:\xampp\htdocs\your-prestashop-install\modules\autoupgrade\classes\TaskRunner\Upgrade" and comment: 
 

Quote

            if ($res) {
                // $md5file = md5_file(realpath($this->container->getProperty(UpgradeContainer::ARCHIVE_FILEPATH)));  [HERE]
                // if ($md5file == $upgrader->md5) { [HERE]
                    $this->next = 'unzip';
                    $this->logger->debug($this->translator->trans('Download complete.', array(), 'Modules.Autoupgrade.Admin'));
                    $this->logger->info($this->translator->trans('Download complete. Now extracting...', array(), 'Modules.Autoupgrade.Admin'));
                // } else { [HERE]
                //     $this->logger->error($this->translator->trans('Download complete but MD5 sum does not match (%s).', array($md5file), 'Modules.Autoupgrade.Admin')); [HERE]
                //     $this->logger->info($this->translator->trans('Download complete but MD5 sum does not match (%s). Operation aborted.', array($md5file), 'Modules.Autoupgrade.Admin')); [HERE]
                //     $this->next = 'error'; [HERE]
                // } [AND HERE]

 [  I commented the code that does the md5 verification!!! ]

 

prestashop-1.7.6.0-Downlaod.thumb.png.06009927808d8d1dbb16a1bc6447772f.png
 

[5.] And voila, is working like sharma!

prestashop-1.7.6.0-Finish.thumb.png.2a8d3cbef4f37fd8b67cb67da82d0dcf.png

 

Nicula Gabriel

Nicula Gabriel

 

prestashop-autoupgrade.thumb.png.e8470baa4d9ffa38c47995867725e5f4.png


Download autoupgrade module: https://addons.prestashop.com/en/data-migration-backup/5496-.html

[1.] Add in c\xampp\htdocs\your-prestashop-install\config\xml\channel.xml

the following code:

        <branch name="1.7" available="1" >
            <name>1.7.6.0 stable</name>
            <num>1.7.6.0</num>
            <download>
                <link>http://download.prestashop.com/download/releases/prestashop_1.7.6.0.zip</link>
                <md5></md5>
            </download>
            <changelog>http://build.prestashop.com/news/prestashop-1-7-5-2-1-6-1-24-maintenance-release/</changelog>
        </branch> 

prestashop-1.7.6.0-xml.thumb.png.a7643788b8504e7b85701db043642f8a.png

[2.] You don't need md5 anymore and you will see why!

[3.] I took this link (http://download.prestashop.com/download/releases/prestashop_1.7.6.0.zip ) from prestashop website. You can add any link you want for download and in the end replace.

prestashop-1.7.6.0.thumb.png.63206ca522fe78b2f54e0fb3bb8b1756.png

 

[4.] Open "C:\xampp\htdocs\your-prestashop-install\modules\autoupgrade\classes\TaskRunner\Upgrade" and comment: 
 

Quote

            if ($res) {
                // $md5file = md5_file(realpath($this->container->getProperty(UpgradeContainer::ARCHIVE_FILEPATH)));  [HERE]
                // if ($md5file == $upgrader->md5) { [HERE]
                    $this->next = 'unzip';
                    $this->logger->debug($this->translator->trans('Download complete.', array(), 'Modules.Autoupgrade.Admin'));
                    $this->logger->info($this->translator->trans('Download complete. Now extracting...', array(), 'Modules.Autoupgrade.Admin'));
                // } else { [HERE]
                //     $this->logger->error($this->translator->trans('Download complete but MD5 sum does not match (%s).', array($md5file), 'Modules.Autoupgrade.Admin')); [HERE]
                //     $this->logger->info($this->translator->trans('Download complete but MD5 sum does not match (%s). Operation aborted.', array($md5file), 'Modules.Autoupgrade.Admin')); [HERE]
                //     $this->next = 'error'; [HERE]
                // } [AND HERE]

 [  I commented the code that does the md5 verification!!! ]

 

prestashop-1.7.6.0-Downlaod.thumb.png.06009927808d8d1dbb16a1bc6447772f.png
 

[5.] And voila, is working like sharma!

prestashop-1.7.6.0-Finish.thumb.png.2a8d3cbef4f37fd8b67cb67da82d0dcf.png

 

Nicula Gabriel

Nicula Gabriel

prestashop-1.7.6.0-xml.thumb.png.0c60f4d8f5bb9989823898d14113f3ed.png

prestashop-autoupgrade.thumb.png.e8470baa4d9ffa38c47995867725e5f4.png


Download autoupgrade module: https://addons.prestashop.com/en/data-migration-backup/5496-.html

[1.] Add in c\xampp\htdocs\your-prestashop-install\config\xml\channel.xml

the following code:

        <branch name="1.7" available="1" >
            <name>1.7.6.0 stable</name>
            <num>1.7.6.0</num>
            <download>
                <link>http://download.prestashop.com/download/releases/prestashop_1.7.6.0.zip</link>
                <md5></md5>
            </download>
            <changelog>http://build.prestashop.com/news/prestashop-1-7-5-2-1-6-1-24-maintenance-release/</changelog>
        </branch> 

[2.] You don't need md5 anymore and you will see why!

[3.] I took this link (http://download.prestashop.com/download/releases/prestashop_1.7.6.0.zip ) from prestashop website. You can add any link you want for download and in the end replace.

prestashop-1.7.6.0.thumb.png.63206ca522fe78b2f54e0fb3bb8b1756.png

 

[4.] Open "C:\xampp\htdocs\your-prestashop-install\modules\autoupgrade\classes\TaskRunner\Upgrade" and comment: 
 

Quote

            if ($res) {
                // $md5file = md5_file(realpath($this->container->getProperty(UpgradeContainer::ARCHIVE_FILEPATH)));  [HERE]
                // if ($md5file == $upgrader->md5) { [HERE]
                    $this->next = 'unzip';
                    $this->logger->debug($this->translator->trans('Download complete.', array(), 'Modules.Autoupgrade.Admin'));
                    $this->logger->info($this->translator->trans('Download complete. Now extracting...', array(), 'Modules.Autoupgrade.Admin'));
                // } else { [HERE]
                //     $this->logger->error($this->translator->trans('Download complete but MD5 sum does not match (%s).', array($md5file), 'Modules.Autoupgrade.Admin')); [HERE]
                //     $this->logger->info($this->translator->trans('Download complete but MD5 sum does not match (%s). Operation aborted.', array($md5file), 'Modules.Autoupgrade.Admin')); [HERE]
                //     $this->next = 'error'; [HERE]
                // } [AND HERE]

 [  I commented the code that does the md5 verification!!! ]

 

prestashop-1.7.6.0-Downlaod.thumb.png.06009927808d8d1dbb16a1bc6447772f.png
 

[5.] And voila, is working like sharma!

prestashop-1.7.6.0-Finish.thumb.png.2a8d3cbef4f37fd8b67cb67da82d0dcf.png

 

Nicula Gabriel

Nicula Gabriel

prestashop-1.7.6.0-xml.thumb.png.0c60f4d8f5bb9989823898d14113f3ed.png

prestashop-autoupgrade.thumb.png.e8470baa4d9ffa38c47995867725e5f4.png


Download autoupgrade module::

https://addons.prestashop.com/en/data-migration-backup/5496-.html

[1.] Add in 

Quote

c\xampp\htdocs\your-prestashop-install\config\xml\channel.xml

the following code:

        <branch name="1.7" available="1" >
            <name>1.7.6.0 stable</name>
            <num>1.7.6.0</num>
            <download>
                <link>http://download.prestashop.com/download/releases/prestashop_1.7.6.0.zip</link>
                <md5></md5>
            </download>
            <changelog>http://build.prestashop.com/news/prestashop-1-7-5-2-1-6-1-24-maintenance-release/</changelog>
        </branch> 


 

[2.] You don't need md5 anymore and you will see why!

 

[3.] I took this link (http://download.prestashop.com/download/releases/prestashop_1.7.6.0.zip ) from prestashop website. You can add any link you want for download and in the end replace.

prestashop-1.7.6.0.thumb.png.63206ca522fe78b2f54e0fb3bb8b1756.png

 

[4.] Open "C:\xampp\htdocs\your-prestashop-install\modules\autoupgrade\classes\TaskRunner\Upgrade" and comment: 
 

Quote

            if ($res) {
                // $md5file = md5_file(realpath($this->container->getProperty(UpgradeContainer::ARCHIVE_FILEPATH)));  [HERE]
                // if ($md5file == $upgrader->md5) { [HERE]
                    $this->next = 'unzip';
                    $this->logger->debug($this->translator->trans('Download complete.', array(), 'Modules.Autoupgrade.Admin'));
                    $this->logger->info($this->translator->trans('Download complete. Now extracting...', array(), 'Modules.Autoupgrade.Admin'));
                // } else { [HERE]
                //     $this->logger->error($this->translator->trans('Download complete but MD5 sum does not match (%s).', array($md5file), 'Modules.Autoupgrade.Admin')); [HERE]
                //     $this->logger->info($this->translator->trans('Download complete but MD5 sum does not match (%s). Operation aborted.', array($md5file), 'Modules.Autoupgrade.Admin')); [HERE]
                //     $this->next = 'error'; [HERE]
                // } [AND HERE]

 [  I commented the code that does the md5 verification!!! ]

 

prestashop-1.7.6.0-Downlaod.thumb.png.06009927808d8d1dbb16a1bc6447772f.png
 

[5.] And voila, is working like sharma!

prestashop-1.7.6.0-Finish.thumb.png.2a8d3cbef4f37fd8b67cb67da82d0dcf.png

 

Nicula Gabriel

Nicula Gabriel

 

prestashop-autoupgrade.thumb.png.e8470baa4d9ffa38c47995867725e5f4.png


Download autoupgrade module::

https://addons.prestashop.com/en/data-migration-backup/5496-.html

[1.] Add in 

Quote

c\xampp\htdocs\your-prestashop-install\config\xml\channel.xml

the following code:

        <branch name="1.7" available="1" >
            <name>1.7.6.0 stable</name>
            <num>1.7.6.0</num>
            <download>
                <link>http://download.prestashop.com/download/releases/prestashop_1.7.6.0.zip</link>
                <md5></md5>
            </download>
            <changelog>http://build.prestashop.com/news/prestashop-1-7-5-2-1-6-1-24-maintenance-release/</changelog>
        </branch> 

prestashop-1.7.6.0-xml.thumb.png.313f5f17186ba222be448e699e960b2d.png
 

[2.] You don't need md5 anymore and you will see why!

 

[3.] I took this link (http://download.prestashop.com/download/releases/prestashop_1.7.6.0.zip ) from prestashop website. You can add any link you want for download and in the end replace.

prestashop-1.7.6.0.thumb.png.63206ca522fe78b2f54e0fb3bb8b1756.png

 

[4.] Open "C:\xampp\htdocs\your-prestashop-install\modules\autoupgrade\classes\TaskRunner\Upgrade" and comment: 
 

Quote

            if ($res) {
                // $md5file = md5_file(realpath($this->container->getProperty(UpgradeContainer::ARCHIVE_FILEPATH)));  [HERE]
                // if ($md5file == $upgrader->md5) { [HERE]
                    $this->next = 'unzip';
                    $this->logger->debug($this->translator->trans('Download complete.', array(), 'Modules.Autoupgrade.Admin'));
                    $this->logger->info($this->translator->trans('Download complete. Now extracting...', array(), 'Modules.Autoupgrade.Admin'));
                // } else { [HERE]
                //     $this->logger->error($this->translator->trans('Download complete but MD5 sum does not match (%s).', array($md5file), 'Modules.Autoupgrade.Admin')); [HERE]
                //     $this->logger->info($this->translator->trans('Download complete but MD5 sum does not match (%s). Operation aborted.', array($md5file), 'Modules.Autoupgrade.Admin')); [HERE]
                //     $this->next = 'error'; [HERE]
                // } [AND HERE]

 [  I commented the code that does the md5 verification!!! ]

 

prestashop-1.7.6.0-Downlaod.thumb.png.06009927808d8d1dbb16a1bc6447772f.png
 

[5.] And voila, is working like sharma!

prestashop-1.7.6.0-Finish.thumb.png.2a8d3cbef4f37fd8b67cb67da82d0dcf.png

prestashop-1.7.6.0-xml.png

Nicula Gabriel

Nicula Gabriel

 

prestashop-autoupgrade.thumb.png.e8470baa4d9ffa38c47995867725e5f4.png


Download autoupgrade module::

https://addons.prestashop.com/en/data-migration-backup/5496-.html

[1.] Add in 

Quote

c\xampp\htdocs\your-prestashop-install\config\xml\channel.xml

the following code:

        <branch name="1.7" available="1" >
            <name>1.7.6.0 stable</name>
            <num>1.7.6.0</num>
            <download>
                <link>http://download.prestashop.com/download/releases/prestashop_1.7.6.0.zip</link>
                <md5></md5>
            </download>
            <changelog>http://build.prestashop.com/news/prestashop-1-7-5-2-1-6-1-24-maintenance-release/</changelog>
        </branch>
 or any version you need.

prestashop-1.7.6.0-xml.thumb.png.313f5f17186ba222be448e699e960b2d.png
 

[2.] You don't need md5 anymore and you will see why!

 

[3.] I took this link (http://download.prestashop.com/download/releases/prestashop_1.7.6.0.zip ) from prestashop website. You can add any link you want for download and in the end replace.

prestashop-1.7.6.0.thumb.png.63206ca522fe78b2f54e0fb3bb8b1756.png

 

[4.] Open "C:\xampp\htdocs\your-prestashop-install\modules\autoupgrade\classes\TaskRunner\Upgrade" and comment: 
 

Quote

            if ($res) {
                // $md5file = md5_file(realpath($this->container->getProperty(UpgradeContainer::ARCHIVE_FILEPATH)));  [HERE]
                // if ($md5file == $upgrader->md5) { [HERE]
                    $this->next = 'unzip';
                    $this->logger->debug($this->translator->trans('Download complete.', array(), 'Modules.Autoupgrade.Admin'));
                    $this->logger->info($this->translator->trans('Download complete. Now extracting...', array(), 'Modules.Autoupgrade.Admin'));
                // } else { [HERE]
                //     $this->logger->error($this->translator->trans('Download complete but MD5 sum does not match (%s).', array($md5file), 'Modules.Autoupgrade.Admin')); [HERE]
                //     $this->logger->info($this->translator->trans('Download complete but MD5 sum does not match (%s). Operation aborted.', array($md5file), 'Modules.Autoupgrade.Admin')); [HERE]
                //     $this->next = 'error'; [HERE]
                // } [AND HERE]

prestashop-1.7.6.0-Downlaod.thumb.png.06009927808d8d1dbb16a1bc6447772f.png
 

[5.] And voila, is working like sharma!

prestashop-1.7.6.0-Finish.thumb.png.2a8d3cbef4f37fd8b67cb67da82d0dcf.png

prestashop-1.7.6.0-xml.png

Nicula Gabriel

Nicula Gabriel

 

prestashop-autoupgrade.thumb.png.e8470baa4d9ffa38c47995867725e5f4.png


Download autoupgrade module::

https://addons.prestashop.com/en/data-migration-backup/5496-.html

[1.] Add in 

Quote

c\xampp\htdocs\your-prestashop-install\config\xml\channel.xml

the following code:

        <branch name="1.7" available="1" >
            <name>1.7.6.0 stable</name>
            <num>1.7.6.0</num>
            <download>
                <link>http://download.prestashop.com/download/releases/prestashop_1.7.6.0.zip</link>
                <md5></md5>
            </download>
            <changelog>http://build.prestashop.com/news/prestashop-1-7-5-2-1-6-1-24-maintenance-release/</changelog>
        </branch>
 or any version you need.

prestashop-1.7.6.0-xml.thumb.png.313f5f17186ba222be448e699e960b2d.png
 

[2.] You don't need md5 anymore and you will see why!

 

[3.] I took this link (http://download.prestashop.com/download/releases/prestashop_1.7.6.0.zip ) from prestashop website. You can add any link you want for download and in the end replace.

prestashop-1.7.6.0.thumb.png.63206ca522fe78b2f54e0fb3bb8b1756.png

 

[4.] Open "C:\xampp\htdocs\your-prestashop-install\modules\autoupgrade\classes\TaskRunner\Upgrade" and comment: 
 

Quote

            if ($res) {
                // $md5file = md5_file(realpath($this->container->getProperty(UpgradeContainer::ARCHIVE_FILEPATH)));  [HERE]
                // if ($md5file == $upgrader->md5) { [HERE]
                    $this->next = 'unzip';
                    $this->logger->debug($this->translator->trans('Download complete.', array(), 'Modules.Autoupgrade.Admin'));
                    $this->logger->info($this->translator->trans('Download complete. Now extracting...', array(), 'Modules.Autoupgrade.Admin'));
                // } else { [HERE]
                //     $this->logger->error($this->translator->trans('Download complete but MD5 sum does not match (%s).', array($md5file), 'Modules.Autoupgrade.Admin')); [HERE]
                //     $this->logger->info($this->translator->trans('Download complete but MD5 sum does not match (%s). Operation aborted.', array($md5file), 'Modules.Autoupgrade.Admin')); [HERE]
                //     $this->next = 'error'; [HERE]
                // } [AND HERE]

prestashop-1.7.6.0-Downlaod.thumb.png.06009927808d8d1dbb16a1bc6447772f.png
 

[5.] And voila, is working like sharma!

prestashop-1.7.6.0-Finish.thumb.png.2a8d3cbef4f37fd8b67cb67da82d0dcf.png

 

 

 

 

prestashop-1.7.6.0-xml.png

Nicula Gabriel

Nicula Gabriel

1. Add in 

Quote

c\xampp\htdocs\your-prestashop-install\config\xml\channel.xml

the following code:

        <branch name="1.7" available="1" >
            <name>1.7.6.0 stable</name>
            <num>1.7.6.0</num>
            <download>
                <link>http://download.prestashop.com/download/releases/prestashop_1.7.6.0.zip</link>
                <md5></md5>
            </download>
            <changelog>http://build.prestashop.com/news/prestashop-1-7-5-2-1-6-1-24-maintenance-release/</changelog>
        </branch>
 or any version you need.


2. You don't need md5 anymore and you will see why!

 

3. I took this link (http://download.prestashop.com/download/releases/prestashop_1.7.6.0.zip ) from prestashop website. You can add any link you want for download and in the end replace.

 

4. Open "C:\xampp\htdocs\your-prestashop-install\modules\autoupgrade\classes\TaskRunner\Upgrade" and comment: 
 

Quote

            if ($res) {
                // $md5file = md5_file(realpath($this->container->getProperty(UpgradeContainer::ARCHIVE_FILEPATH)));  [HERE]
                // if ($md5file == $upgrader->md5) { [HERE]
                    $this->next = 'unzip';
                    $this->logger->debug($this->translator->trans('Download complete.', array(), 'Modules.Autoupgrade.Admin'));
                    $this->logger->info($this->translator->trans('Download complete. Now extracting...', array(), 'Modules.Autoupgrade.Admin'));
                // } else { [HERE]
                //     $this->logger->error($this->translator->trans('Download complete but MD5 sum does not match (%s).', array($md5file), 'Modules.Autoupgrade.Admin')); [HERE]
                //     $this->logger->info($this->translator->trans('Download complete but MD5 sum does not match (%s). Operation aborted.', array($md5file), 'Modules.Autoupgrade.Admin')); [HERE]
                //     $this->next = 'error'; [HERE]
                // } [AND HERE]


5. And voila, is working like sharma!

prestashop-1.7.6.0-Finish.png

prestashop-1.7.6.0-Downlaod.png

prestashop-1.7.6.0.png

prestashop-autoupgrade.png

Nicula Gabriel

Nicula Gabriel

1. Add in 

Quote

c\xampp\htdocs\your-prestashop-install\config\xml\channel.xml

the following code:

        <branch name="1.7" available="1" >
            <name>1.7.6.0 stable</name>
            <num>1.7.6.0</num>
            <download>
                <link>http://download.prestashop.com/download/releases/prestashop_1.7.6.0.zip</link>
                <md5></md5>
            </download>
            <changelog>http://build.prestashop.com/news/prestashop-1-7-5-2-1-6-1-24-maintenance-release/</changelog>
        </branch>
 or any version you need.


2. You don't need md5 anymore and you will see why!

 

3. I took this link (http://download.prestashop.com/download/releases/prestashop_1.7.6.0.zip ) from prestashop website. You can add any link you want for download and in the end replace.

 

4. Open "C:\xampp\htdocs\your-prestashop-install\modules\autoupgrade\classes\TaskRunner\Upgrade" and comment: 
 

Quote

            if ($res) {
                // $md5file = md5_file(realpath($this->container->getProperty(UpgradeContainer::ARCHIVE_FILEPATH)));  [HERE]
                // if ($md5file == $upgrader->md5) { [HERE]
                    $this->next = 'unzip';
                    $this->logger->debug($this->translator->trans('Download complete.', array(), 'Modules.Autoupgrade.Admin'));
                    $this->logger->info($this->translator->trans('Download complete. Now extracting...', array(), 'Modules.Autoupgrade.Admin'));
                // } else { [HERE]
                //     $this->logger->error($this->translator->trans('Download complete but MD5 sum does not match (%s).', array($md5file), 'Modules.Autoupgrade.Admin')); [HERE]
                //     $this->logger->info($this->translator->trans('Download complete but MD5 sum does not match (%s). Operation aborted.', array($md5file), 'Modules.Autoupgrade.Admin')); [HERE]
                //     $this->next = 'error'; [HERE]
                // } [AND HERE]


5. And voila, is working like sharma!

prestashop-1.7.6.0-Finish.png

prestashop-1.7.6.0-Downlaod.png

prestashop-1.7.6.0.png

×
×
  • Create New...