I get the above error filling my logs on cron runs and when I view the admin/module page.

This is output from devel:

Notice: Undefined property: stdClass::$name in ctools_export_load_object() (line 518 of ctools/includes/export.inc). =>
... (Array, 25 elements)
24: ctools_export_load_object() (Array, 2 elements)
file (String, 65 characters ) /ctools/inclu...
args (Array, 3 elements)
0 (String, 12 characters ) file_display
1 (String, 5 characters ) names
2 (Array, 1 element)
0 (String, 33 characters ) video__default__media_vimeo_video

ctools from July 5

Comments

SocialNicheGuru’s picture

The line in question:

if (!in_array($object->{$export['key']}, $args)) 
hazit’s picture

Hello again SocialNicheGuru - seems we are both using the same versions of things and getting the same errors again!

Can confirm I get this on loading the module page:

Notice: Undefined property: stdClass::$name in ctools_export_load_object() (line 518 of \profiles\openatrium\modules\contrib\ctools\includes\export.inc).

In fact, I get about a hundred of them, and its every time I load the modules page.

Cheers,

H

Devin Carlson’s picture

Issue summary: View changes
Status: Active » Closed (cannot reproduce)

I'm not able to duplicate this using the latest -dev release.