Upgrading from version 1.4.2 to 1.4.3

 
1. Please make a backup of your current installation folder and database.
2. Download TrackThrough version 1.4.3
Download the latest trackthrough_1_4_3.zip from https://www.bispark.com/trackthrough/download and extract (unzip) this to a temporary directory.
e.g.: extract trackthrough_1_4_3.zip to /temp/trackthrough_1_4_3.
Copy the contents of includes, manual, mini, resources and scripts folder from above download to your current installation.
e.g.:
cp /temp/trackthrough_1_4_3/includes to /var/www/trackthrough/
cp /temp/trackthrough_1_4_3/manual
to /var/www/trackthrough/
cp /temp/trackthrough_1_4_3/mini
to /var/www/trackthrough/
cp /temp/trackthrough_1_4_3/resources
to /var/www/trackthrough/
cp /temp/trackthrough_1_4_3/scripts
to /var/www/trackthrough/
3. Move uploads folder to TrackThrough root directory
e.g.:
var/www/trackthrough/resources/uploads
to
var/www/trackthrough/uploads
Please make sure the upload folder has .htaccess file in it. The htaccess file should have following content:

Order deny,allow
Deny from all

<FilesMatch "\.(png|jpe?g|gif)$">
Satisfy Any
Allow from all
</FilesMatch>
4. Edit config.ini file
Edit config.ini file in your installation folder as shown below:
[ETC]
project_attachment_folder=uploads/project/
mail_template_folder=resources/mail_templates/
attachment_icons_folder = attachment_icons
hashed_password=false
version = 1.4.3

[THEMES]
default_theme = blue
names=yellow,grey,plum,violet,blue,green,red,lime,black

5. Run upgrade script
Open command console, change to scripts folder.
e.g.: cd /temp/trackthrough/scripts
Run db_upgrade_to_1_4_3.php script as shown below:
e.g.: php db_upgrade_to_1_4_3.php
Caution: Please change the localhost, username, password, database name and prefix according to your previous installation settings in the db_upgrade_to_1_4_3.php file.