neek
Forum Replies Created
-
Forum: Installing WordPress
In reply to: install.php does not workone thing, in step 2 i noticed
Warning: mkdir() [function.mkdir]: Permission denied in d:\www\ekeretallie.com\www\wp-admin\upgrade-functions.php on line 683
even though things so far are going smooth
Forum: Installing WordPress
In reply to: install.php does not workthans skippy, one step closer again !
Forum: Installing WordPress
In reply to: install.php does not workyes they created one
i received info:host: mysql.ekeretallie.com
user: xxx
database:xxx
password: xxxAm i supposed to make ftp contact with http://ftp.mysql.ekeretallie.com?
ftp does not workForum: Installing WordPress
In reply to: install.php does not worknow how do i “select the wordpress database.” ?
Forum: Installing WordPress
In reply to: install.php does not workthanks skippy that works
Forum: Installing WordPress
In reply to: install.php does not workyes, i just changed the values like this (xxx being user/pass)
<?php
define(‘DB_NAME’, ‘wordpress’);
define(‘DB_USER’, ‘xxx’);
define(‘DB_PASSWORD’, ‘xxx’);
define(‘DB_HOST’, ‘ekeretallie’);$table_prefix = ‘wp_’; // example: ‘wp_’ or ‘b2’ or ‘mylogin_’
define (‘WPLANG’, ”);
define(‘ABSPATH’, dirname(__FILE__).’/’);
require_once(ABSPATH.’wp-settings.php’);
?>Forum: Installing WordPress
In reply to: install.php does not workeh…I don’t know. I have not set up database yet. I am just starting.
I called my ISP today to add Mysql database to my website and I received a mysql.ekeretallie.com adress with user/password. Don’t know what to do with it because ftp does not access it. So I upoaded al fies to my regular website ftp-address.
Do I still make sense?