Jump to content

PrestaShop v.1.4.4.0 is now available!


Recommended Posts

This 1.4.4 version which has been optimised from all sides and which has become faster and more powerful now allows you to update your store from your back-office. In one click, your store will be automatically updated to the latest version of PrestaShop, thus providing an easy way of allowing you to always have access to the latest functionalities.

 

Take advantage of this functionality integrated in native mode in PrestaShop 1.4.4 allowing you to upgrade to the latest version of PrestaShop in just one click.

 

Do not forget to save the files/folders and the database of your shop before any update !

 

> See the changelog

 

> Download PrestaShop v.1.4

Link to comment
Share on other sites

This 1.4.4 version which has been optimised from all sides and which has become faster and more powerful now allows you to update your store from your back-office. In one click, your store will be automatically updated to the latest version of PrestaShop, thus providing an easy way of allowing you to always have access to the latest functionalities.

 

Take advantage of this functionality integrated in native mode in PrestaShop 1.4.4 allowing you to upgrade to the latest version of PrestaShop in just one click.

 

Do not forget to save the files/folders and the database of your shop before any update !

 

> See the changelog

 

> Download PrestaShop v.1.4

 

 

Please remember to turn off cacheFS in settings.inc.php file before the upgrade or you get a lot of errors after the upgrade process is complete.No completed screen.no front office welcome screen etc.It still works though.

 

I would say this is a bug.

Link to comment
Share on other sites

There is a discrepancy between the .pdf guide and the video.

 

The video says to copy your /img folder to the new prestashop folder and makes a point of saying not to copy the /img/admin folder.

 

The .pdf guide makes no mention of this, only to copy your /img folder over.

 

I guess there could be some bad updates because of this.

Link to comment
Share on other sites

Does this version have Worspress-like one-click upgrades (meaning that to upgrade to 1.4.4.1, I'll just have to click a button) as Michael promised here: http://forge.prestashop.com/browse/PSFV-19 ?

 

I just updated to 1.4.4.0. Under Preference/Upgrade there is only a note saying You currently don't need to use this feature. There are no clickables there presumably because this is the latest version.

 

There is a warning though

 

This function is experimental. It's highly recommended to make a backup of your files and database before starting the upgrade process.

Link to comment
Share on other sites

Please remember to turn off cacheFS in settings.inc.php file before the upgrade or you get a lot of errors after the upgrade process is complete.No completed screen.no front office welcome screen etc.It still works though.

 

I would say this is a bug.

Would like to second this, thanks for the tip indus

Link to comment
Share on other sites

@Dave: I have upgraded too but have no Preferences/Upgrade tab, where exactly do you have it ?

EDIT: found it in Tools/

 

 

 

Sorry, my mistake. It is indeed under tools.

 

I couldn't find a reference to cachFS in my settings.inc.php so I upgraded anyway. All went quite well.

Link to comment
Share on other sites

@Dave: I have upgraded too but have no Preferences/Upgrade tab, where exactly do you have it ?

EDIT: found it in Tools/

 

 

 

Sorry, my mistake. It is indeed under tools.

 

I couldn't find a reference to cachFS in my settings.inc.php so I upgraded anyway. All went quite well.

 

These lines define('_PS_CACHING_SYSTEM_', 'CacheFS');

define('_PS_CACHE_ENABLED_', '1');

 

The settings.inc.php file has them and according to the instructions it needs to be copied during the upgrade.

Link to comment
Share on other sites

@Dave: I have upgraded too but have no Preferences/Upgrade tab, where exactly do you have it ?

EDIT: found it in Tools/

 

 

 

Sorry, my mistake. It is indeed under tools.

 

I couldn't find a reference to cachFS in my settings.inc.php so I upgraded anyway. All went quite well.

 

These lines define('_PS_CACHING_SYSTEM_', 'CacheFS');

define('_PS_CACHE_ENABLED_', '1');

 

The settings.inc.php file has them and according to the instructions it needs to be copied during the upgrade.

 

Ah! OK.

That's why I didn't see that in the file. I had:

 

define('_PS_CACHING_SYSTEM_', 'MCached');
define('_PS_CACHE_ENABLED_', '0');

 

All upgraded fine and it's up and running.

Link to comment
Share on other sites

The problem with the Layered navigation block v1.4. I put version 1.4.4. In her new unit Layered, put it on the local server, everything works. The unit implemented the ability to select individual filters for each category of site. All cool, but I moved it to the host, it stopped working. The module does not open the choice of categories the site, although on a computer it works! Already encountered similar problems, but the answer is not found.

With technical support web hosting could not solve anything. They account transferred to different servers, but it still does not work.

:unsure:

Link to comment
Share on other sites

  • 3 weeks later...

hi there , just upgraded to the 1.4 version , but when i go into modules its completely blank , any ideas ????

 

You need to increase your php memory limit. Ask your host or you can create a php.ini file and place it in root.Add this line inside

 

memory_limit = 64M

 

Note: This will depend on how much memory your host allows.Mine is limited to 48M.

 

Also you add this line ini_set('memory_limit', '64M'); in the config/config.inc.php file under php configuration.

Link to comment
Share on other sites

×
×
  • Create New...