Jump to content
TNG Community

V12 dna_groups table


Kaas Neef

Recommended Posts

In a clean V12.0 installation (no mods installed) the dna_groups database table shows a an empty line on the backup page.

Also the the two menu items left of the "delete selected" are empty (the same is true on other pages like media) - independent of the language selected.

Looking at the table thru phpMyAdmin it shows perfectly OK to me. 

 

See attached samples 

Screen Shot 2018-06-16 at 09.55.37.png

Screen Shot 2018-06-16 at 09.56.25.png

Link to comment
Share on other sites

Looks like you are missing some $admtext variables, so "DNA Groups" is not showing as the table name.  Likewise, you are missing the $test variable for " Keep Name Private "

Edited - Select All and Clear All are the other 2 variables missing

All of these are in the alltext.php file

Link to comment
Share on other sites

Thanks Ken.

Unfortunately, none of the textfiles delivered for V12 (admintext.php, alltext.php, text.php) in the zip file i downloaded from Darrin's site (tngupgrade11x-12.zip) contain these variables.

They did in the V11 files. $admtxt[ 'clearall']  and $admtxt[ 'selectall'] , so i gues Darrin is the person to ask.

 

Link to comment
Share on other sites

Rudi,

That is weird since they are in my English0UTF8 alltext.php file extracted from the TNG 12 prod upgrade zip file.  There was a patch12 zip posted on the download page

The missing variables shows as

//moved here in 12.0.0
$admtext['menu'] = "Menu";
$admtext['dna_groups'] = "DNA Groups";
$admtext['allbranches'] = "All Branches";
$admtext['active'] = "Active";
$admtext['select'] = "Select";
$admtext['selectall'] = "Select All";
$admtext['clearall'] = "Clear All";
$admtext['medialinks'] = "Media Links";

followed by a bunch of other variables added in 12.0.0

edited - maybe download the upgrade and full install zip file again

Link to comment
Share on other sites

Thanks.

It looks like there have been more versions of TNG12patch ! The file i downloaded from Darrin's page has a alltext.php dated May 9, the one i just downloaded is dated May 10.

Installed the one just now downloaded and all seems OK.  

Did i miss something ???

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...