- Edited
Hello,I am attempting to upgrade our test environment to the latest version. We are currently on ver. 1.6ST, and I have read that it is recommended to upgrade to 1.7.xx before upgrading to 1.8.1.2. I replaced the contents of the wwwroot folder with the 1.7.7 upload folder, then navigated to the website. On login, I receive the following error, though it will take me to the first upgrade page:
After clicking upgrade, I receive the below DB errors, and the web page stops on a "Page could not be loaded" screen.I attempted to add the tables manually using the scripts from the install-mysql.php file and suggestions from the forum. When the tables are manually entered, the upgrade appears to proceed; however, it eventually fails with the following message: Table 'ost_group_dept_access'already exists
I have also attempted adding the ost_group_dept_access table to begin the upgrade, than removing it after it starts. I then receive the same error above stating that the table is missing. All other tables are successfully added by the upgrade process after I manually add the three tables mentioned above, so I don't believe it is a permissions issue.I have attempted the upgrade with both utf8_general_ci and utf8_unicode_ci encoding. They both produce the same results described above. I am at a loss as to what to do. PHP logs only show time out errors, and the upgrader errors are as described above. Any suggestions are greatly appreciated.Current OST Version: 1.6ST (Attempting upgrade to 1.7.7)PHP Version: 5.3.28DB Version: MariaDB 5.5.36IIS 7 on Windows 7 Professional 32bit (test environment)