• I have several sites with the exact same theme, plugins, server, etc and this is only happening on one, coyoteblog.com

    Images are uploading correctly, and I can insert them fine from a URL, but I cannot add them to an image from my gallery or a recent upload. I am starting to suspect there is an image scaler issue.

    When I go to add an image, the first sign of trouble is that the whole menu on the right side does not exist — it is missing the size option (e.g. full size, medium, etc). Screencap one you can see on the very bottom right the scaling option is not offered.

    Then, when I insert it, all I get is a very small empty box, much smaller than the image, with nothing in it. Like this: screencap two That grey box in the post is the result of trying to add an image. This is not just a problem in the editor display. When I Publish, it looks just like this on the site.

    What I have tried: I have turned off all security. I have removed all plugins. I have switched to the standard theme. I have reinstalled 3.5.1 from scratch

    Any help? My guess is that it is an image scaler issue, though it is on the same server as several other sites where this works fine.

Viewing 15 replies - 1 through 15 (of 19 total)
  • The same physical server? Or just hosted with the same hosts?

    Thread Starter pizzachef

    (@pizzachef)

    Something is really breaking the media add. I tried it in firefox and the add media button won’t even press – nothing happens. Again it works fine in the same browser on other wordpress 3.5.1 sites on the same server, just not on this site.

    Thread Starter pizzachef

    (@pizzachef)

    well, the same VPS.

    Maybe something weird in .htaccess? Next I think I am going to try going to a basic vanilla .htaccess

    Thread Starter pizzachef

    (@pizzachef)

    fixed the add media button not working in Firefox and IE from recommendation in another threa here. But still cannot add an image. In firefox, it shows as a broken image in the post

    Anything in the error logs?

    Thread Starter pizzachef

    (@pizzachef)

    just checked, the only thing at all in the last hour, as i have tried the image insert over and over is this

    [Wed May 08 16:13:07 2013] [error] [client 183.60.214.126] client denied by server configuration: /home/coyote/public_html/403.shtml
    [Wed May 08 16:13:07 2013] [error] [client 183.60.214.126] client denied by server configuration: /home/coyote/public_html/coyote_blog/category
    [Wed May 08 16:12:55 2013] [error] [client 183.60.214.126] client denied by server configuration: /home/coyote/public_html/403.shtml
    [Wed May 08 16:12:55 2013] [error] [client 183.60.214.126] client denied by server configuration: /home/coyote/public_html/coyote_blog/tag
    [Wed May 08 16:12:55 2013] [error] [client 183.60.215.38] client denied by server configuration: /home/coyote/public_html/403.shtml
    [Wed May 08 16:12:55 2013] [error] [client 183.60.215.38] client denied by server configuration: /home/coyote/public_html/coyote_blog/2008

    But none of that looks related

    Thread Starter pizzachef

    (@pizzachef)

    Also made sure my htaccess was no different from the sites that worked. Also deleted the entire plugin directory and reinstalled.

    I am thinking still it must have something to do with this: the program is inserting this image tag but it is yielding a broken link: <img class=”alignnone size-medium wp-image-18550″ alt=”VM-Annual-Ridership-Chart-1997-2012″ />

    I presume that this is leaving off the src tag, as old images used to be installed as <img class=”alignnone size-medium wp-image-18370″ alt=”BTC crashy” src=”https://www.coyoteblog.com/wp-content/uploads/2013/04/BTC-crashy-500×185.png&#8221; width=”500″ height=”185″ />

    So the question is, I guess, why is the src tag getting left off. Again, I think it is tied up with the scaling function — these old images scaled to medium with 500px height or width. perhaps src= is not getting written because the scaled image is not being created?

    I agree. Can you replicate the problem using the default theme with all plugins deactivated?

    Thread Starter pizzachef

    (@pizzachef)

    I checked the uploads/2013/05 folder and scaled images ARE being created of the images I am uploading. They are there along with the original uploaded images. The program can see the images in the directory (i get good previews) and I can load the image using load from URL, but it will not load it automatically from the add media button (it inserts an image tag but leaves off the src= argument) and I am not getting the drop down menu choice to choose the size.

    Thread Starter pizzachef

    (@pizzachef)

    yes, I turned Disqus back on just because I get a lot of comment traffic but problem existed even when I deleted the entire plugin folder.

    Looking for a vanilla wordpress htaccess and I will try applying that, after which I am stumped.

    Thread Starter pizzachef

    (@pizzachef)

    nope, replaced .htaccess with only the few lines wordpress needs for permalinks and all the other allow/deny stuff gone. No luck. Still no scaling option in add media menu, and still not src= parameter added to img tag when inserted.

    This is really weird – especially as you have multiple sites on the same server but only one site with this problem. Is there any difference in the way you set these sites up? As in creating their domain root folders on the server?

    Thread Starter pizzachef

    (@pizzachef)

    installed in the root just like my other sites. i just deleted all WP folders and reinstalled clean, still have problem.

    Here is one more thing that is broken that may give us a clue: the edit image function is broken. In the add media window, I don’t get the resize option and don’t get the image size listed next to the thumbnail. Then, when I click on edit image, the only thing I get is some text fields to edit like the caption. I get no thumbnail, none of the buttons to rotate the image, none of the resizing options. Also, thumnails not working in the view all media list. this all works on my other sites.

    Let’s say that I didn’t have other sites on the same server that were working. Is there something that sounds broken in php or some library that sounds broken?

    mod_pagespeed could be an issue. On some servers, aggressive settings for the “mod_pagespeed” addon can break the javascript code and cause scripts to not be able to function. This can cause many problems, such as widgets not working, menus not being draggable, the customizer not working, or the media screens not functioning. If mod_pagespeed is running, disable it, or adjust its settings to not take effect in the wp-admin directories.

    Another possibility is a theme that is doing naughty things with core jQuery – such as de-registering it. That can have serious side effects on the whole site – including the back end.

    Thread Starter pizzachef

    (@pizzachef)

    OK, I figured out how to turn on debug mode. Hope I am not posting something I should keep private. I am getting an error:

    WordPress database error: [Table ‘./coyote_db/nyflks1x3t_postmeta’ is marked as crashed and should be repaired]
    SELECT post_id, meta_key, meta_value FROM nyflks1x3t_postmeta WHERE post_id IN (18145,18157,18252,18260,18282,18332,18345,18370,18419,18444,18550,18562,18564,18566,18596,18597,18614,18615,18636,18637)

    I don’t particularly understand this but at first glance I am not sure how it is related but comes up when I display the blog and when I try to access some of the media functions that are failing me

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘Image Add to Post stopped working in 3.5.1 (image scaling issue?)’ is closed to new replies.