• I have a right sidebar widget displaying posts and events. I’ve been seeing this php notice popping up recently.

    Undefined index: square_ in /var/www/vhosts/kcsjcatholic.org/httpdocs/wp-content/themes/alyeska/framework/includes/parts.php on line 593

    I know that these are notices and not errors but other website visitors see this as well. How do I make it either not display or fix the core issue?

Viewing 1 replies (of 1 total)
  • It’s a problem with your theme not referencing a value correctly. The easy way to “fix” this is to check your wp-config.php file and see that define('WP_DEBUG', false); and make sure that it’s false and not true so that debugging is off.

    If that doesn’t work you’ll have to go back to the themes author/vendor for support. As it’s a commercial theme no one here has any access to the themes code so can’t see where the problem might be. It’s also better to go back to the authro so that they can fix the error for anyone else that purchases that theme in the future.

Viewing 1 replies (of 1 total)
  • The topic ‘PHP notice undefined index square_’ is closed to new replies.