acrylamid
Forum Replies Created
-
Forum: Plugins
In reply to: Audioscrobbler/Last.fm plugin problemLast.fm was not down. I saw on the site when new song come on the “Last played”-view. I could see the RDF-file. It might have to do something about a slow connection to the webhotel. And i was fighting with the plugins in two days, several hours.
Forum: Fixing WordPress
In reply to: Localization/Language problemBig big thanks to you moshu!
It works perfect now.The “sv_SE.mo”-file did it.
Forum: Fixing WordPress
In reply to: Localization/Language problemAha. Now I understand what you mean ??
My blog is using utf-8. Should I change, or may I only got problems with my post then?BTW, using Firefox 1.5
Forum: Fixing WordPress
In reply to: Localization/Language problemThe text in the admin-system/Dashboard etc.
The post I do still looks nice.I got the same problem.
But I have a HTMLArea plugin witch add a HTML-editor to the comments.Forum: Fixing WordPress
In reply to: Kicked off server – can anyone tell me what’s happening?The second blog I have I started for a few days ago. It’s acting the same way and I have not downloaded any plugin. The only plugins I have is the plugins you get when you installed it. No one of them are active.
Forum: Fixing WordPress
In reply to: Kicked off server – can anyone tell me what’s happening?Mysql Version: 4.0.23-7 (debian unstable)
https://nix.fulhack.nu/phpinfo.php (For all other information)
Forum: Fixing WordPress
In reply to: Kicked off server – can anyone tell me what’s happening?I have not istalled any staticise-plugin. The only static I have is the static on ordinary dashboard with the latest comments, latest posts etc.
I don’t get any spam. I haven’t change anything with the comments/spam options. It is the installed defualt settings.
Active plugins:
WP Plugin Manager
HTML AreaThese two plugins I installed today:
Flickr Gallery
Run PHP+a lot of in-active plugins such as textile, markdown and some other.
My friend think the problem started after I upgrade to 1.5
sending PHP and mysql version later.((sorry for my bad english, I hope you understand me)) ??
Forum: Fixing WordPress
In reply to: Kicked off server – can anyone tell me what’s happening?But a top of:
Top Process%CPU 72.0
Top Process%CPU 63.0
Top Process%CPU 50.0is pretty much.
I got the same problem, I got two WP-blogs on a friends server and everytime someone goes to my blog the CPU goes to 100%.
It’s open lots of connections, about 10 to the SQL.Forum: Plugins
In reply to: [1.5] Calendarmhm, I think I found where I should do my edits.
The locale.php file.Yes, it worked.
Forum: Plugins
In reply to: [1.5] CalendarWhere can I find the calendar?
I looked in wp-includes f??r template-function-calendar.php
I want to change the calendars weekname. Today it is
“M T W T F S S” (english style)
and i want to translate it to swedish.Forum: Everything else WordPress
In reply to: htaccess in windows xp?I got problem to with “.htaccess”-file.
I copy the code I got in “options > permalinks” in to a txt-file that I rename on the server. I put the file in the WP-root folder and after that I cant connect to my blogg or login. I only got a error message.(My code:)
RewriteEngine On
RewriteBase /~lin/oerjan/blogg/
RewriteRule ^archives/category/(.*)/(feed|rdf|rss|rss2|atom)/?$ /~lin/oerjan/blogg/wp-feed.php?category_name=$1&feed=$2 [QSA]
RewriteRule ^archives/category/?(.*) /~lin/oerjan/blogg/index.php?category_name=$1 [QSA]
RewriteRule ^archives/author/(.*)/(feed|rdf|rss|rss2|atom)/?$ /~lin/oerjan/blogg/wp-feed.php?author_name=$1&feed=$2 [QSA]
RewriteRule ^archives/author/?(.*) /~lin/oerjan/blogg/index.php?author_name=$1 [QSA]
RewriteRule ^archives/([0-9]{4})?/?([0-9]{1,2})?/?([_0-9a-z-]+)?/?([0-9]+)?/?$ /~lin/oerjan/blogg/index.php?year=$1&monthnum=$2&name=$3&page=$4 [QSA]
RewriteRule ^archives/([0-9]{4})/([0-9]{1,2})/([_0-9a-z-]+)/(feed|rdf|rss|rss2|atom)/?$ /~lin/oerjan/blogg/wp-feed.php?year=$1&monthnum=$2&name=$3&feed=$4 [QSA]
RewriteRule ^archives/([0-9]{4})/([0-9]{1,2})/([_0-9a-z-]+)/trackback/?$ /~lin/oerjan/blogg/wp-trackback.php?year=$1&monthnum=$2&name=$3 [QSA]
RewriteRule ^feed/?([_0-9a-z-]+)?/?$ /~lin/oerjan/blogg/wp-feed.php?feed=$1 [QSA]
RewriteRule ^comments/feed/?([_0-9a-z-]+)?/?$ /~lin/oerjan/blogg/wp-feed.php?feed=$1&withcomments=1 [QSA]