• xquasarx

    (@xquasarx)


    when i try to install mine, it give me this:

    ��<?php
    // ** MySQL settings ** //
    define(‘DB_NAME’, ‘3991’); // The name of the database
    define(‘DB_USER’, ‘3991’); // Your MySQL username
    define(‘DB_PASSWORD’, ‘********’); // …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 = ‘wp_’; // 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’);
    ?>

    what could be wrong? i’m hosting mine at 110mb.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • moshu

    (@moshu)

    You will have to be a bit more specific: describe what do you do in the installing process when “it gives you this” ?
    (and you have 2 characters at the beginning of the file – which will definitely make mess during the install.

    And did you have the chance to go through this:
    http://codex.ww.wp.xz.cn/Getting_Started_with_WordPress#Installation

    Thread Starter xquasarx

    (@xquasarx)

    yes, i did read the instructions. but whenever i press the install.php, the only thing i see is that code written in text. nothing else.

    resiny

    (@resiny)

    Are you sure your server has php up and running? if it’s not, that would explain why the code isn’t being run

    Thread Starter xquasarx

    (@xquasarx)

    yes. according to phpmyadmin, it’s working.

    chel74

    (@chel74)

    Hallo,
    my problem is on 2 Step of the Installation
    first stap i fill “webblog title” and “your E-Mail”, than i press the button “continue to second Stap” and i have blank page
    what make i wrong?
    Thank you

    p.s. sorry for my langauge 🙁

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘installation help’ is closed to new replies.