I’m kicking the tires of 2.1.5beta, and have countered the following fatal error:
Fatal error: Cannot access private property EE_Loader::$_ci_view_path in /Users/john/Sites/nomadtanzania.local/ee_system/expressionengine/libraries/Cp.php on line 740
This is being thrown by a few Third Party addons whenever they call:
$EE->load_package_js('package_name');Note also that Cp::load_package_css() is making the same attempt to access the private property EE_Loader::$_ci_view_path.
For good measure I did a global search and at a cursory glance, these files also attempt to access the property directly:
system/expressionengine/controllers/cp/css.php
system/expressionengine/libraries/Cp.php
system/expressionengine/libraries/Filemanager.php
(While I’m at it, these 3rd party addons also attempt to access it: Solspace’s Bridge, P&T’s Matrix).
Cheers,
John