Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Brecht

    (@brechtvds)

    What notices are you getting? I’m currently on mobile so I can’t check.

    Brecht

    Thread Starter Dima Stefantsov

    (@dima-stefantsov)

    You probably can’t fix it since you are on mobile. When you can do this, you’ll see.

    Deprecated constructor same name as class name.

    Plugin Author Brecht

    (@brechtvds)

    It’s actually an external library we use for our settings page that’s causing that notice, not any of our code. We’re thinking about switching for this anyway, so I’ll make sure we switch to something without these issues.

    Brecht

    This class ‘WPAlchemy_MetaBox’ has an old constructor. Just rename the ‘WPAlchemy_MetaBox’ to ‘__construct’ in this file ‘vendor/vafpress/includes/wpalchemy/MetaBox.php’ and you’re gold.

    Same thing for class ‘Markdown_Parser’in ‘vendor/vafpress/includes/markdown/parser.php’.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘PHP7 compatibility’ is closed to new replies.