ngadenne
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Instalation – newbe.well.. thanks for the efforts. Seem to be going round in circles so have decided to just give up……the 5 min install has beaten me! shame.
thanks again.
Forum: Installing WordPress
In reply to: Instalation – newbe.Appreciate your time in helping me
I changed permissions for index and css files with no joy, so changed all permissions of all files to 777, but still no luck, now getting:
Execution of (blog/index.php) is not permitted for the following reason:
Script is group writable.
any further advice gratefully received!!
Forum: Installing WordPress
In reply to: Instalation – newbe.Right, i think i’m getting SOMEWHERE..
DB Host did need to be changed, but now when I go to http://ccgi.ngadenne.plus.com/blog/ an getting:Execution of (blog/index.php) is not permitted for the following reason:
Script is not executable. Issue ‘chmod 755 filename’Forum: Installing WordPress
In reply to: Instalation – newbe.no I’m not sure at all, but I have asked my host (plus net) and they have said it was right….think I’ll ask again.
Forum: Installing WordPress
In reply to: Instalation – newbe.….but still no joy
Forum: Installing WordPress
In reply to: Instalation – newbe.thanks numeeja, have done stage 2 using fetch and checked the config. file and resent twice, which reads:
// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘ngadenne_pn’);/** MySQL database username */
define(‘DB_USER’, ‘********’);/** MySQL database password */
define(‘DB_PASSWORD’, ‘****************’);/** MySQL hostname */
define(‘DB_HOST’, ‘rumpus’);/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8’);/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’, ”);/**#@+
* Authentication Unique Keys.
*
* Change these to different unique phrases!
* You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service}
* You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
*
* @since 2.6.0
*/
define(‘AUTH_KEY’, ‘9IpyG^Gq]{Q{M#znWM%;lZ%1wk-F qeFfu*%kx4rS^*)itJ]>PhbZH]KiI|6jv’);
define(‘SECURE_AUTH_KEY’, ‘]-Iv0{Q<OEpKr%!IE9N:K*]@0-8|^h3Eyh5V$eNfQ3j:@Ou5y}G~l>N>P[8-feS<‘);
define(‘LOGGED_IN_KEY’, ‘R0hB3q1tic*^h[q1E4_,}v|k $Bz./-.sWq[bO-#7vLF/egvs/*|FjS(8sXO(C8H’);
define(‘NONCE_KEY’, ‘adRZ?3SIq; [NM0|1XpU6}$;ah@+E_8JmW^39R8e.WL3-Y.@zwQBNJHti8;.KC’);
/**#@-*/