Error message

Post Reply
User avatar
Tedde
Posts: 4
Joined: 09 Nov 2022, 19:16
Name: Ted Lidström
Location: Sweden Stockholm
Company Name: Teloco

Error message

Post by Tedde »

Getting errors after update to 3.3
DOes anyone know what the problem is?

( ! ) Warning: Use of undefined constant TEXT_EXT_EMAIL_NTOFICATION - assumed 'TEXT_EXT_EMAIL_NTOFICATION' (this will throw an Error in a future version of PHP) in C:\wamp64\www\Projekt\modules\entities\components\navigation.php on line 128
Call Stack
# Time Memory Function Location
1 0.0004 363696 {main}( ) ...\index.php:0
2 0.2005 1114584 require( 'C:\wamp64\www\Projekt\template\layout.php ) ...\index.php:32
3 0.3738 1182272 require( 'C:\wamp64\www\Projekt\modules\entities\views\entities_configuration.php ) ...\layout.php:155
4 0.3758 1182912 require( 'C:\wamp64\www\Projekt\modules\entities\components\navigation.php ) ...\entities_configuration.php:1
User avatar
support
Site Admin
Posts: 6222
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Error message

Post by support »

make sure you have update languages file too.
Languages are in:

Code: Select all

includes\languages\

Code: Select all

plugins\ext\languages\
You can download translation here https://www.rukovoditel.net/translations.php
If there is no your translation for latest version, just update your own to add missed constants at the end of file.
Post Reply