demoment
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: So confused – the “Write Post” page has changedoh yes, I am using WP2.1.3 and in Your Profile under User, for the checked column, it only says
“Use the visual editor when writing” instead of “visual RICH editor”.Forum: Fixing WordPress
In reply to: So confused – the “Write Post” page has changedi had the same problem, even when u checked on the visual rich editor thing, nothing helps. even the icons above are missing and all i see is <p/> here and there.
any idea how to handle this? tq.
Forum: Installing WordPress
In reply to: WordPress from WordPress: import problemHi,
I experience the same problem too. both my wordpress and own domain wordpress has the same version. export of the XML file to my computer is fine but when it comes to the import into my own domain blog, this message came out:Unable to create directory /home/demoment/public_html/blog/wp-content/uploads/2007/04. Is its parent directory writable by the server?
does that mean i need to check with my host company ?
thanks a lot.chinnee
Forum: Installing WordPress
In reply to: WordPress from WordPress: import problemHi,
I experience the same problem too. both my wordpress and own domain wordpress has the same version. export of the XML file to my computer is fine but when it comes to the import into my own domain blog, this message came out:Unable to create directory /home/demoment/public_html/blog/wp-content/uploads/2007/04. Is its parent directory writable by the server?
does that mean i need to check with my host company ?
thanks a lot.chinnee
Forum: Installing WordPress
In reply to: Installed, but weird problemHi there,
I experience the same problem where there is a message (please see below) as below at my installation page above “Welcome to wordpress installation…”. Should i ignore it by going straight into the installation or best correct it before anything starts ?Thanks a lot.
Warning: Cannot modify header information – headers already sent by (output started at /home/demoment/public_html/blog/wp-config.php:1) in /home/demoment/public_html/blog/wp-admin/install.php on line 15
Forum: Installing WordPress
In reply to: installation doesn’t startI followed the sample thru tutorial..This is how my wp-config.php looks like. Anything wrong i have done ? Tx a lot.
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘blog’); // The name of the database
define(‘DB_USER’, ‘demoment’); // Your MySQL username
define(‘DB_PASSWORD’, ‘xxxxxx’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value// You can have multiple installations in one database if you give each a unique prefix
$table_prefix = ‘blog_’; // Only numbers, letters, and underscores please!// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-includes/languages.
// For example, install de.mo to wp-includes/languages and set WPLANG to ‘de’
// to enable German language support.
define (‘WPLANG’, ”);/* That’s all, stop editing! Happy blogging. */
define(‘ABSPATH’, dirname(__FILE__).’/’);
require_once(ABSPATH.’wp-settings.php’);
?>Forum: Installing WordPress
In reply to: Installation problem / Database set upone question. I forgot to open and save as for the wp-sample.config file. Instead i renamed it straightaway and after the modification, i save it. would that be a problem
for the failure of my inition of installation ?
tx.Forum: Installing WordPress
In reply to: installation doesn’t startHi,
I have done the step 2: setting up my database, usename and password in Mysql in cpanel
Also set up set 3: wp_config file by keying in my bdname, username and password.And yet, i couldnt start up on the installation. This is what i get when i go into my page (refer below). can anyone pls help ?
tx.
demoment“Can’t select database
We were able to connect to the database server (which means your username and password is okay) but not able to select the blog database.Are you sure it exists?
On some systems the name of your database is prefixed with your username, so it would be like username_wordpress. Could that be the problem?
If you don’t know how to setup a database you should contact your host. If all else fails you may find help at the WordPress Support Forums.”Forum: Installing WordPress
In reply to: Can’t Select Database ErrorHi,
First time user here,and i have the same problem, cant access to database. My host is “localhost” in the wp-conf. file and it just din work out. wonder why ? appreciate if anyone can help.thanks.