Jump to content

Looks like a lot of bugs fixed in V1.4.5.1


Recommended Posts

I just checked that out and found that when trying to use the feature I get the message

 

You currently don't need to use this feature.

 

 

The usual upgrade process is pretty straight forward though. Takes a bit of time but it's OK.

 

Just make sure you follow it precisely and you should have no problems.

Link to comment
Share on other sites

Don't see any reason why it should. Had it been a major release like V1.5 I would be slightly concerned.

 

Anyway, if you follow the correct procedure the upgrade happens in a different folder to your main site. Once the upgraded site is functioning correctly, and you have checked the modules are working correctly, only then do you replace your live site.

Should something go wrong, or you find that some of the modules don't work, you have lost nothing because your original site hasn't been touched.

 

Basically, when you upgrade you make a copy of your main site in a sub-folder and a copy of your database. The copy is the one that is merged with the new files and the upgrade installed. Following a successful upgrade you would delete the main site files and then move the upgraded site out of the sub-folder to root. The upgraded site then becomes your main site.

Link to comment
Share on other sites

/classes folder: in case you have added customized classes to this folder, copy them to the new /classes folder. Then open each and every one of them, and rename their class name, adding the "Core" suffix. For instance, "MyClasse" becomes "MyClasseCore".

Only change the name in the PHP class within file, not the name of the file itself.

 

I just don't understand this step. If I have modified classes files, do I copy and replace them to the new /classes folder? I'm not quick sure how to rename their class name by adding "Core" Does that mean to go into the file and do a save as PHP and adding Core to the end of each file in /Classes?

Link to comment
Share on other sites

It's saying that if you had any files in the classes folder that you had previously edited you need to copy those files to the new /classes folder, open the file and change the class name within.

 

I think it's more for those upgrading from a V1.3+ as those files didn't have a Core suffix.

 

I think it unlikely you have modified any of these files anyway.

Link to comment
Share on other sites

In this case open each file and make sure the class name has the Core suffix (it most like has already). If not, add it, save the file and replace the one in the new /classes folder with it.

 

If you are still not sure just copy the first part of the file and post it here (using the code tags) and we'll take a look.

 

Here's an example from the /classes/attribute.php file

 

class AttributeCore extends ObjectModel

 

You can see the class name has a 'Core' suffix.

Link to comment
Share on other sites

I know the feeling.

 

I was going to start upgrading some of my sites earlier but I really couldn't face it today :rolleyes:

 

Problem is over here in Thailand I have a really slow connection (6MB) and as my VPS is in the UK it's even slower with FTP so a real pain. Back in the UK I had 20MB which made things not quite so bad.

Link to comment
Share on other sites

Got this from Carl

 

To facilitate the transition to 1.4.5.1, you will find below an updated guide for versions ranging from 1.3.x to 1.4.4.1

 

Step 1

 

Download the module automatically update available as attachments below.

autoupgrade.zip (158.99K)

Number of downloads: 12

 

Step 2

 

Go to the admin panel> Modules> Add a new module.

 

 

And select the archive module's automatic update.

 

Step 3

 

Install the v0.1 AutoUpgrade

 

 

Step 4

 

Go to Tools> Upgrade line "Shop desactivated", click "No" and select NO toactivate the store

 

 

 

Step 5

 

Return to Tools> Upgrade and bottom of the page select the options as below and save.

 

 

Step 6

 

Click Upgrade PrestaShop now. Be patient, it may take several minutes (do not close the page).

 

 

 

Step 7

 

Reactivate your store by going to Preferences.

 

Your shop is now updated."

 

To download the module:

http://www.prestashop.com/forums/index.php?app=core&module=attach&section=attach&attach_id=44125

 

 

--

 

Testing now on my page, hope it works!

Link to comment
Share on other sites

Hi Dave,

 

Got the upgrade to work by doing it manually. However, there's a critical error where the category tree doesn't show up in the box office.

 

 

 

Update:

 

 

 

25aof83.jpg

 

 

Ahh! What a nightmare, after the upgrade the category tree is missing from layered navigation/catalog/product entirely. However, in the FO I am able to see and navigate through products. Also, if I do a BO catalog find of the product I am to go in and edit the product.

 

 

288xpux.jpg

 

 

UPDATE:

 

Thanks to Michael, he informed how to fix it by transferring over the old image.inc.php file. Careless mistake on my part.

 

However, the category tree is still only showing the Home section. Not showing all of it.

Link to comment
Share on other sites

×
×
  • Create New...