Okay, bhupendra2895 had told me to reinstall wordpress. I did, but now when I try to log in, it just frankly refreshes the page and turns the boxes blank again. Thanks though.
EDIT: WOOOHOOO! I fixed the CSS problem but I still cannot login.
I'm sorry, but I frankly do not have the money or time to learn php/ have someone make my own website. I hope you understand.
But thanks anyway. I tried reinstalling it but it was the same as the original. Oh well.....
I cannot access my wp-admin. I still get the error :(
Edit:
If you mean the one in wordpress folder (There is none in the wp-admin folder) on my computer, I get:
[23-Aug-2010 03:08:54] PHP Warning: require(ABSPATHwp-includes/load.php) [<a href='function.require'>function.require</a>]: failed...
Okay, at first my wordpress folder was named blog. I had renamed this to 'wordpress' before giving wordpress its own directory.
Whenever I try to log in I get this error:
"Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your...
Thank you SO MUCH for helping!! I'm been stressed out :)
But crud, I'm getting a 500 Internal Server Error when trying to log in.
"Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server...
Nope. Still same error.
Here's the current index.php file now:
<?php
/*
* @package WordPress
*/
/**
* Tells WordPress to load the
WordPress theme and output it.
*
* @var bool
*/
define('WP_USE_THEMES', true);
/** Loads the WordPress
Environment and Template */...
It is:
<?php
*
* @package WordPress
*/
/**
* Tells WordPress to load the
WordPress theme and output it.
*
* @var bool
*/
define('WP_USE_THEMES', true);
/** Loads the WordPress
Environment and Template */
require_once('wordpress/wp-blog-
header.php')
?>
Not working. Same error:
Parse error: syntax error, unexpected '*' in /home/hannahxd/public_html/index.php on line 2
Does anyone know why this error pops up?
Hate to say it, but no knowledge whatsoever. That's why I came for help here in the first place.
The error message is still the same. :/ I don't know what to do next.....
Okay I've tried both of you guys' advice (not leafypiggy's yet), but nothing seems to work *pulls hair out*
When I check the site, it says:
"Parse error: syntax error, unexpected '*' in /home/hannahxd/public_html/index.php on line 2"
I did not see a "require_once" file. I tried to put it into "require;,/wordpress/wp-blog-header.php" but that did not work.
(taylorswifties.co.cc to see the error message)
Here is what is in index.php:
<?php
/**
* Front to the WordPress application. This file doesn't do
anything, but loads...
bhupendra2895, How do I do that exactly? This is my first time building a website.
And my wp-admin directory is in /public_html/wordpress (previously called 'blog')/wp-admin/
I tried giving wordpress it's own directory (I followed here: http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory ) but this came up:
Warning: require(,/wordpress/wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in...