carthik
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Server running?http://www.scoremoreclients.com/blog/ returns a 404 page not found too.
Check again, if you created the blog directory as a subfolder of public_html or www or whatever your root for the publicly viewable pages on your website is, that is, wherever the file index.html that display when http://www.scoremoreclients.com/ is accessed is.
Forum: Plugins
In reply to: Cookie TTLYou can modify wp-login.php to acheive whatever you need. Please make sure you remember the changes you made for when you upgrade later.
Forum: Installing WordPress
In reply to: Server running?Can you provide us with a link to the site in question?
Does your host provide phpMyAdmin? If so can you login and use phpmyadmin to check if the database is running? (If it’s not then you wont be able to browse tables using phpmyadmin).
Why don’t you ask your host, if you’re in doubt, anyways? They’d be able to help in ways we won’t.
Forum: Installing WordPress
In reply to: Install problemNo, if the files are in the blog directory as you say, everything should be okay with the upload.
Does you host provide a database, and have you created a wp-config.php file?
If your domain is example.com, then your install script will be at http://example.com/blog/wp-admin/install.php
Can you provide us with a link to the problem site?
Forum: Fixing WordPress
In reply to: Import LinkWhen I try to view the opml file that you are trying to import, my browser (Firefox) says the same thing about a parse error.
The character
Øseems to be causing the problem. Can you try change the text describing the links at blogrolling to be plain english characters and then try to import the links?Once they are imported, you can try changing them back to these special characters. The reason is that blogrolling does not seem to be rendering the special characters correctly in the xml (opml) file that it exports.
Forum: Everything else WordPress
In reply to: meta Abstract of “tastes like chicken”Which page are we talking about here? Your homepage doesn’t have this problem you mention. Link to the offending page, please.
Forum: Your WordPress
In reply to: An ex-MovableType User…sadih, ’nuff said – you have bad karma, dude!
Forum: Installing WordPress
In reply to: Install problemCan you make sure that you uploaded the files, and not the entire “wordpress” folder to the blog directory that you mention?
I suspect you might have uploaded the entire wordpress directory, including the directory to the blog folder on your server. If this is the case, upload all the files inside the wordpress directory, after you have unzipped the downloaded zip file, to the “blog” directory on your server.
If it fails, since this is a new install, there is no harm in deleting the blog directory, renaming the directory “wordpress” to “blog” _before_ uploading and then uploading it to the root(public_html or similar) of your website.
There is no period after install.php – you are correct about that.
Forum: Your WordPress
In reply to: aplus themeIt’s a theme after you make it available to everyone. Till then it’s just a cheap hack/design.
Just kidding 😉 You may want to make a theme available for all, and participate in the WP theme contest, just for kicks.
I love it!
Forum: Fixing WordPress
In reply to: Import LinkThe xml for the list exported from blogrolling may be corrupted, or incorrect. Can you please post the file you are trying to import somewhere and link to it from here, as also the exact error message you get?
Forum: Fixing WordPress
In reply to: Import LinkWordPress (not Worldpress 🙂 ) does not have a known problem importing links from blogrolling, so please check again, and let us know what specific problems you face, if you still do.
Forum: Requests and Feedback
In reply to: upload.php & do_action hooksSubmit a request at the hackers mailing list, or email Matt. Alternatively, file a bug at http://mosquito.wordpress.org and someone will tend to it.
Forum: Fixing WordPress
In reply to: PhpMyAdminYes,
For your second wp powered blog, edit wp-config.php and use the same database, username, password etc as you did for your first wp blog. In addition, find the lines that say:
// Change the prefix if you want to have multiple blogs in a single database.
$table_prefix = 'wp_'; // example: 'wp_' or 'b2' or 'mylogin_'
and edit the line to
// Change the prefix if you want to have multiple blogs in a single database.
$table_prefix = 'wp2_'; // example: 'wp_' or 'b2' or 'mylogin_'
You can have any number of blogs on the same database, all you need to do is to edit the wp-config.php file to have a different $table_prefix value, for each blog.Forum: Fixing WordPress
In reply to: change from ISO-8859-15 to UTF-8You could alternatively use the mthod outlined here:
http://climbtothestars.org/archives/2004/07/18/converting-mysql-database-contents-to-utf-8/Forum: Fixing WordPress
In reply to: list of a category posts without “<< previous posts” link?What theme are you using?
Are you using any post-paging plugins?
If not, what code are you using to create the previous/next links?