Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notice showing in debug node #181

Open
jaredatch opened this issue Feb 27, 2016 · 4 comments
Open

Notice showing in debug node #181

jaredatch opened this issue Feb 27, 2016 · 4 comments

Comments

@jaredatch
Copy link

Notice: Undefined index: options in wp-content/plugins/epoch/classes/core.php on line 190

😉

@jaredatch
Copy link
Author

Still there...

@zstepek
Copy link

zstepek commented Jul 29, 2016

I'm seeing this too. PHP 7.

189    $options = options::get();
190    if( 'iframe' != $options['options'][ 'theme' ] ) {
191        return $template;
192    }

Here's the result of a dump of the $options variable:

array (size=0)

@Vernal Vernal added this to the 2.0 milestone Jan 25, 2017
@Vernal
Copy link
Contributor

Vernal commented Jan 25, 2017

I haven't confirmed that is a problem in 2.0 but leaving it open just in case.

@lukecav
Copy link

lukecav commented Feb 8, 2017

@Vernal Let me check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants