jelane20
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Warning: require(./wordpress/wp-blog-header.php)I am now getting this error:
Warning: require_once(/home/content/55/11721155/html/wp-load.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/55/11721155/html/wp-blog-header.php on line 12
Fatal error: require_once() [function.require]: Failed opening required ‘/home/content/55/11721155/html/wp-load.php’ (include_path=’.:/usr/local/php5_3/lib/php’) in /home/content/55/11721155/html/wp-blog-header.php on line 12
Forum: Fixing WordPress
In reply to: Warning: require(./wordpress/wp-blog-header.php)Loaded the backup and it is still not working
Forum: Fixing WordPress
In reply to: Warning: require(./wordpress/wp-blog-header.php)Not sure what I can do if I cant get logged into it, I am using the correct credentials for it, I can log into the new one. Any suggestions?
Forum: Fixing WordPress
In reply to: Warning: require(./wordpress/wp-blog-header.php)I am not sure where to start, I can’t log into the old one on my local host, but I can log into the new one on local.
Forum: Fixing WordPress
In reply to: Warning: require(./wordpress/wp-blog-header.php)yes, i have that from the original and from the new one that i uploaded
Forum: Fixing WordPress
In reply to: Warning: require(./wordpress/wp-blog-header.php)not sure, where would i find that?
Forum: Fixing WordPress
In reply to: Warning: require(./wordpress/wp-blog-header.php)I am no longer able to get into the original that I copied from
Forum: Fixing WordPress
In reply to: Warning: require(./wordpress/wp-blog-header.php)But I dont know what I did wrong and I cant really go back, ist there some way to trouble shoot this and fix it?
Forum: Fixing WordPress
In reply to: Warning: require(./wordpress/wp-blog-header.php)I think I used this one but probably messed it up, I was in a rush that day and kind of sped through it: https://codex.www.ads-software.com/Moving_WordPress
My index.php file looks like this: <?php
/** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @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('./wordpress/wp-blog-header.php');