bug when trying to upload
-
I got some bugs in the debug log when using the plugin, see below. The plugin does not work for me:
PHP Warning:? Attempt to read property “” on null in…../public_html/wp-content/plugins/upload-media-by-url/uploadmediabyurl.php on line 109
Row 109 looks like this:$results = media_handle_sideload( $file, $post->$id, NULL, array( 'test_size' => false ) );
PHP Warning:? Undefined variable $post_type in …../public_html/wp-content/plugins/upload-media-by-url/uploadmediabyurl.php on line 129
Row 129 looks like this:if ( $post_type == 'shop_order' ) return; // fix issue of plugin being loaded on WooCommerce pages
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘bug when trying to upload’ is closed to new replies.