53 Posts
Heinz-R
8 years ago
Topic

Hi all,

After a complete restore and buildung new contact forms I get error notices in a content view which was correct before.

Messages:

  • Notice: Undefined property: stdClass::$value in /....../plugins/content/cck/cck.php on line 396     (3 times!)
  • Notice: Undefined property: stdClass::$value in /....../libraries/cms/cck/plugin/field.php on line 823      (once)

Everything else works correct ?! 

Thanks for any help to solve my problem.
Heinz

Get a Book for SEBLOD
53 Posts
Heinz-R
8 years ago
5
Level 1

The issue has been reduced to

      Notice: Undefined property: stdClass::$value in /....../plugins/content/cck/cck.php on line 396

I did delete a not necessary field (button) and the respective notice for line 823 is solved. But there is still the first one ... any ideas?

Thank you
Heinz

53 Posts
Heinz-R
8 years ago
4
Level 2

Issue can be fixed by going back from PHP 5.6 to PHP 5.4! Could you please verify this and fix the bug for PHP 5.6?

Thanks
Heinz

4229 Posts
Kadministrator
8 years ago
3
Level 3

This are harmless notices, just set your error reporting level in Joomla to lower value (minimal or none), newer php version have higher default error reporting levels so you need to lower it down in Joomla.

53 Posts
Heinz-R
8 years ago
2
Level 4

Thank you.

That is what I did. I did set the PHP Version on Provider Side back to PHP 5.4 and the harmless notices were not anymore displayed on the content view. But it will be a limited time we should use PHP 5.4 and it is recommended to skip to PHP 5.6.

Best regards,
Heinz

4229 Posts
Kadministrator
8 years ago
1
Level 5

You can upgrade to php 5.6, just change mentioned setting.

53 Posts
Heinz-R
8 years ago
0
Level 6

Thank you. Did it. Works fine!

Best regards,
Heinz

Get a Book for SEBLOD