[wp-trac] [WordPress Trac] #25590: multisite add/insert media dialoge – no pictures
WordPress Trac
noreply at wordpress.org
Mon Oct 14 23:21:40 UTC 2013
#25590: multisite add/insert media dialoge – no pictures
---------------------------+------------------------------
Reporter: francishunger | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Media | Version: 3.6.1
Severity: normal | Resolution:
Keywords: |
---------------------------+------------------------------
Old description:
> After updating from 3.4 MU to 3.6 MU the following problem appears: In
> the "add /insert media" dialogue, the images are not shown. When I upload
> images, the upload through drag & drop obviously works, since I can see
> the images in the media library later on. But I can't see the images in
> the "add media" dialogue at all, altough they are connected to a certain
> article in media library. (I'm talking about: within the same network
> sub-site)
>
> - flushed cache
> - deactivated all plugins
> - reinstalled version 3.6
> - only appears on my MU site, both on the primary and secondary blog
> - deactivating .htacess did not change anything
> - WP debug: true throws: PHP Notice: is_feed was called
> <strong>incorrectly</strong>. Conditional query tags do not work before
> the query is run. Before then, they always return false. Please see <a
> href="http://codex.wordpress.org/Debugging_in_WordPress">Debugging in
> WordPress</a> for more information. (This message was added in version
> 3.1.) in /homepages/43/d175858298/htdocs/wp-includes/functions.php on
> line 3041
>
> It seems, the files get not loaded, since in the HTML only appears one
> line:
> <ul class="attachments ui-sortable ui-sortable-disabled" id
> ="__attachments-view-54"></ul>
New description:
After updating from 3.4 MU to 3.6 MU the following problem appears: In the
"add /insert media" dialogue, the images are not shown. When I upload
images, the upload through drag & drop obviously works, since I can see
the images in the media library later on. But I can't see the images in
the "add media" dialogue at all, altough they are connected to a certain
article in media library. (I'm talking about: within the same network sub-
site)
- flushed cache
- deactivated all plugins
- reinstalled version 3.6
- only appears on my MU site, both on the primary and secondary blog
- deactivating .htacess did not change anything
- WP debug: true throws:
{{{
PHP Notice: is_feed was called <strong>incorrectly</strong>. Conditional
query tags do not work before the query is run. Before then, they always
return false. Please see <a
href="http://codex.wordpress.org/Debugging_in_WordPress">Debugging in
WordPress</a> for more information. (This message was added in version
3.1.) in /homepages/43/d175858298/htdocs/wp-includes/functions.php on line
3041
}}}
It seems, the files get not loaded, since in the HTML only appears one
line:
{{{
<ul class="attachments ui-sortable ui-sortable-disabled" id
="__attachments-view-54"></ul>
}}}
--
Comment (by SergeyBiryukov):
> WP debug: true throws:
{{{
PHP Notice: is_feed was called <strong>incorrectly</strong>. Conditional
query tags do not work before the query is run. Before then, they always
return false. Please see <a
href="http://codex.wordpress.org/Debugging_in_WordPress">Debugging in
WordPress</a> for more information. (This message was added in version
3.1.) in /homepages/43/d175858298/htdocs/wp-includes/functions.php on line
3041
}}}
You should get rid of that notice to rule it out as a possible cause. If
it still appears after deactivating all plugins, try switching to a
default theme (Twenty Thirteen or Twenty Twelve).
--
Ticket URL: <http://core.trac.wordpress.org/ticket/25590#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list