Hi I need to upgrade our current installation from 3.01 to 3.83
Server:
Centos 7
PHP 5.4.16
I did attempt it last night with the following output:
Starting from 8 Updates are being applied to toolkits_data
Current database version - 8
Updating database:
- from version: 8
(If the update doesn't work, run setup.php?debug=1 to see the detailed error messages and SQL queries.)
Updating to version 8
Adding auto_increment to templatedetails.template_id column - ok true
Updating to version 9
Creating LRS Endpoint settings fields - ok ? true
Updating to version 10
New file MIME types added to the allowed type list: image/jpg, image/bmp, image/svg+xml, application/svg, audio/mp3, video/mpeg, application/ogg, text/rtf
Default allowed MIME type list updated - ok ? true
Updating to version 11
Creating MIME checks field - ok ? true
Updating to version 12
Creating file extension check field - ok ? true
Updating to version 13
Creating file extension blacklist field - ok ? true
Updating to version 14
Creating the ClamAV antivirus check fields - ok ? true
Updating to version 15
Tsugi directory field - ok ? true
Updating to version 16
Tsugi published field added - ok ? true
Tsugi xapi enabled field added - ok ? true
Tsugi xapi endpoint field added - ok ? true
Tsugi xapi key field added - ok ? true
Tsugi xapi secret field added - ok ? true
Tsugi xapi student id mode field added - ok ? true
Updating to version 17 1
DEBUG Query: CREATE TABLE IF NOT EXISTS `grouping` ( `grouping_id` int(11) NOT NULL AUTO_INCREMENT, `grouping_name` char(255) DEFAULT NULL, PRIMARY KEY (`grouping_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci , output 1
Creating grouping table - ok ? trueFilling default groupings into groupings table - ok ? true
Updating to version 18
Creating xAPI dashboard settings fields - ok ? true
Updating to version 19
Creating template_parent field in originaltemplatesdetails - ok ? true
Updating to version 20
Tsugi xapi enabled field added - ok ? true
Updating to version 21
Creating dashboard_allowed_links field in templatedetails - ok ? true
Updating to version 22 1
DEBUG Query: CREATE TABLE IF NOT EXISTS `course` ( `course_id` int(11) NOT NULL AUTO_INCREMENT, `course_name` char(255) DEFAULT NULL, PRIMARY KEY (`course_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci, output 1
Creating course table - ok ? true
Creating course_freetext_enabled field in sitedetails = ok ? true
Updating to version 23
Creating dashboard_display_options field in templatedetails - ok ? true
Updating to version 24
Creating template_sub_pages field in originaltemplatesdetails - ok ? true
Upgrade complete
Cleanup up files that are really in the way
Removing themes/Nottingham/blackround/responsivetext.css
Removing themes/Nottingham/btnTopPurple/responsivetext.css
Removing themes/Nottingham/darkgrey/responsivetext.css
Removing themes/Nottingham/flatblue/responsivetext.css
Removing themes/Nottingham/flatred/responsivetext.css
Removing themes/Nottingham/flatwhite/responsivetext.css
Removing themes/Nottingham/orangepurple/responsivetext.css
Removing themes/Nottingham/sketch/responsivetext.css
Done
However the user reported the following issues:
1. I can play existing learning objects but when I try to edit them it gets stuck on loading the editing screen.
2. I am unable to create a new learning object. Selecting the Create button has no response.
I have rolled the server back to its original state so its back to 3.01.
i think i may have forgotten to chown the update files to apache apache as i copied all the files to the server as root so all the files were root root. (could it be as simple as this?)
is there an upgrade an existing installation document or can someone put the process here for me please?