TEXT_FIELDTYPE_INPUT_TITLE temporarely not available

Post Reply
User avatar
micha
Posts: 6
Joined: 06 Sep 2017, 13:12
Name: Micha Zet
Location: Germany Lehrte
Contact:

TEXT_FIELDTYPE_INPUT_TITLE temporarely not available

Post by micha »

With every heartbeat (and per logged in user) I'm getting a

Code: Select all

Use of undefined constant TEXT_FIELDTYPE_INPUT_TITLE - assumed 'TEXT_FIELDTYPE_INPUT_TITLE'
/includes/classes/fieldstypes/fieldtype_input.php:9
notice in my error log

The language file is in place, uncorrupted and 'Input Field' appears correctly when needed.
User avatar
support
Site Admin
Posts: 6215
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: TEXT_FIELDTYPE_INPUT_TITLE temporarely not available

Post by support »

Thank you. I will check and fix. This is just Notice so you can keep using app.
User avatar
micha
Posts: 6
Joined: 06 Sep 2017, 13:12
Name: Micha Zet
Location: Germany Lehrte
Contact:

Re: TEXT_FIELDTYPE_INPUT_TITLE temporarely not available

Post by micha »

Thanks for taking care.
Actually I just wanted to get rid of all those entries, because real problems are hard to find this way. :)

Meanwhile, I have put error_log markers both in the __construct function and the language file.
And staying at /index.php?module=dashboard/ it turns out that __construct() is called BEFFORE the language file is included. That's the simple reason for getting all that notices.
Post Reply