John H
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Only text is loadingI’ve had a similar issue before when transferring a WordPress site from one host to another. I moved it from Bluehost over to Hostmonster. Here’s what I noticed happened.
The move seemed to go fine and then when I tried editing something (by customer’s request), the site broke and all I could see was text with no template images.
I put things back to how they were, still broken. Ended up deleting everything I moved over onto the Hostmonster account and reuploaded the Bluehost files and database….still broken and looked the same.
Confused I went back to the DNS and pointed the domain name back to Bluehost …. and guess what?
Their site hosted on Bluehost was broken, too!
I hadn’t even touched anything on Bluehost, only Hostmonster.
After about an hour of trying to figure out what was wrong, I figured I might as well just check the Bluehost database for any problems (the only thing I ever did with the Bluehost database was download it).
Turned out the change I made to the database over on Hostmonster made THE EXACT SAME CHANGE on Bluehost!
Something fishy there but I’ll leave the speculation up to you.
What I had to do was set the SITE url in the database (under the options table) to the correct url.
After that, everything worked fine.
So maybe check that.
Forum: Fixing WordPress
In reply to: Change admin name when I post a commentSince your theme doesn’t support them, you can try using a plugin to display them.
Here’s one: WP-Gravatar
Here’s another: Easy Gravatars
Forum: Fixing WordPress
In reply to: Problem with Login page!It’s saying the problem is located in the wp-login.php file, which should be located in your root install of WordPress.
The problem with these kinds of error messages is that often times you’ll fix the problem in that file, but that then will result in a different file’s error message.
Since that file is part of the WordPress core files, you can try Upgrading WordPress to the latest version number. Obviously you can’t log in so you’d have to do it manually.
Here’s WordPress’ official guide on doing it, and here’s a video showing you how to do it.
Hopefully that will solve your problem.
Forum: Fixing WordPress
In reply to: Unable to update posts or pages.Try disabling all your plugins.
If that works, then reactivate them one by one until you find the one that causes the problem.
Forum: Plugins
In reply to: Is there a Random Posts plugin that does this . . .If there’s not a random posts plugin which does that, is there a recent posts plugin?
Thanks again
Forum: Fixing WordPress
In reply to: Updated WordPress by FTP but now getting errors, what’s wrong?Hard to say what could be causing that problem. It might be that one of your plugins is not compatible with your new version of WP.
Did you disable all your plugins before the upgrade? If not, it could be one of them.
If I were you, here would be my steps.
First, try to upload a backup of my WP Files from before the upgrade. You did back up, didn’t you? From that you should be able to get your site back up and running. Then try the upgrade again but deactivate all your plugins first.
If you don’t have a backup, you might try first backing up your /plugins directory by downloading everything inside it to your computer (or simply creating a backup of the /plugins directory by copying it and naming it /plugins1 or something).
Then delete your plugins and see if your site comes back up. If so, then copy over your plugins one at a time and reactivate them one at a time as well.
Just make sure you back everything up before you do anything, especially if you’re going to delete your plugins from the /plugins directory.
Forum: Fixing WordPress
In reply to: Link from page to page in the site comes up blank..If you want to create a page but not have it contained in the menu, use the Exclude Pages plugin.
Liking to drafts can cause issues.
Forum: Fixing WordPress
In reply to: Header Help!!! PLEASEHmm, not sure what the problem is. When I inspect your code it seems you have two different ways your site is being displayed and it depends on if you’re using www or not. Usually, they should be the same.
I do have a work around for you, though. Since the non www version works for both Firefox and IE, just redirect all your www’s to the non www version.
Log into your web hosting control panel and go to your file manager. From there open your .htaccess file in your root directory using the File Editor that comes with your File Manager (should be an “Editor” option up in the toolbar area).
Once opened, put this code inside your .htaccess file (this is also good for SEO):
# Remove www from the url
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.nygossipgirl.com$ [NC]
RewriteRule ^(.*)$ http://nygossipgirl.com/$1 [R=301,L]Forum: Fixing WordPress
In reply to: spam comments by fake user…That’s the thing with spammers, the really good ones find ways to bypass firewalls and anti spam products.
When looking in your admin panel, see if all the comments come from the same IP address. If so, you can ban that person’s IP from ever accessing your site.
Here’s a YouTube video showing you how to do it through .htaccess.
You can also try a plugin called Tan Tan Noodles which does real well at defending against spam comments.
Forum: Fixing WordPress
In reply to: Footer QuestionI echo jonimueller’s comment.
But to give you a starting point, you’ll probably want to log into WordPress, go to your Appearances | Editor and then edit the footer.php file.
Look for the area that references the blog’s title. Make sure to make a copy of the footer.php file before toying with it, though.
Forum: Fixing WordPress
In reply to: Moving to new hostFor the most part, you did it the right way.
Typically whenever I transfer customers to our hosting I don’t only copy over their wp-content folder, I copy everything over (all their hosting files).
Then I transfer their database just as you described.
The reason for transferring all their files and folders over is because I want to completely copy and mirror what they had on the other host. The way you did it is fine, though.
As for the last part of your question: Also, what’s the difference between downloading the database from phpMyAdmin and using the “Export” tool from the Dashboard? The “Export” tool seems so much simpler.
There’s a big difference.
The Import/Export is really only for importing and exporting a blog author’s posts, comments, etc. However, a database contains your entire blog’s settings, including usernames, passwords, plugin settings, your WordPress and Blog URLs, if different.
Forum: Fixing WordPress
In reply to: Home Button twice !!You’ll find it in the header.php file:
Go to Dashboard | Appearance | Editor | header.php (file is listed on the right).
Remove the code Shane mentioned above; however, I believe you’ll find the code next to the div id=”navigation” area.
Forum: Fixing WordPress
In reply to: 500 Internal Server Error on all WP pagesTry renaming your .htaccess files (in the root, wp-admin, and any other directories you have a .htaccess file) to something else, like htaccess-bak
This will disable your .htaccess file. Sometimes wrong code or incompatible code with your web host’s options will cause this error.
If your site pulls up, then go through each line (a block at a time) in your .htaccess file until you pin down what’s causing the issue.
Don’t forget to rename your .htaccess file back to it’s original name, btw.
Forum: Fixing WordPress
In reply to: Forgot to disable plugins! Please Help!Here’s how to restore your database from WordPress’ codex:
http://codex.wordpress.org/Restoring_Your_Database_From_Backup
and here’s a video on how to do it.To restore your files, simply copy over your backed up files. You might as a precaution move all your current WordPress files/directories over to a temp directory and then upload all your backed up WordPress files.
Try first restoring the database, then if that doesn’t fix it, try restoring your files.
Good luck.
Forum: Fixing WordPress
In reply to: reinstalling wordpress?I have run into issues with my uploader not working after upgrading as well. When you click on the image upload button, see if there’s another option, such as the “Browser Uploader”, you can use.
Reinstalling WordPress probably won’t fix the problem, but I suppose I could be wrong.
You sound like you don’t really know how to upgrade or install WordPress. If you attempt this, please please please create a full backup of your website.
Backup both your WordPress files in your hosting account AND your database.
The Upgrade Tool from within your Dashboard you could say is a partial install because it doesn’t create a new database and all that; it (basically) just installs all the WordPress files except for the wp-content directory and does not erase your wp-config.php file.
It’s doubtful that would help.