• Ok, I’ve been at this for about nine hours straight now, didn’t want to come running here without having, at least, tried getting it working on my own.
    But if I don’t get some help with this soon, my laptop is prolly gonna get a free ride out my window – woulnd’t realy want that happening, since it’s now very old…and I might end up hurting someone down on the sidewalk.

    I’ll try to be as precise as I possibly can:

    My host is https://www.unoeuro.com, danish provider (i think). My database is already installed and they’ve provided me with a username and password, database name and so on (they list WordPress as one of the programs they have tested on their servers, so I should be in the clear there).

    (by the way: MySQL 4.0.18-standard-log running on localhost)

    the (zip) install file, has been unpacked correctly, with the folders and files and so on. Uploaded using SmartFtp to https://www.mysite.com/public_html/blog/ with everything CHMOD’ed as 777.

    the wp-config.php was fed all the info provided by my host (cut’n’paste) and uploaded into the “wp-admin” folder.

    <?php
    // ** MySQL settings ** //
    define(‘DB_NAME’, ‘edotistic_com_db’); // The name of the database
    define

    (‘DB_USER’, ‘edotistic_com’); // Your MySQL username
    define(‘DB_PASSWORD’, ‘**************’); // …and password
    define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
    ………….[and so on]

    I’m using Opera (but have tried using Firefox and IE with same result), but cannot open the install.php file when in http – I am, however able to force it open via ftp…but that’s when it’s getting strange:

    wp-config.php file. I need this before we can get started. Need more help? We got it. You can create a wp-config.php file through a web interface, but this doesn’t work for all server setups. The safest way is to manually create the file.”); require_once(‘../wp-config.php’); require_once(‘./upgrade-functions.php’); $guessurl = str_replace(‘/wp-admin/install.php?step=2’, ”, ‘https://&#8217; . $_SERVER[‘HTTP_HOST’] . dirname($_SERVER[‘PHP_SELF’]) ); if (isset($_GET[‘step’])) $step = $_GET[‘step’]; else $step = 0; ?>

    [Word Press Logo]

    hide_errors(); $installed = $wpdb->get_results(“SELECT * FROM $wpdb->users”); if ($installed) die(__(‘

    [Already Installed

    You appear to have already installed WordPress. To reinstall please clear your old database tables first.]

    ‘)); $wpdb->show_errors(); switch($step) { case 0: ?>

    Welcome to WordPress installation. Wea€?re now going to go through a few steps to get you up and running with the latest in personal publishing platforms. You may want to peruse the ReadMe documentation at your leisure.

    It then goes on to list step 1 and 2 (on the same page) with more garbled code.

    Since it’s telling me that Word Press is already installed, I try going on to step 1 […/wp-admin/install.php?step=1] but get a 404…in fact every link gives me a 404].

    As far as I can tell, there’s nothing to indicate that it fails to contact my database – but I’m pretty sure that’s where the problem is.

    The datebase is running just fine, but there are no tables created, neighter by me nor WP.

    If there would a helpful soul that could help me on a bit, I would be extremely thankful.

Viewing 4 replies - 16 through 19 (of 19 total)
  • Did you contact your host about versions and so on? Do you have a control panel of some sort? Sometimes a control panel will show you what versions they run for PHP, Apache, MySQL and so on; phpMyAdmin should show you the actual name of the database, just to double-check.

    And have you tried it both with and without “www.” ahead of your site name, just in case your host’s setup is wonky about it?

    Thread Starter lefty

    (@lefty)

    phpMyAdmin 2.6.2

    I can’t find any trace of Apache, they state that their PHP servers run on Linux Fedora

    Managed to pick this out of their faq:

    <%
    SQLserveradr=”mysql1.unoeuro.com”
    SQLdatabase=”site_com_db”
    SQLlogin=”site_com”
    SQLpassword=”password”

    Set Conn = Server.CreateObject(“ADODB.Connection”)

    conStr = “driver={MySql};server=”& SQLserveradr &”;database=”& SQLdatabase
    conStr = conStr & “;uid=”& SQLlogin &”;pwd=”& SQLpassword & “;OPTION=3”

    Conn.Open conStr
    %>

    Thread Starter lefty

    (@lefty)

    hmmmm, the host support group finaly came up with an answer…turns out I didn’t tick the PHP option when I signed up for the damned thing – now they want me to sign up a new one and yadda yadda yadda.

    Well, thanks anyways, you guys are princes among men – sorry to have wasted your time.

    Sayonara from Tokyo

    Oh, that’s too bad. Well, if you change hosts or plans and need more help, we’ll be happy to oblige!

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘garbled install.php in browser’ is closed to new replies.