If the update assistant doesn't work properly, here is how to update manually the software.
Manual update from version 1.3 to 1.4
- Make a backup of all your website files and your database.
- Copy/paste all new file to your server, in the root folder (same as your current website). Do not delete any old file, they are going to be replace.
- Database update
- Open your database management utility (e.g.: phpMyAdmin)
- Choose your database and click on the "SQL" tab
- In the query field, copy/paste the SQL code of the file "installation/update_1.3-1.4.txt" and execute the queries. Be careful if you use a prefix for table names (like "pms_"), you will need to add it in each SQL query.
- Check that the tables "group" and "group_right" were created. They must contain some data.
- Configuration file update
- Open the file "include/conf.php"
- Modify the line:
define('VERSION','1.3');
by :
define('VERSION','1.4');
- Save the modifications
- If you use your own template/skin, you will have to edit:
- the template "index.html" in order to replace the html code of the main menu "div main_menu" by the code present in the default template
("template/defaut/")
- the file .css and add the administraion styles (commented "new 1.4" in the default style)
- The update from phpMySport 1.3 to 1.4 is completed!