45 Posts
Jan
9 years ago
2
Topic

With display errors is on I get:

"Notice: Undefined index: translate_id in F:\wamp\www\..\plugins\cck_field\jform_contentlanguage\jform_contentlanguage.php on line 63"

Line 63: $auto = ( $config['translate_id'] && isset( $config['language'] ) && $config['language'] ) ? $config['language'] : '';

How to fix this?


Get a VIP membership
693 Posts
rpoy
9 years ago
0
Level 1

Hi Jan,

What version of Joomla / SEBLOD are you using?  In actuality it is not an error but a notice.  Are you experiencing something that is not working?  You see this message when you have the Joomla debug option turned on:

Global Configuation>System>Debug System: Yes

You will also see the queries if you have the SEBLOD debug option turned on:

Global Configuration>SEBLOD>Site>Debug

So if you turn off the Debug options, the messages will should go away.

regards

Randy

45 Posts
Jan
9 years ago
0
Level 1

I use Joomla 3.3.3 and Seblod 3.3.6. The error (notice) is displayed with PHP display errors=on.

I don't experience  something is not working properly. Of course I can turn display errors off.

Get a VIP membership