Jump to content
TNG Community

missing php code line produces error message


rhassent

Recommended Posts

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

ERROR iin TNG 13.0.4.jpg

Link to comment
Share on other sites

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 by Ken Roy
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...