You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the latest version 4.2.3 of the plugin and with notices enabled, I'm seeing only one notice in our environment, but it repeats thousands of times for us because we have a script loading WP and doing some stuff on the command line, and wp-advanced-excerpt doesn't check for the definition here:
Hi,
Using the latest version 4.2.3 of the plugin and with notices enabled, I'm seeing only one notice in our environment, but it repeats thousands of times for us because we have a script loading WP and doing some stuff on the command line, and wp-advanced-excerpt doesn't check for the definition here:
if ( 'POST' == $_SERVER['REQUEST_METHOD'] && isset( $_REQUEST['page'] ) && 'advanced-excerpt' === $_REQUEST['page'] ) {
That's line 41 of advanced-excerpt/class/advanced-excerpt.php.
Undefined index: REQUEST_METHOD
The script that calls this from command line does this:
I'd rather not have to fix the code locally and keep a forked copy, so I'm hoping you can do so in the main repo and release an update.
Thanks.
The text was updated successfully, but these errors were encountered: