Hi, since you are upgrading from v2.3.5 to v2.4.1, you'll need to run both the 2.3.5 to 2.4.0 SQL script and 2.4.0 to 2.4.1 SQL script.
And you'll need to copy back the images/avatar too.
For my way, I used to do the following steps:
1. unpack the jforum-2.4.1.war into a directory on the server, say /tmp/jforum-2.4.1
2. delete all the jar file in the old jforum's WEB-INF/lib
3. copy all the files from /tmp/jforum-2.4.1/ to overwrite the old jforum's directory
4. delete the old versoin jQuery javascript
5. edit the modulesMapping.properties, remove the last line of install
6. run the upgrade SQL script from all the version between 2.3.5 to 2.4.1, first 2.3.5 to 2.4.0, then 2.4.0 to 2.4.1
7. customize the template files
8. change file or directory permission if needed
|