rhassent Posted July 24, 2021 Report Share Posted July 24, 2021 I am a native German, that's why I'm using language German-UTF8 in my TNG 13.0.4. My current template is no. 14. I get an error message (see screenshot). File English-UTF8/admintext.php line 784 reads: $admtext['headline'] = "Headline"; //4, 7 This line is missing in file German-UTF8/admintext.php. Maybe it should read: $admtext['headline'] = "Überschrift"; //4, 7 Though this line is not relevant for template 14, it's absence produces the error message. I would appreciate if Darrin would insert such a line in the German language (and other languages?) on a appropriate position. In German-UTF-8 it is not line 784! I assume that another variable is missing obove line 784! Thank you! Rainer Quote Link to comment Share on other sites More sharing options...
Ken Roy Posted July 24, 2021 Report Share Posted July 24, 2021 (edited) Rainer, Darrin does not monitor the TNG Community Forum which is a user to user help forum. You will need to communicate this problem directly to Darrin. Edited - if you are currently using PHP 8 and have the option to downgrade to PHP 7.4, you could try doing that to eliminate the warning. Alternatively, you could add the missing $admtext['headline'] = "Überschrift"; to your cust_text.php in the German-UTF8 folder to see it that eliminates the PHP 8 warning. Edited July 24, 2021 by Ken Roy Quote Link to comment Share on other sites More sharing options...
rhassent Posted July 24, 2021 Author Report Share Posted July 24, 2021 Ken, This exactly what I did. I will report this error to Darrin. Thank you. Rainer Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.