danielascher
Forum Replies Created
-
Forum: Your WordPress
In reply to: My WordPress blog about… WordPressSo i now applied my hand-made theme. What do you guys think of that? (Personally i like it, but that may be because i made it…)
Forum: Fixing WordPress
In reply to: sitemap index errorthis simply means your server has the php curl (libcurl) not installed. This is not a problem of WordPress.
Forum: Fixing WordPress
In reply to: permalink : from custom to default possible ?well you can go back to the default permalink structure. You then would probably want to set up 301 redirects for your existing posts.
Forum: Your WordPress
In reply to: My WordPress blog about… WordPressYes, why?
Forum: Your WordPress
In reply to: My WordPress blog about… WordPresssooo… nobody with an opinion? :-S
Forum: Developing with WordPress
In reply to: Do AUTO_INCREMENTS have to be sequential?auto_increment doesn’t need to be sequential. If you have a table with auto-incs in them, and delete a entry in the middle it doesn’t break the whole table, does it? 🙂
Forum: Fixing WordPress
In reply to: Changed URL details changed and now cannot log into WordPress siteYou can try to access your database directly (via phpmyadmin or whatever your host uses) and edit the entry “siteurl” in the wp_options table. But be CAREFULL when editing the database!
Forum: Fixing WordPress
In reply to: Locked out of my account!can’t you use the password recovery link on the log-in page?
Forum: Fixing WordPress
In reply to: Browser Crashed During Update and Now WordPress Isn't Working?if you FTP on your webspace, there will be a .maintenance file in the root of your wordpress installation. if you delete that file, wordpress should be back.
Forum: Fixing WordPress
In reply to: Cloned site redirecting to originalI think WP gets that link from the database. You can try to access your database directly (via phpmyadmin or whatever your host uses) and edit the entry “siteurl” in the wp_options table. But be CAREFULL when editing the database!
Forum: Fixing WordPress
In reply to: Feed Gone /Rewrite Problem?htaccess looks good as far as i see it. What about when you access http:///xxxyyy.com/rss ?
Forum: Installing WordPress
In reply to: WordPress Installed in 2 locations..? Please help…hm yeah possible. Have you done a lot of stuff already on your blog? if no i would just suggest to delete both installs and setup a new one. If not possible, i think we can somehow change this behaviour by accessing the database directly.
Forum: Installing WordPress
In reply to: WordPress Installed in 2 locations..? Please help…uhm, why don’t you just login to http://www.mywebsites.com/wp-login.php ? The changes made there will affect your “main” wordpress install. You also can drop the second install if you don’t need it.
On my site http://www.chlog.net i have a wordpress for beginners guide published today you probably want to check out too.Forum: Fixing WordPress
In reply to: What exactly are trackbacks?Well trackbacks are sent from other blogs if they link to your article in their post. Still there are a lot of spammers abusing this feature.
Forum: Fixing WordPress
In reply to: Create RSS feeds from my postsIf i don’t get you wrong, you should look at http://YOUR-DOMAIN.com/feed (if permalinks are enabled) as wordpress generates feeds by default.