After upgrading to latest developer preview (8?), I get this error thrown at me:
A PHP Error was encountered
Severity: Notice
Message: Undefined property: EE_Functions::$file_upload_preferences_model
Filename: libraries/Functions.php
Line Number: 2457At line 2457 it’s trying to access file_upload_preferences_model on $this-> rather than ee()->, so this fixes it:
$this->file_paths = ee()->file_upload_preferences_model->get_paths();Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.