Install 1.3 over 1.3.2

In my case the version 1.3.2 seemed not to have all the file's installed correctly. I am encountering several strange minor problems I do not have in 1.3
I do not say that 1.3.2 is a bad file, I could very well be my mistake, failure.
Whatever caused it is not important, I want to fix it.

Can I install 1.3 over the 1.3.2 ?
Or is there an other way to correct this.

Going back is not recommended as your database is patched for a newer version and will not work with files from a previous. Doing this you will have to reverse engineer what happens in upgrade patches and reverse the changes in the database.

I would try the following:

  1. Export your 1.3.2 data to an sql file using phpMyAdmin (only inserts, no drop or create)
  2. Setup a new platform and install a fresh 1.3.3. Clean/truncate those tables from data. Skip the settings table.
  3. Import the data from your sql file. And manually correct any conflicts that appears. Skip the settings table.

Okay will do so, Thanks

1.3.3 solves exactly the problems I encountered

Ezt a témát a hosszú inaktivitás miatt bezártuk. A hozzászólás nem lehetséges.
View code on GitHub