45 Posts
Jan
9 years ago
3
Topic

Again with show errors on, I get:

Notice: Undefined property: stdClass::$state in F:\wamp\www\...\plugins\search\cck\cck.php on line 79

Line 79:   if ( !$field->state ) {

Line 82:   if ( $current['stage'] != (int)$field->stage ) {

Should I alter 'state' in line 79 in 'stage' to fix this?


Get a Book for SEBLOD
693 Posts
rpoy
9 years ago
2
Level 1

Hi Jan,

What version of Joomla / SEBLOD are you using?  Is something happening that is unexpected - what are you doing to get this error?  Please refer to this post.

regards,

Randy

45 Posts
Jan
9 years ago
1
Level 2

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

I use a Seblod-list module to display a list of images.

693 Posts
rpoy
9 years ago
0
Level 3

Hi Jan,

The recommended settings for Joomla is to have display errors:off

Of course you can keep all the debug settings on while you are developing the site and once you have things working properly turn them off.

Regards,

Randy

Get a Book for SEBLOD