Php issue?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #50195
    firemag
    Participant

    Hello-

    I’m rebuilding my wp site and trying install the calendar. I keep getting the following error message.

    Deprecated: Function call_user_method() is deprecated in /home/firemag/public_html/wp-content/plugins/the-events-calendar/lib/tribe-field.class.php on line 152

    Also when you go to http://www.phillyonfire.com/events the code for the site is funky and a similar message pops up.

    Someone from host-gator suggested the plugin might not be compatible with the newer version of the Php i’m running.

    Any thoughts?

    #50225
    Barry
    Member

    So the best thing on a live site is to turn off the display of errors, as they can contain information that ideally should not be exposed to members of the public.

    Turning off the display of errors can vary from hosting environment to hosting environment, so do check in with Hostgator to find out how to do this on your site.

    Regarding the deprecated function, we’re definitely working to clean up the codebase of our plugins with each release in order to catch things like this. However, the error message is really just a means of PHP warning us that a particular part of the PHP language should no longer be used – it will actually still function as expected.

    So, in this case, the best approach is to turn off the display of errors.

    I hope that helps but let me know if you have any further questions.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Php issue?’ is closed to new replies.