I finally managed to get through the Database upgrade, but when I attempt to do the migration I get the following error:
PHP Notice: Constant TL_LOCALE_PATH already defined in E:\inetpub\wwwroot\testlink\config.inc.php on line 74 PHP Notice: Constant TL_DRAG_DROP_DIR already defined in E:\inetpub\wwwroot\testlink\config.inc.php on line 193 PHP Notice: Constant TL_DRAG_DROP_JS_DIR already defined in E:\inetpub\wwwroot\testlink\config.inc.php on line 194 PHP Notice: Constant TL_DRAG_DROP_FOLDER_CSS already defined in E:\inetpub\wwwroot\testlink\config.inc.php on line 195 PHP Notice: Constant TL_DRAG_DROP_CONTEXT_MENU_CSS already defined in E:\inetpub\wwwroot\testlink\config.inc.php on line 196 PHP Notice: Undefined variable: g_title_sep in E:\inetpub\wwwroot\testlink\config.inc.php on line 625 PHP Notice: Undefined variable: g_title_sep_type2 in E:\inetpub\wwwroot\testlink\config.inc.php on line 626 PHP Notice: Undefined variable: g_title_sep_type3 in E:\inetpub\wwwroot\testlink\config.inc.php on line 627 PHP Notice: Undefined variable: g_default_roleid in E:\inetpub\wwwroot\testlink\config.inc.php on line 632 PHP Fatal error: Cannot redeclare class TLSmarty in E:\inetpub\wwwroot\testlink\lib\functions\tlsmarty.inc.php on line 218
I'm really frustrated anything woould be appreciated.
Problems Migrating from 1.7.4 to 1.8.1
Moderators: Amaradana, TurboPT, TL Developers
Sorry about that. I got those errors because I made the mistake of copying the 1.8.1 package directly over the 1.7.4 package. That left remenant files from 1.7.4 that were not over written, so I decided to try wiping the 7.4 files and then copying the 8.1 files and that solved that problem. Now I have other problems that I'm posting in the 1.8.1 forum.