Just an fyi... I'm seeing the following notices appear:

Notice: Undefined index: project in _profiler_builder_drush_file() (line 572 of /srv/bindings/ec8c352bad4d4e218fc1f2c9ad0140af/code/profiles/cmf/modules/developer/profiler_builder/profiler_builder.admin.inc). (x4)

Notice: Undefined index: project in _profiler_builder_drush_file() (line 574 of /srv/bindings/ec8c352bad4d4e218fc1f2c9ad0140af/code/profiles/cmf/modules/developer/profiler_builder/profiler_builder.admin.inc). (x4)

Notice: Undefined variable: output in _profiler_builder_build_profile() (line 292 of /srv/bindings/ec8c352bad4d4e218fc1f2c9ad0140af/code/profiles/cmf/modules/developer/profiler_builder/profiler_builder.admin.inc).

This happened after I created a profile and then navigated to admin/config/development/performance

Problem goes away by refreshing the page. Not sure if this is enough information to help, but I thought I would post it anyway.

Comments

btopro’s picture

hmm... do you remember what variables you had checked in order to produce this?

btopro’s picture

Status: Active » Needs review

made commit that I think will take care of both of these. project notices seem related to the parsing of info files that don't have project set (maybe you have some custom modules or something) so I just added a check that the value is set. output I'm not sure why that would be an issue but I set it to nothing initially so that hopefully that'll go away. Could you check out the latest code (or download dev when it republishes) and let me know if that took care of it.

gmclelland’s picture

Will try this out. Thank you

gmclelland’s picture

Status: Needs review » Fixed

Can't reproduce the error since downloading the latest dev. So I'm marking this as fixed. Thanks again.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.