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
{{ message }}
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.
With this plugin active, when I click add new media, I get:
Notice: Trying to get property of non-object in /app/public/wp-includes/media.php on line 3467 Notice: Trying to get property of non-object in /app/public/wp-includes/media.php on line 3468 Notice: Trying to get property of non-object in /app/public/wp-includes/media.php on line 3471 Notice: Trying to get property of non-object in /app/public/wp-includes/media.php on line 3471 Notice: Trying to get property of non-object in /app/public/wp-includes/media.php on line 3472
Local dev. 4.9. No other plugins active. Genesis Sample theme.
Any ideas how to correct this?
The text was updated successfully, but these errors were encountered:
/**
* Do Work
*/
public function run() {
load_plugin_textdomain( 'link-picker-for-cmb2', false, MKDO_LPFC_ROOT . '\languages' );
global $pagenow;
if ( $pagenow != 'media-new.php' ) {
$this->controller_assets->run();
}
$this->render_meta_box->run();
}
With this plugin active, when I click add new media, I get:
Notice: Trying to get property of non-object in /app/public/wp-includes/media.php on line 3467 Notice: Trying to get property of non-object in /app/public/wp-includes/media.php on line 3468 Notice: Trying to get property of non-object in /app/public/wp-includes/media.php on line 3471 Notice: Trying to get property of non-object in /app/public/wp-includes/media.php on line 3471 Notice: Trying to get property of non-object in /app/public/wp-includes/media.php on line 3472
Local dev. 4.9. No other plugins active. Genesis Sample theme.
Any ideas how to correct this?
The text was updated successfully, but these errors were encountered: