Upgrading from version 1.4.1 to 1.4.2

 
1. Please make a backup of your current installation folder and database.
2. Download TrackThrough version 1.4.2
Download the latest trackthrough_1_4_2.zip from https://www.bispark.com/trackthrough/download and extract (unzip) this to a temporary directory.
e.g.: extract trackthrough_1_4_2.zip to /temp/trackthrough_1_4_2.
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_2/includes to /var/www/trackthrough/
cp /temp/trackthrough_1_4_2/manual
to /var/www/trackthrough/
cp /temp/trackthrough_1_4_2/mini
to /var/www/trackthrough/
cp /temp/trackthrough_1_4_2/resources
to /var/www/trackthrough/
cp /temp/trackthrough_1_4_2/scripts
to /var/www/trackthrough/
3. Edit config.ini file
Edit config.ini file in your installation folder as shown below:
[ETC]
project_attachment_folder=resources/uploads/project/
mail_template_folder=resources/mail_templates/
attachment_icons_folder = attachment_icons
attachment_types = png,gif,jpeg,jpg,txt,doc,docx,xls,xlsx,pdf,zip,xml,html,sql,php,psd,mht,ini,ppt,mdb,odt
hashed_password=false
version = 1.4.2

[FlexyView]
resources_dir = resources
style_sheets=images/style.css
java_scripts = js/tt.util.js

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

[index]
title = "Index"
[password]
title = "Retrieve Password"
[project]
title = "Projects"
[project view]
title = "Project View"
[project create]
title = "Add Project"
[task view]
title = "Task View"
[task create]
title = "Add Task"
[task copy]
title = "Copy Task"
[bookmark]
title = "Bookmarks"
[teams]
title = "Teams"
[leads]
title = "Leads"
[register]
title = "Register User"
[settings]
title = "Settings"
[profile]
title = "Profile"
[admin settings]
title = "Configuration Settings"
[messages]
title = "Messages"
[search]
title = "Search Results"
[error]
title= "Error Page"
[dashboard]
title = "Dashboard"
[task report]
title = "Task Report"
[issues report]
title = "Issue Report"
[issue create]
title = "Add Issue"
[issue view]
title = "Issue View"

4. Edit mini config
Edit mini/config.ini file as shown below:
[FW]
module_dir = ../includes/modules
image_dir = resources/images
base_url= http://yoursite.com/trackthrough/mini

[THEMES]
default_theme = black
names=blue,black,orange,pink

5. Run upgrade script
Open command console, change to scripts folder.
e.g.: cd /temp/trackthrough/scripts
Run db_upgrade_to_1_4_2.php script as shown below:
e.g.: php db_upgrade_to_1_4_2.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_2.php file.