khimichcom
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: “lost network connection” when posting new postAlso this can be web-server problem. Tell us if it works in other browsers
Forum: Installing WordPress
In reply to: ovh database problemTry to ask your hoster for proper database data
Forum: Fixing WordPress
In reply to: Mysql Restore ProblemThe same problem, you trying to import more recent mysql’ dump, than your system handles. If you have not any unusual symbols in your database (used by utf8), then just replace with any texteditor “COLLATE utf8_unicode_ci” strings to nothing.
Forum: Installing WordPress
In reply to: 2.0.1. and 500 Internal Server Error / Malformed HeaderAs for me there is problem that php running in CGI mode
Forum: Fixing WordPress
In reply to: How do I interpret validation errors?You can use any good text editors like UltraEdit, FAR’s internal edit and so on. You can even use windows’ notepad, with Ctrl-G
You can try to turn on magic_quotes in your PHP config. That will solve your problem without reinstalling WP
Forum: Fixing WordPress
In reply to: Database errorThis means that MySQL database luck of disk space or access to temporary folder. Contact your hoster about that
Forum: Fixing WordPress
In reply to: Can outsiders read php files?You don’t need to worry. Your webserver process php files, but didnt show its internal text. Anyway there is always possibility that someone will hack some script and get access to another scripts. This world is so unoptimized ??
Forum: Fixing WordPress
In reply to: Different Apache MYSQL versions affect commenting performanceIf its 10 seconds I would recomend you to check dns-resolving settings and after that possibly you need to check sendmail setup
Forum: Fixing WordPress
In reply to: Password emails not arriving for hoursSetup test user with your own mailbox. Then look at the headers of received mail, there should be Received: lines. This lines stores timing when (and via what host) message passed by. This can help you find out where is bottleneck
Forum: Fixing WordPress
In reply to: Different Apache MYSQL versions affect commenting performanceHow much 4.x slower for you than 3.x? Is this milliseconds or tens of seconds? Is that machines identical? CPU, OS, memory..
Forum: Fixing WordPress
In reply to: inexplicable commenrt spamPrevious poster gave you correct hint, you just don’t bother to think carefully. They used your submit page directly
Forum: Fixing WordPress
In reply to: RSS problemIs there wp-feed.php really exists in root folder? Script telling you that it is not. Is this correct path to your root folder? /www/htdocs/v031218/blog/
Forum: Fixing WordPress
In reply to: Mysql Restore ProblemSeems that you are trying to import into 3.x MySQL dump from 4.x database
Forum: Fixing WordPress
In reply to: MySQL error when trying to import backup into new databaseIn the normal, such errors never should be seen by end user. I suggest you to reinstall MySQL 4.1 branch, this is more stable and more tested. You are using 5.0 version that rather new