larryjay
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: comments show author as logged in – can't log outFixed. Not exactly sure why. Must have been a caching issue.
bump…
my robots.txt file is blank after editing the indexation settings page. I’m looking at the page:
mysite.com/robots.txtIs there possibly another page created by the yoast seo tool?
Forum: Fixing WordPress
In reply to: something breaking the link to the commenters urlI noticed it works in IE but not Firefox.
Forum: Plugins
In reply to: [Plugin: WP Security Scan] WP Database SecurityI’m getting the same thing. But first, how do I make sure I do have “ALTER rights”? And if I don’t, how do I make it so I do?
Forum: Fixing WordPress
In reply to: squares appeared in text after switching hostsSince the lines:
define('DB_CHARSET', 'utf8'); define('DB_COLLATE', '');weren’t in there, I added them. Fixed! One side effect though is that there are now a bunch of capital A’s with hats on in my latest post. So now I can just go through that post and remove them – much easier fix.
Good luck with the book moshu.
Forum: Fixing WordPress
In reply to: squares appeared in text after switching hostsThanks moshu. I like your blog, I haven’t seen it before.
My wp-config didn’t have those lines in it. So I’ll check out the plugin to see if that works. By the way, here is what my wp-config looks like:
<?php // ** MySQL settings ** // define('DB_NAME', '****'); // The name of the database define('DB_USER', '****'); // Your MySQL username define('DB_PASSWORD', '****'); // ...and password define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value // You can have multiple installations in one database if you give each a unique prefix $table_prefix = 'wp_'; // Only numbers, letters, and underscores please! // Change this to localize WordPress. A corresponding MO file for the // chosen language must be installed to wp-includes/languages. // For example, install de.mo to wp-includes/languages and set WPLANG to 'de' // to enable German language support. define ('WPLANG', ''); /* That's all, stop editing! Happy blogging. */ define('ABSPATH', dirname(__FILE__).'/'); require_once(ABSPATH.'wp-settings.php'); ?>Does that look right?
Forum: Fixing WordPress
In reply to: squares appeared in text after switching hostsIs there some sort of “find and replace” I can do?
Forum: Fixing WordPress
In reply to: IE sidebar issueI made a new post and all the sudden it was fixed. Explain that…
Forum: Fixing WordPress
In reply to: IE sidebar issueit’s crazy. I just can’t figure it out for the life of me. If I pull it up in IE the first time it will usually give me a “page cannot be displayed” message, if I hit refresh it will pull up the page just fine without the sidebar, if I hit refresh again it will pull up the page with the sidebar down to just below the “Homepage” link. It’s pretty random, but that is a typical cycle. Ever seen this before?
Forum: Fixing WordPress
In reply to: How can I display the trackback address?cool. thanks moshu!
Forum: Installing WordPress
In reply to: I just did a backup – now site is blank?fixed!
Forum: Installing WordPress
In reply to: I just did a backup – now site is blank?Here is what my wp-config.php file looked like
<?php // ** MySQL settings ** // define('WP_CACHE', true); //Added by WP-Cache Manager define('DB_NAME', 'xxxxx'); // The name of the database define('DB_USER', 'xxxxx'); // Your MySQL username define('DB_PASSWORD', 'xxxxx'); // ...and password define('DB_HOST', 'xxxxx'); // 99% chance you won't need to change this value // You can have multiple installations in one database if you give each a unique prefix $table_prefix = 'wp_'; // Only numbers, letters, and underscores please! // Change this to localize WordPress. A corresponding MO file for the // chosen language must be installed to wp-includes/languages. // For example, install de.mo to wp-includes/languages and set WPLANG to 'de' // to enable German language support. define ('WPLANG', ''); /* That's all, stop editing! Happy blogging. */ define('ABSPATH', dirname(__FILE__).'/'); require_once(ABSPATH.'wp-settings.php'); ?>I’d never seen this…
define('WP_CACHE', true); //Added by WP-Cache Managerso I tried removing it and when I go to http://www.insuranceshoppers.net/blog1/wp-admin/upgrade.php
it gives me this message…“No Upgrade Required
Your WordPress database is already up-to-date!
Continue »”When I hit “Continue” it takes me to login to the “php myadmin”
Have you ever seen that before? Should I put back what I deleted?
Forum: Installing WordPress
In reply to: I just did a backup – now site is blank?I FTP’d into my server and downloaded my wp-content/themes, wp-content/plugins, and wp-config.php to my hard drive.
Then I tried deleting all the files on my server and got myself a brand new download of wordpress 2.2.
I went through the upgrade process and went to http://www.insuranceshoppers.net/blog1/wp-admin/upgrade.php thinking it would just want me to upgrade…
it’s blank!I would be REALLY thankful if somebody can help!
Forum: Installing WordPress
In reply to: I just did a backup – now site is blank?any ideas?
Forum: Installing WordPress
In reply to: I just did a backup – now site is blank?I’m using version 2.1.3 with the blue zinfandel theme. I haven’t done a single thing or made a single change to the website since I upgraded to 2.1.3 three weeks ago. I’ve made some posts, the last of which was yesterday morning.