editweapon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Thumbnails in Media Library are blank, "Image Data Does Not Exist"Cecilywiggins, unfortunately none at this time. For the time being, I’m just uploading images via FTP and linking to them in posts manually. Sort of hokey, but it works until there’s a fix.
Forum: Fixing WordPress
In reply to: Thumbnails in Media Library are blank, "Image Data Does Not Exist"Apologies for my delayed reply…
Here’s a page that has the problem: http://skipmoen.com/?attachment_id=14624
Forum: Fixing WordPress
In reply to: Thumbnails in Media Library are blank, "Image Data Does Not Exist"@geekygirdy, it sounds like we do have the exact same problem. I suspect a database issue, but I really don’t know much about WP databases. I’m not even sure which of these tables contain the image metadata. http://cl.ly/image/3Y1k0L1Y2O3Z
Can you post a screenshot of your WP database as viewed in PHPmyadmin? Maybe we can compare the two and find a link.
Forum: Fixing WordPress
In reply to: Thumbnails in Media Library are blank, "Image Data Does Not Exist"My uploads path was set to the following:
/home/mlf123/public_html/skipmoen.com/wp-content/uploadsI had a problem 2 years ago when switching to this web host where uploaded items were going into the “ether”. Setting this path fixed the problem.
For troubleshooting purposes, I blanked out the Uploads Path. All thumbnails remian blank / white.
With the Upload Path empty, I uploaded a new image file. The new file uploaded, but had the blank / white image thumbnail. And clicking on it to Edit Image gave me the “Image Data Not Found…” error message once again.
So that doesn’t appear to be the problem. Any other suggestions?
Forum: Fixing WordPress
In reply to: Missing Media in WordPressJust posted on a new thread. Thx.
Forum: Fixing WordPress
In reply to: Missing Media in WordPressI don’t want to thread-jack here, but I think I’m having the exact same problem: Media Library lists all the previous files, and allows me to upload new files, but all the Thumbnails are blank / white.
Step 1: View Library. All thumbnails are white. http://cl.ly/image/1B1q0o45111b
Step 2: Click on Image name to enter the Image Editor, then click “Edit Image” button. http://cl.ly/image/1X1i1a340f2N
Step 3: …and “Image Data Does Not Exist. Please re-upload the image” error appears. http://cl.ly/image/1U2H3H0W2n1g
FTP Permissions on this folder: 755
FTP Permissions on this file: 644I have already attempted to disable all plugins. Didn’t fix it. (Here’s all the Active and Inactive plugins as well. http://cl.ly/image/3W2j3e0y0R02)
I then switched to the Twenty-Eleven Theme. Didn’t fix it.This happened when I upgraded to 3.4.2. I have another WP site running on the same host, in a near identical setup as the problem site, running 3.4.1. I can see Thumbnails in that Media Library just fine.
I just re-installed 3.4.2 on the problem WP site. Didn’t fix it.
If this is a database problem, what do I need to do? Here’s my current tables: http://cl.ly/image/3Y1k0L1Y2O3Z
Thx.
Forum: Plugins
In reply to: [Contact Form 7] [contact-form-7 404 "Not Found"]I too am having this issue. I upgraded to WP 3.4.2 and Contact Form 7 3.3 (which claims to be 100% compatible with 3.4.2).
However, the upgrade broke my Comment form and displayed an error: [contact-form-7 404 “Not Found”]
I found the following article, and it appeared I wasn’t using the correct short code, because I wasn’t including the id. (Maybe that changed in this version?)
http://contactform7.com/faq/#My_contact_form_doesnt_appear_instead_404_not_found_appearsAnyways, I pasted in the correct short code — now [contact-form-7 id=”12613″ title=”Contact form 1″] instead of [contact-form-7 title=”Contact form 1″] — but now the plugin didn’t display, and the error message disappeared.
Here’s several screenshots:
http://cl.ly/image/3c1s0h3K0d1t
http://cl.ly/image/181v3E262A2X
http://cl.ly/image/3v0t3M1E2t1b
http://cl.ly/image/1f2e1m3M0f32Forum: Fixing WordPress
In reply to: [Plugin: Comment Reply Notification] Not sending any emailsThis did work at one time for me, but I think a WP upgrade broke it. I just noticed this morning that it’s not working.
Grecy, which “subscribe to comments via email” plugin did you switch to?
Btw, I thought WP included “subscribe to comments” in one of their latest upgrades (2.8.4 maybe?) but I can’t find it in wp-admin anywhere if it is.
Thx!
Forum: Your WordPress
In reply to: First WP theme – for a band siteSweet! Yeah, would be a great theme to use. Was just surfing to find a great band website theme. This’d be great!
Forum: Fixing WordPress
In reply to: 2.7 trouble: can’t upload images or edit timestampI have the exact same issue (new page opening instead of the iframe on 2.7 with Mac, Firefox, and Safari), but I don’t have the Amazon Plugin.
Here’s my “Sanford and son” list: http://editweapon.com/?attachment_id=131
Guess I’ll just start disabling and see what happens.
Forum: Plugins
In reply to: Suma Subcription plug-in & othersI just started looking at Suma and would be interested in someone posting a review about it as well. Thx!
Forum: Fixing WordPress
In reply to: no-flash-uploader.php — Where does this file go?FYI…I activated the No-Flash-Uploader, saw the non-flash version of the window (pic here), and the image uploader is still staying blank after click the “Insert Into Post” button.
I’m currently getting around this by uploading the image and then writing my own HTML code to link to the image. Sort of crude, but it gets the job done.
<a href="http://www.EditWeapon.com/wp-content/uploads/2008/04/obsoft-cartoon.jpg"><img src="http://www.EditWeapon.com/wp-content/uploads/2008/04/obsoft-cartoon.jpg" width=380></a>