outhere
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: index page won’t loadthanks, 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?
Forum: Fixing WordPress
In reply to: index page won’t loadanyone?
Forum: Fixing WordPress
In reply to: index page won’t loadkmessinger – thanks much for sticking around this long
why would word press just stop by itself?
anyone got any clues?
Forum: Fixing WordPress
In reply to: index page won’t loadkmessinger – 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 themeit 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
Forum: Fixing WordPress
In reply to: index page won’t loadi 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 awp-config.phpfile. I need this before we can get started. Need more help? We got it. You can create awp-config.phpfile 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;
?>
Forum: Fixing WordPress
In reply to: Website Wont Displaysee your blog is up and running now.
maybe resolve this…
Forum: Fixing WordPress
In reply to: index page won’t loadi renamed the index.html file
the same problem still exists
what’s going on here?
why did it all of the sudden stop working?
Forum: Fixing WordPress
In reply to: index page won’t loadi 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.
???
Forum: Fixing WordPress
In reply to: index page won’t load> 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??
Forum: Fixing WordPress
In reply to: index page won’t loadlike 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
Forum: Fixing WordPress
In reply to: index page won’t loadhello 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.
Forum: Fixing WordPress
In reply to: Website Wont Displayi can’t help you out but thought your url was cool. . .
Forum: Fixing WordPress
In reply to: wrong author error please helpUpdate: 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?
Forum: Fixing WordPress
In reply to: wrong author error please helpUpdate: 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?
Forum: Fixing WordPress
In reply to: wrong author error please helpdid that multiple times. also logged out, shut down, restarted, logged back in and same thing??!?!