Forum Replies Created

Viewing 15 replies - 1 through 15 (of 19 total)
  • Thread Starter outhere

    (@outhere)

    thanks, everyone, for the posted help.

    nothing has worked.

    what about just saving the site and reinstalling?

    what needs to be saved – the database where the posts are stored and that’s it?

    Thread Starter outhere

    (@outhere)

    anyone?

    Thread Starter outhere

    (@outhere)

    kmessinger – thanks much for sticking around this long

    why would word press just stop by itself?

    anyone got any clues?

    Thread Starter outhere

    (@outhere)

    kmessinger – the blog-header is in the root directory (it’s wp-blog-header.php not wp-blog-header-php)

    moshu – i didn’t mess around w/ the blog header at all – just wanted to find it and read it since it was referenced in the index.php file. i figured an index.php file ought to have a lot more than the “short and sweet”ness that’s in my index.php file (see above). so i figured the blog header must be an important file

    anyways, no major file has been modified at all. the only thing i modify in terms of code on my blog is the header background color on my Kubrick theme!

    so i did as you suggested:
    1. set permalinks from date and name based to default
    2. removed the .htaccess file
    3. i already use the default/kubrick theme

    it didn’t work.

    let me reiterate … this just happened all on it’s own. i didn’t modify or fool around or accidentally delete any files.

    i’m totally in the dark as to what’s going on.

    thanks much for the continued feedback. i’m hoping we can get to some resolve soon

    Thread Starter outhere

    (@outhere)

    i looked into the blog-header too

    the page loaded for me, but it’s just totally blank, white. no 404 or anything

    i found the file on ftp though

    it reads:

    <?php

    if (! isset($wp_did_header)):
    if ( !file_exists( dirname(__FILE__) . ‘/wp-config.php’) ) {
    if ( strstr( $_SERVER[‘PHP_SELF’], ‘wp-admin’) ) $path = ”;
    else $path = ‘wp-admin/’;

    require_once( dirname(__FILE__) . ‘/wp-includes/functions.php’);
    wp_die(“There doesn’t seem to be a 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.”, “WordPress › Error”);
    }

    $wp_did_header = true;

    require_once( dirname(__FILE__) . ‘/wp-config.php’);

    wp();
    gzip_compression();

    require_once(ABSPATH . WPINC . ‘/template-loader.php’);

    endif;

    ?>

    see your blog is up and running now.

    maybe resolve this…

    Thread Starter outhere

    (@outhere)

    i renamed the index.html file

    the same problem still exists

    what’s going on here?

    why did it all of the sudden stop working?

    Thread Starter outhere

    (@outhere)

    i really appreciate the help so far …

    the permalinks are not set to default; they are set to ‘date and name based’

    i uploaded a test index.html file

    the test index.html file didn’t show up

    then i deleted the index.php file, and the test index.html showed up

    so i uploaded another index.php file, and got the same problem of the page not loading because the server dropped the connection again.

    ???

    Thread Starter outhere

    (@outhere)

    > In your admin did you change the WordPress address or the blog address?

    no

    but i just went to look at what the index.php file looks like, and this is all it is:

    <?php
    /* Short and sweet */
    define(‘WP_USE_THEMES’, true);
    require(‘./wp-blog-header.php’);
    ?>

    that doesn’t seem right??

    Thread Starter outhere

    (@outhere)

    like what?

    there is no index.html file

    there is an index.php file though – and this must be the homepage. that page doesn’t load

    Thread Starter outhere

    (@outhere)

    hello again

    here is a perhaps more-clear write up of the problem i’m experiencing:

    my homepage URL won’t load.

    after the browser tries to load for a minute unsuccessfully I keep get the message “Safari can’t open the page “http://outhereinohio.com/” because the server unexpectedly dropped the connection, which sometimes occurs when the server is busy.”

    i can however access the log in page and admin the entire site, including viewing individual posts, just not viewing the site like the normal viewing experience of going to the homepage.

    i called my hosting service – godaddy – they said the server is working, that there might be a problem with the .htaccess file

    the file reads:
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress
    does anyone see a problem in the htaccess file?

    anyone have a clue why the homepage won’t load?

    anyway around it?

    thanks.

    i can’t help you out but thought your url was cool. . .

    Update: the Post Author box in the Create New Post option of the admin panel was selecting a user other than me when i posted.

    the problem seems to have happened when i typed in a nickname for myself in my profile (instead of “admin” showing when i post). for some reason the Post Author box didn’t register my nickname.

    When i erased my nickname so that I am only known as admin, the Post Author box had “admin” as a possible selection.

    so the original problem is fixed.

    now the question is what is the nickname snafu?

    Update: the Post Author box in the Create New Post option of the admin panel was selecting a user other than me when i posted.

    the problem seems to have happened when i typed in a nickname for myself in my profile (instead of “admin” showing when i post). for some reason the Post Author box didn’t register my nickname.

    When i erased my nickname so that I am only known as admin, the Post Author box had “admin” as a possible selection.

    so the original problem is fixed.

    now the question is what is the nickname snafu?

    did that multiple times. also logged out, shut down, restarted, logged back in and same thing??!?!

Viewing 15 replies - 1 through 15 (of 19 total)