Git Product home page Git Product logo

Comments (5)

objectivehtml avatar objectivehtml commented on August 12, 2024

I am looking into this, but I am not seeing this error locally. On which line is this error being thrown? Also, what PHP version are you using on staging?

Here is the code in question. You can see in my version, that $_results is defined. I am just wondering if accessing "$this" inside the closure with a private method is causing you issues on your staging server but not locally.

private $_results = array();

public function init()
{
    $t = $this;

    craft()->on('elements.populateElement', function(Event $event) use ($t)
    {
        $t->_results[$event->params['element']->id] = $event->params['result'];
    });
}

from google-maps-for-craft.

MattWilcox avatar MattWilcox commented on August 12, 2024

Hi there,

thanks for looking into this. There is no error line number shown; the error that's shown is the simple Craft white 'modal' box that's centered in a grey page. No other details available.

The staging server is running Debian 6, and PHP 5.3.3-7+squeeze19 with Suhosin-Patch (cli) (built: Feb 17 2014 10:10:23)

from google-maps-for-craft.

objectivehtml avatar objectivehtml commented on August 12, 2024

Can you try to change the word "private" to "public" (for the $_results property) to see if that fixes the issue? I am almost certain this has to do with your PHP version, because I don't get this error on my end using PHP 5.5.x.

from google-maps-for-craft.

objectivehtml avatar objectivehtml commented on August 12, 2024

You can also check the craft.log file, that should give you the line number for that error. I am pretty sure what line it is though.

Checkout this thread. Same issue and "public" fixes it. #34

from google-maps-for-craft.

MattWilcox avatar MattWilcox commented on August 12, 2024

That fixed it, thanks very much!

I need to look into updating our staging server...

from google-maps-for-craft.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.