diff -b -r TT/adminlog.txt TNG/adminlog.txt Only in TNG/bargle_gedcom: jones1.ged Only in TNG/bargle_gedcom: Jones-Walden-Snively-Watson Fa.ged diff -b -r TT/config.php TNG/config.php 2,5c2,5 < $database_host = "localhost"; < $database_name = ""; < $database_username = ""; < $database_password = ''; --- > $database_host = "server.catesby.org"; > $database_name = "catesbyo_TNG121"; > $database_username = "catesbyo_eeyore"; > $database_password = 'aBi9sMi2'; 7a8 > $tngconfig['maint'] = ""; 47,49c48,50 < $rootpath = ""; < $templatenum = ""; < $templateswitching = 1; --- > $rootpath = "/home/catesbyo/public_html/TNG/"; > $templatenum = "18"; > $templateswitching = "1"; 51,54c52 < $tngdomain = ""; < $sitename = "Our Family History"; < $site_desc = ""; < $tngconfig['doctype'] = ""; --- > $tngdomain = "http://catesby.org/TNG"; 58d55 < $norels = ""; 62d58 < $gendexfile = "gendex"; 63a60 > $gendexfile = "gendex"; 66c63 < $backuppath = "backups"; --- > $backuppath = "argle_backups"; 73,74d69 < $tngconfig['imgmaxh'] = ""; < $tngconfig['imgmaxw'] = ""; 79,86d73 < $tngconfig['usedefthumbs'] = "1"; < $tngconfig['maxnoteprev'] = "350"; < $tngconfig['scrollcite'] = "1"; < $tngconfig['ssdisabled'] = "0"; < $tngconfig['ssrepeat'] = "0"; < $tngconfig['imgviewer'] = "0"; < $tngconfig['imgvheight'] = "1"; < $tngconfig['hidemedia'] = "0"; 87a75 > $newmedialinks = ""; 92a81 > $tngconfig['icons'] = ""; 94,106c83,84 < $tngconfig['showhome'] = "0"; < $tngconfig['showsearch'] = "0"; < $tngconfig['searchchoice'] = "0"; < $tngconfig['showlogin'] = "0"; < $tngconfig['showprint'] = "0"; < $tngconfig['showshare'] = "0"; < $tngconfig['showbmarks'] = "0"; < $tngconfig['hidechr'] = "0"; < $tngconfig['hidedna'] = "0"; < $tngconfig['password_type'] = "sha256"; < $tngconfig['places1tree'] = 1; < $tngconfig['autogeo'] = 1; < $dbowner = "Your Name"; --- > $emailaddr = "snively@catesby.org"; > $dbowner = "John Snively"; 108d85 < $tngconfig['edit_timeout'] = "15"; 110d86 < $treerestrict = "0"; 114,116c90,91 < $nonames = 0; < $tngconfig['nnpriv'] = 0; < $notestogether = 2; --- > $nonames = "0"; > $notestogether = "2"; 118d92 < $tngconfig['ucsurnames'] = ""; 122,136c96,101 < $tngconfig['cemrows'] = 40; < $tngconfig['cemblanks'] = 0; < $emailaddr = "yourmail@domain.ext"; < $tngconfig['fromadmin'] = "$fromadmin"; < $tngconfig['disallowreg'] = 0; < $tngconfig['revmail'] = "0"; < $tngconfig['autoapp'] = "0"; < $tngconfig['autotree'] = "0"; < $tngconfig['ackemail'] = "0"; < $tngconfig['omitpwd'] = "0"; < $tngconfig['usesmtp'] = "0"; < $tngconfig['mailhost'] = ""; < $tngconfig['mailuser'] = ""; < $tngconfig['mailpass'] = ""; < $tngconfig['mailport'] = ""; --- > $photosext = "jpg"; > $tngconfig['maxdesc'] = ""; > $defdesc = "3"; > $tngconfig['stdesc'] = ""; > $tngconfig['regnotes'] = ""; > $tngconfig['regnosp'] = ""; 140,144d104 < $tngconfig['preferEuro'] = "false"; < $tngconfig['calstart'] = "0"; < $tngconfig['pardata'] = 0; < $tngconfig['oldids'] = ""; < $tngconfig['lastimport'] = ""; 162c122 < $tngconfig['backupdays'] = 30; --- > $tngconfig['backupdays'] = "30"; 164,167d123 < $tngconfig['privateyears'] = 5; < $tngconfig['cookieapproval'] = ""; < $tngconfig['dataprotect'] = ""; < $tngconfig['askconsent'] = ""; 172,199c128 < $tngconfig['mediatrees'] = "0"; < $tngconfig['footermsg'] = ""; < $tngconfig['offline'] = ""; < < $maxdnasearchresults = "50"; < $showtestnumbers = "0"; < $autofillancsurnames = "1"; < $numgens = "3"; < $ancsurnameupper = "0"; < $surnameexcl = ""; < $bgmain = ""; < $txtmain = "#FFFFFF"; < $bgmode = "#D1EEEE"; < $txtmode = "#000000"; < $bgfastmut = "#69001A"; < $txtfastmut = "#FFFFFF"; < $bg1_12 = "#414E68"; < $txt1_12 = "#FFFFFF"; < $bg13_25 = "#41678A"; < $txt13_25 = "#FFFFFF"; < $bg26_37 = "#2E8899"; < $txt26_37 = "#FFFFFF"; < $bg38_67 = "#44A1B8"; < $txt38_67 = "#FFFFFF"; < $bg111 = "#05B8CC"; < $txt111 = "#FFFFFF"; < < $tng_notinstalled = "1"; --- > $tng_notinstalled = ""; 208d136 < $cms['adminurl'] = ""; Only in TNG: error_log diff -b -r TT/genlog.txt TNG/genlog.txt diff -b -r TT/importconfig.php TNG/importconfig.php 2c2 < $gedpath = "gedcom"; --- > $gedpath = "bargle_gedcom"; 4,5d3 < $tngimpcfg['rrnum'] = "100"; < $tngimpcfg['readmsecs'] = "750"; 7,12c5,7 < $tngimpcfg['defimpopt'] = 0; < $tngimpcfg['chdate'] = 0; < $tngimpcfg['livingreqbirth'] = 0; < $tngimpcfg['maxlivingage'] = 110; < $tngimpcfg['maxprivyrs'] = ""; < $tngimpcfg['maxdecdyrs'] = ""; --- > $tngimpcfg['chdate'] = "0"; > $tngimpcfg['livingreqbirth'] = "0"; > $tngimpcfg['maxlivingage'] = "110"; 16d10 < $locimppath['headstones'] = ""; 19d12 < $tngimpcfg['privnote'] = ""; diff -b -r TT/pedconfig.php TNG/pedconfig.php 20a21 > $pedigree['pagesize'] = "letter"; 24c25 < $pedigree['usepopups'] = "1"; --- > $pedigree['usepopups'] = "2"; 37,38c38,39 < $pedigree['maxgen'] = "8"; < $pedigree['initpedgens'] = "4"; --- > $pedigree['maxgen'] = "15"; > $pedigree['initpedgens'] = "5"; 42,44c43,45 < $pedigree['maxdesc'] = "12"; < $pedigree['initdescgens'] = "4"; < $pedigree['defdesc'] = "2"; --- > $pedigree['maxdesc'] = "15"; > $pedigree['initdescgens'] = "7"; > $pedigree['defdesc'] = "3"; 48d48 < $pedigree['tcheight'] = "300"; 50a51 > $pedigree['tcheight'] = "300";