summerhogan
Forum Replies Created
-
I’m using WP 2.7 and I’m getting the “n” too. I’m using Democracy in WP 2.3.2 and there are no problems, so it must be something non-compatible with newer versions of WP.
Forum: Fixing WordPress
In reply to: Screwy Upgrade from 2.3.2 to 2.7. Help!!It ended up being a problem with permissions on the wp-admin directory. They must have been reset when I re-uploaded my backed up files. Thanks for the help any ways!
Forum: Fixing WordPress
In reply to: Screwy Upgrade from 2.3.2 to 2.7. Help!!Thanks for the advice. I do have a database backup, but I’m afraid to “restore” it since the database is working fine. When I upgraded to 2.7, I did not get a “you need to upgrade your database message” because after I upgraded the entire site was completely nonfunctional (I wish I remembered the error message, but I know it didn’t say anything about the database. Something about an error on line whatever). I immediately re-uploaded the backed up files (but not the database) and now the site is fine, except for the fact that I can’t access the admin area.
So you think I should delete everything (except wp-content and images) and try 2.7 again?
Forum: Fixing WordPress
In reply to: No Graphics On ThemesErase the themes, download them again and upload a fresh copy to your server.
Forum: Fixing WordPress
In reply to: Sudden Increase in Trackback and Pingback Spam?Spammers get trickier and learn ways around spam filters. I doubt anything has just “turned off” so to speak. Is the majority of your spam coming from the same IP? If so, add that IP to your blacklist
Forum: Fixing WordPress
In reply to: My Images are being stretched …. What is wrongThe actual code for that picture is:
<a title="Home remodeling credit cards" href="https://www.credit.com/r/identity-guard/af=p39646&ag="><img class="size-medium wp-image-673 alignleft" title="home-remodeling-credit-cards" src="https://www.oskie.com/credit-report/wp-content/uploads/2008/12/home-remodeling-credit-cards.jpg" alt="" width="115" height="115" /></a>
I’m not sure how you are inserting your images, but I would image your problem is with this part:
class=”size-medium wp-image-673 alignleft”
Try replacing the image code with this and see if it works:
<a href="https://www.credit.com/r/identity-guard/af=p39646&ag="><img src="https://www.oskie.com/credit-report/wp-content/uploads/2008/12/home-remodeling-credit-cards.jpg" alt="Home remodeling credit cards" align="left" /></a>
Forum: Fixing WordPress
In reply to: My Images are being stretched …. What is wrongThe actual code for that picture is:
<img class=”size-medium wp-image-673 alignleft” title=”home-remodeling-credit-cards” src=”https://www.oskie.com/credit-report/wp-content/uploads/2008/12/home-remodeling-credit-cards.jpg” alt=”” width=”115″ height=”115″ />
I’m not sure how you are inserting your images, but I would image your problem is with this part:
class=”size-medium wp-image-673 alignleft”
Try replacing the image code with this and see if it works:
<img src=”https://www.oskie.com/credit-report/wp-content/uploads/2008/12/home-remodeling-credit-cards.jpg” alt=”Home remodeling credit cards” align=”left” />
Forum: Fixing WordPress
In reply to: Logging into WP-ADMINwhat did you change the url from and to?
Forum: Fixing WordPress
In reply to: unable to log into wp-adminDid you request the password multiple times? Only the last password request will work.
Forum: Fixing WordPress
In reply to: Trouble Importing Blogger Blog to WordPress 2.7Great! That worked. Thanks for the help!