• Hey guys –

    In the last week or so I have suddenly begun having an error message display for all users. Looks like it could be a theme issue with Snapcase. Can anyone help me? I had set up a multi-site, which had not affected the Snapcase installation (running in the parent blog), but I was having issues with the multi-site settings and requested assistance from my host. I am worried the host changed something to trigger this error with the parent blog.

    This is the full list of errors:

    Notice: load_plugin_textdomain was called with an argument that is deprecated since version 2.7 with no alternative available. in /home/jitinera/public_html/blog/wp-includes/functions.php on line 2724

    Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /home/jitinera/public_html/blog/wp-includes/functions.php on line 2722

    Notice: get_theme_data is deprecated since version 3.4! Use wp_get_theme() instead. in /home/jitinera/public_html/blog/wp-includes/functions.php on line 2638

    Notice: Undefined variable: hook in /home/jitinera/public_html/blog/wp-content/themes/snapcase/lib/metabox/init.php on line 377

    Notice: Undefined variable: hook in /home/jitinera/public_html/blog/wp-content/themes/snapcase/lib/metabox/init.php on line 377

    Notice: Undefined variable: hook in /home/jitinera/public_html/blog/wp-content/themes/snapcase/lib/metabox/init.php on line 377

    Notice: Undefined variable: hook in /home/jitinera/public_html/blog/wp-content/themes/snapcase/lib/metabox/init.php on line 377

    Notice: Undefined variable: hook in /home/jitinera/public_html/blog/wp-content/themes/snapcase/lib/metabox/init.php on line 385

    Notice: Undefined variable: hook in /home/jitinera/public_html/blog/wp-content/themes/snapcase/lib/metabox/init.php on line 385

    Notice: Undefined variable: hook in /home/jitinera/public_html/blog/wp-content/themes/snapcase/lib/metabox/init.php on line 385

    Notice: Undefined variable: hook in /home/jitinera/public_html/blog/wp-content/themes/snapcase/lib/metabox/init.php on line 385

    Thanks,
    Zach

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ZachMatthews

    (@zachmatthews)

    Oh and you can actually see the error even as a regular user here:

    https://www.itinerantangler.com/blog/

    Sigh. I feel like I am going backwards getting WordPress up and running.

    Thread Starter ZachMatthews

    (@zachmatthews)

    SCRATCH THAT.

    My host had set my wp-config.php file to turn on debug mode and they clearly forgot to swap it back out.

    If anyone hits this problem, just switch this back:

    define(‘WP_DEBUG’, true); <–ERRORS ON

    define(‘WP_DEBUG’, false); <–ERRORS OFF

    Zach

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Getting new ' load_plugin_textdomain' deprecation error with functions.php’ is closed to new replies.