ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

2.1.5beta: Cannot access private property EE_Loader::$_ci_view_path

May 12, 2011 7:43am

Subscribe [10]
  • #16 / May 12, 2011 1:10pm

    Derek Hogue

    317 posts

    Sooo ... how did a beta get out the door without being tested with hugely popular add-ons like Matrix and Structure?

  • #17 / May 12, 2011 1:35pm

    Etheya

    213 posts

    Yeah its not the best case scenario thats for sure… espescially after the last rollback

  • #18 / May 12, 2011 7:13pm

    Etheya

    213 posts

    Any news on this yet? seems to be quite an issue, since lots of third party add ons are not working with this new beta version…

  • #19 / May 12, 2011 7:53pm

    Sue Crocker

    26054 posts

    Hi, all.

    We released a new build a few hours ago that was minimally tested with Matrix. I don’t have Structure so I don’t test with it. We do notify some third party devs ahead of time that a new beta is coming.

    I’ve also tested with CP_Analytics, and it’s working too.

    As we beef up our testing suite, we’ll start adding in more third party apps, and we’ll add Matrix installs to our regression testing.

    Thanks in advance for your patience as we beef things up.

  • #20 / May 12, 2011 8:05pm

    Etheya

    213 posts

    Thanks Sue… will grab it and see how it goes with the addons i have on my sandbox.

  • #21 / May 12, 2011 8:18pm

    Sue Crocker

    26054 posts

    Sounds good.. We’ll be here.

  • #22 / May 12, 2011 8:19pm

    Etheya

    213 posts

    Hi Sue… grabbed the (new build) but it seems to say the same in the CP once installed..

    2.1.5 Build 20110510

    Did the build number not change?

  • #23 / May 12, 2011 8:23pm

    Sue Crocker

    26054 posts

    They didn’t change the build number…

  • #24 / May 12, 2011 8:34pm

    Etheya

    213 posts

    Just checking through… problems with

    Code Pack

    Fatal error: Cannot access private property EE_Loader::$_ci_view_path in /Users/briancoult/Sites/sandbox-ee/manage/expressionengine/third_party/bridge/lib/addon_builder/addon_builder.php on line 948

    Freeform

    Fatal error: Cannot access private property EE_Loader::$_ci_view_path in /Users/briancoult/Sites/sandbox-ee/manage/expressionengine/third_party/bridge/lib/addon_builder/addon_builder.php on line 948

    User

    Fatal error: Cannot access private property EE_Loader::$_ci_view_path in /Users/briancoult/Sites/sandbox-ee/manage/expressionengine/third_party/bridge/lib/addon_builder/addon_builder.php on line 948

  • #25 / May 12, 2011 8:38pm

    Etheya

    213 posts

    Also issue with CartThrob tooo…

    Fatal error: Cannot access private property EE_Loader::$_ci_view_path in /Users/briancoult/Sites/sandbox-ee/manage/expressionengine/third_party/cartthrob/libraries/api/Api_cartthrob_payment_gateways.php on line 206

  • #26 / May 13, 2011 1:16am

    JohanD

    59 posts

    After changing

    private $_ci_view_path; // deprecated, in here to force access errors
    to
    var $_ci_view_path; // deprecated, in here to force access errors

    in /system/expressionengine/core/EE_Loader.php

    as a temporary fix, it solves the issues, but when I edit any fieldset fields, I get a bunch of notices and warnings. This happens with all fields, even the out of box ee fields. The page loads, and the text and file field types seem to work fine, with their options displayed at the bottom.

  • #27 / May 13, 2011 2:57am

    JohanD

    59 posts

    Turns out it’s caused by matrix;

    Temporary fix, to get going until a matrix update is released

    /system/expressionengine/third_party/matrix/celltypes/file.php:

    replace
    form_dropdown(‘content_type’, $data[‘field_content_options_file’], $data[‘content_type’])

    with
    form_dropdown(‘content_type’, array(‘any’ => ‘Any’, ‘image’ => ‘Image’) , $data[‘content_type’])


    /system/expressionengine/third_party/matrix/celltypes/text.php

    replace
    array(lang(‘content’), form_dropdown(‘content’, $data[‘field_content_options_text’], $data[‘content’]))

    with
    array(lang(‘content’), form_dropdown(‘content’, array(‘any’ => ‘Any’, ‘integer’ => ‘Integer’, ‘numeric’ => ‘Number’), $data[‘content’]))

  • #28 / May 13, 2011 8:55am

    Etheya

    213 posts

    Im a bit concerned really that a build is released without some form of proper testing, or at the least sent out to the thirdparty add on developers to test. I could understand if it was certain obscure add ons that had problems but not the likes of things such as

    Matrix
    Playa
    NSM Add on Updater
    FreeForm

    which are widely popular and well used add ons… also what was the reasoning behind releasing another build a few hours later and not changing the build number?

    To be honest, feels like im testing this for you at the moment 😊

  • #29 / May 13, 2011 10:10am

    JohanD

    59 posts

    True,

    But besides Matrix, all the addons you mentioned didn’t cause any issues on my end… and I have many other add ons: CP Analytics, NSM Addon Updater, MSN reports, a few solspace add ons, devdemon add ons, and a few more obscure ones…

    Matrix was the only one that caused issues on my end.

    It looks like Sue tested with Matrix; for all I know, EllisLab might have tested with addons, maybe just not the same versions…

  • #30 / May 13, 2011 10:12am

    Etheya

    213 posts

    Hi Johan, thats because the first release of the build yesterday had the issues in… they released another build with same number a couple of hours later, which is what you will have downloaded no doubt.

    So the initial release wasnt tested hardly at all…

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases