Notice: Undefined property: stdClass::$smartling_entity_data_status in smartling_reports_preprocess_views_view_table() (line 46 of /home/gamer/workspace/pinterest/repo/docroot/sites/all/modules/custom/smartling/smartling_reports/smartling_reports.module).

Comments

dimitrystd’s picture

Assigned: Unassigned » cr0ss

Bug report for beta6-fixes branch. Pls verify this bug also in 1.x and 2.x

  • cr0ss committed 5abd4fc on 7.x-2.x
    Issue #2320759 - Fix incorrect access to variable
    
cr0ss’s picture

Status: Needs work » Needs review

Pushed code that should prevent this.

sergiu.savva’s picture

Other solution

/**
 * Revert smartling_reports feature
 */
function smartling_reports_update_7001() {
  features_revert_module('smartling_reports');
}

  • cr0ss committed 5abd4fc on oop-processors
    Issue #2320759 - Fix incorrect access to variable
    
dimitrystd’s picture

Project: » Smartling Connector
Version: » 7.x-2.x-dev
Assigned: cr0ss » Unassigned

  • cr0ss committed 5abd4fc on oop2-xml-creation
    Issue #2320759 - Fix incorrect access to variable
    
soul88’s picture

Status: Needs review » Closed (cannot reproduce)

Closing this for now as I cannot reproduce it on current version of a module. Please feel free to reopen this issue if you still see this warning.