innerwolf
Forum Replies Created
-
Forum: Localhost Installs
In reply to: Server moveI’ve sorted it. I uploaded a more recent version of wp-config from another install and it worked!. I think that bit of code I copied over above might have caused it and that is the file as I received it from the site developer. Thanks for your help.
Forum: Localhost Installs
In reply to: Server moveOn the previoous server it was hosted at http://www.innerwolf.co.uk/directory, on the new server is it also hosted at the same, http://www.innerwolf.co.uk/directory
I’ve just noticed that the wp-config file has that line of code several times over?? Like this
/* That’s all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);
SPATH’, dirname(__FILE__) . ‘/’);
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);
SPATH’, dirname(__FILE__) . ‘/’);
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);
Forum: Localhost Installs
In reply to: Server moveWhen I try going to the suggested it still just displays a blank white page.
I did read the link but assumed it was for the same URL in a sub directory of the same name. I’ll have another read. Thank you
Forum: Localhost Installs
In reply to: Server moveIt is a custom skin so that it looks like it is part of our website. I didn’t deactivate anything. I was lead to believe that it was pretty straight forward by copying the DB over, copying over the files. Would a reinstall loose the custom skin etc?
Forum: Localhost Installs
In reply to: Server moveI’ve found an error log, reads
PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/award3/public_html/directory/wp-config.php on line 91
These are lines 89-91
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);
SPATH’, dirname(__FILE__) . ‘/’);Forum: Localhost Installs
In reply to: Server moveThank you. It is at the same url just on a new server in a sub directory. http://www.innerwolf.co.uk/directory. I have transferred all of the files over and created the DB then changed the DB details in wp-config but still no joy. Anything else I should look out for, .htaccess, file prems etc?
Forum: Localhost Installs
In reply to: Server moveThanks. I’ve tried all of that and no joy I’m afraid. I’m not getting any errors just a blank white page. When I view the page source it get
<?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(‘./wp-blog-header.php’);
?>Does this shed any light?
Forum: Fixing WordPress
In reply to: HelpYep, i’ve just been on to them. It’s back up and running.
Response for the hoster…
“Your sites script is trying to connect to MySQL on the wrong host.
Your trying to use “localhost” which is incorrect. Set your site script to connect to MySQL on host “127.0.0.1” and you will find there are no more problems.”