wsuschmitt
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Inserting Image Into Post Problem-Browser Issue?I installed MAMP onto the computer and have been trying the site locally as I try to figure out what is wrong. Here’s what I found so far.
On a clean install of WP 2.6, there is no upload or insert image issue. The image uploads just fine, I go into media library, insert the image into the post and all is fine. I can right align, left align, etc.
I upload the database, modify it for the local install of the fresh install of WP 2.6 and look at the site. There is no upload issue, as the picture is uploaded and a thumbnail is generated, but when I try to insert the picture now, I get:
<img src=”http://localhost:8888/wp-content/uploads/2008/07/cullum_md.jpg” alt=”” title=”cullum_md” width=”250″ height=”189″ class=”alignnone size-medium wp-image-4664″ />
instead of the picture that can be re-aligned via the editor.
What setting would have changed between a fresh install WP that works and the database change?
Forum: Installing WordPress
In reply to: Generic Way to Duplicate Site and Play With Before Upgrade?I ended up installing a local version of the website on the computer based on what I read on: http://www.dountsis.com/php/setup-a-development-environment-for-your-wordpress-site.php
and
http://www.bleikamp.com/2006/11/16/wordpress-on-a-mac/From there, I uploaded the backups of the database and the site locally and I can play around with it now…
Forum: Fixing WordPress
In reply to: Sidebar problemsI’m doing this off of memory, but login to the Blog site, navigate to Design, then choose Widgets. You should be able to add these to the sidebar at this point and move them around as necessary.
Forum: Fixing WordPress
In reply to: Image uploader in wp 2.6hotkee… you say you added the full url. What does the full URL look like?
is it http://yourdomain.com/images
or yourdomain.com/images
or /yourdomain.com/images?
Forum: Fixing WordPress
In reply to: Dashboard Widgets “Loading…”I just did what epicalex suggested and all of the areas in the Dashboard work just fine now.
Thank you!!
Forum: Fixing WordPress
In reply to: Upload Images – ImpossibleWell… played around with a lot of things and went through the definitive WP Troubleshooting post regarding the Image/Media Uploader issue http://wordpress.org/support/topic/164999?replies=1 but none of it seemed to have worked in this case.
I ended up logging into the blog, going to Settings>Miscellaneous and noticed under the “Uploading” Section that the “Store uploads in this folder” subsection had /../../../../../../../../../../../../../../../../../tmp in it for some reason.
I erased the /../../../../../../../../../../../../../../../../../tmp and saved settings.
Problem resolved for me at least.
Forum: Fixing WordPress
In reply to: Moved Blog to New Host-All But Content Can Be SeenWhoops: realized that what I posted was my answer to the Flash Image Loader not working.
I actually got the content back working by running /wp-admin/upgrade.php and it updated the wordpress database and all the content came back.
Forum: Fixing WordPress
In reply to: Moved Blog to New Host-All But Content Can Be SeenWell… played around with a lot of things and went through the definitive WP Troubleshooting post regarding the Image/Media Uploader issue http://wordpress.org/support/topic/164999?replies=1 but none of it seemed to have worked in this case.
I ended up logging into the blog, going to Settings>Miscellaneous and noticed under the “Uploading” Section that the “Store uploads in this folder” subsection had /../../../../../../../../../../../../../../../../../tmp in it for some reason.
I erased the /../../../../../../../../../../../../../../../../../tmp and saved settings.
Problem resolved.