viharsheth
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: WP2.1 really sucksFor some reason in WP 2.1 when you click the Manage button the link is:
https://www.site.net/wp-admin/admin.php?page=edit.php
instead of
https://www.site.net/wp-admin/edit.php
Therefore, I have to manually edit the address to get to the page on which I can edit previous posts. Anyone know how to change the link permanently or why this problem is occurring?
Thanks.
Forum: Requests and Feedback
In reply to: Changing default link categoryI’m looking an answer to the same questions. Thanks.
Forum: Installing WordPress
In reply to: Installation fails on Yahoo webhosting …Okay, I’m having trouble with a Yahoo installation. It won’t let me create a new user “wordpress” in the privlegdes section of the database “wordpress” that I’ve made. I have another user name there that I’ve given access to “wordpress” the database. I’ve configured my wp-config.php file the way you’ve suggested in this thread and the way they explain on WordPress’s site and neither works. I keep getting an error saying: “This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at localhost. This could mean your host’s database server is down.” Can someone please post exactly what my file should say? This is what I have right now (my wordpress files and folders are installed in my root directory:
—–
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘wordpress’); // The name of the database
define(‘DB_USER’, ‘username’); // Your MySQL username
define(‘DB_PASSWORD’, ‘**********’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
—–Thanks.