Naoko Takano
Forum Replies Created
-
It sounds like you’re using the API Key for the user who is not listed under the blog (on WordPress.com database for the stats plugin).
Try reassigning or add the user to the list by following this instruction:
http://en.support.wordpress.com/api-keys/#changing-the-api-key-used-for-statsIt’s best to contact WordPress.com staff using the contact form if you’re unable to do that because you don’t have access to original API Key holder’s account.
Make sure to include the URL of your self-hosted blog, the API key you’re using, the full error message (including the username), and link to this forum post.
@niktabah
What happens when you follow the steps for changing the usernames?
Please describe how you are getting stuck at the step #3, with error messages and what you’re seeing on screen that is different from the instruction.http://en.support.wordpress.com/contact/ 🙂
These information will be helpful to include:
– URL of your self-hosted blog
– API key you’re using
– Error message
– Link to this forum post@strictly Software
WordPress.com support is now open. Could you send a request?
Forum: Fixing WordPress
In reply to: changing my website to portugueseLina,
Did you install WordPress using Dreamhost one-click install?
They have “easy” and “advanced” mode for the installation tool;1. if you used the “advanced” mode, you can follow the instruction I described here to switch to the Portuguese package (use
pt_BRfor Brazilian orpt_PTfor Portuguese instead offr_FR)2. If you used the “easy” mode, you will have to install the Portuguese package from scratch or use the “advanced” one-click install then switch.
Forum: Plugins
In reply to: Site statsDo you have JavaScript turned on? The WordPress.com stats chart has been revised recently – it doesn’t use Flash anymore but requires JavaScript.
First clear your browser cache & cookies and try again. If you have another browser, try viewing from there too.
If you’re having the exact same issue, try these steps on PHPMyAdmin:
1. Select your WordPress DB name from the left sidebar dropdown
2. Click “wp_options” in the sidebar (assuming your DB table prefix is “wp_”)
3. Click “Search” tab at the top
4. Enter “stats_options” for option_name search
5. Hit “Go”
6. On the next page, delete the found dataThis will clear the API key previously entered.
(Note that this doesn’t work if the API key you’re trying to use is not for the WordPress.com username associated with your blog. You may need to add or switch users first)
Forum: Fixing WordPress
In reply to: disable post revisions and auto saveSee: http://codex.wordpress.org/Revision_Management#Revision_Options
WP_POST_REVISIONS- true (default), -1: store every revision
- false, 0: do not store any revisions (except the one autosave per post)
- (int) > 0: store that many revisions (+1 autosave) per post. Old revisions are automatically deleted.
Setting
WP_POST_REVISIONSto false or 0 will still save 1 autosave (which is overwritten every time another one is saved).This thread has some options for completely disabling autosave.
http://wordpress.org/support/topic/turn-off-the-autosave-already?replies=19Forum: Themes and Templates
In reply to: Images are Stretched Pixelated When Uploading..Your image is probably too small for the area specified by the theme.
Inspect the original image that came with the theme and save your image in the same dimension at 72 dpi.Forum: Fixing WordPress
In reply to: Incorrect encoding after upgrade & migrationAre you still having this issue? “Â¥3.3 billion” and quotation marks look ok from here (Mac – Safari & Chrome) on both pages. This particular system I am viewing the page is set to English interface.
I can check it from another machine and browsers if you’re still seeing garbled characters. It will be helpful if you could share your OS & browser information.
Forum: Fixing WordPress
In reply to: Foreign Language on WordPress using iWebI’m assuming your WordPress is on http://iweb.com/ (not Apple’s iWeb).
You can edit your wp-config.php file and define the language of your choice:
Find:
define('WPLANG', '');
and change it to:
define('WPLANG', 'fr_FR');Then, go to upgrade page and you should be able to reinstall the French version of WordPress package.
Make sure to use a text editor when you’re editing that file.
For more information, visit wp-config.php documentation.
Forum: Fixing WordPress
In reply to: Backend in english, some settings in italianHow about this plugin?
http://wordpress.org/extend/plugins/bogo/You can install Italian version of WordPress, then choose English as your admin panel language.
To use this plugin, you need to have a non-IP URL for your site (for example, http://example.com/ or http://example.com/wordpress/ will work, but numeric IP will not).
Do you have a domain with GoDaddy and is site hosted on BlueHost? If so, you will need to map the domain to BlueHost name servers from GoDaddy domain control panel first.
Forum: Fixing WordPress
In reply to: How do I get rid of the home and meta tabs?Your site is on WordPress.com. This forum is on WordPress.org and for self-hosted WordPress sites.
Please visit WordPress.com forums and post your question there.
http://en.forums.wordpress.com/To learn the difference, check out this link:
http://en.forums.wordpress.com/topic/please-read-me-first-before-posting?replies=1Forum: Installing WordPress
In reply to: How to put WP files in different directory?You should be able to install WordPress in a subdirectory of your domain with DreamHost installer.
Use the Advanced mode and enter your subdirectory name after the “Install to:” dropdown.You can also move your site, but it’s probably easier to do the above if you haven’t worked much on your site.
http://codex.wordpress.org/Moving_WordPress#Moving_WordPress_Within_Your_Site