The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $newpmmsg - Line: 40 - File: global.php(841) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/global.php(841) : eval()'d code 40 errorHandler->error
/global.php 841 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5024 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 5024 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7162 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 7162 errorHandler->error
/inc/functions.php 5044 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1415 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 1415 errorHandler->error
/inc/functions.php 1370 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
Will upgrading 2.1.0 core kill dbase? - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1)
+--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5)
+--- Thread: Will upgrading 2.1.0 core kill dbase? (/showthread.php?tid=1522)



Will upgrading 2.1.0 core kill dbase? - Internaut - Aug 9th, 2011

Will upgrading 2.1.0 core kill dbase?

For example: I have FormTools2.1.0-beta-20110730 installed.
I see there is a new core, FormTools2.1.0-beta-20110808

Would unzipping and ftping with 'overwrite all' replace the older core w/out changing anything else?

Yes - backing up first is important.

TIA

I


RE: Will upgrading 2.1.0 core kill dbase? - Ben - Aug 9th, 2011

Quote:Will upgrading 2.1.0 core kill dbase?

No, the database won't be overwritten, just updated.

Quote:Would unzipping and ftping with 'overwrite all' replace the older core w/out changing anything else?

Exactly. This just updates your version - nothing else. FTP clients (all, I believe) are smart enough to do a merge when you copy over files. The upgrade zip file will only contain files that have changed. So when you FTP the files to your site, the client only overwrites those files that have changed, leaving the original ones intact.

Quote:Yes - backing up first is important.

Yup! Smile

- Ben



RE: Will upgrading 2.1.0 core kill dbase? - Internaut - Aug 9th, 2011

(Aug 9th, 2011, 4:22 PM)Ben Wrote:
Quote:Will upgrading 2.1.0 core kill dbase?

No, the database won't be overwritten, just updated.

Quote:Would unzipping and ftping with 'overwrite all' replace the older core w/out changing anything else?

Exactly. This just updates your version - nothing else. FTP clients (all, I believe) are smart enough to do a merge when you copy over files. The upgrade zip file will only contain files that have changed. So when you FTP the files to your site, the client only overwrites those files that have changed, leaving the original ones intact.

Quote:Yes - backing up first is important.

Yup! Smile

- Ben

Hi Ben,

Followed the FTP method, then tried to access Admin login. I was taken to the install setup and I stopped at the create a dbase prefix ext FT_.

I deleted the "install" folder that went in via the FTPup. And was then able to login.

Thanks a bunch,

I




RE: Will upgrading 2.1.0 core kill dbase? - Ben - Aug 9th, 2011

Ah...! Just so you know, when upgrading the Core it's easiest to just click on the "Update" link within Form Tools. That passes all information about your installed components to the upgrade script which constructs an upgrade file (including API, modules, themes AND the Core). That file won't include the /install folder.

But the way you did it is totally fine too.

All the best -

Ben