Francesco01
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Warning: require(/wp/wp-blog-header.php) after trying to moveDear Senff,
your suggestion has worked perfectly and now I have a again a full working website.
Thanks very much for your higly professional help!Francesco
Forum: Fixing WordPress
In reply to: Warning: require(/wp/wp-blog-header.php) after trying to moveCORRECTION vinibertoia > vinibertoja
this is the message I get when I try to access vinibertoja.it/wp/wp-admin
Not Found
The requested URL /wp-login.php was not found on this server.
and I get redirected to
http://www.vinibertoja.it/wp-login.php?redirect_to=http%3A%2F%2Fwww.vinibertoja.it%2Fwp%2Fwp-admin%2F&reauth=1Any clue?
Forum: Fixing WordPress
In reply to: Warning: require(/wp/wp-blog-header.php) after trying to moveSenff … we are getting close to it!
I can now see the site on vinibertoia.it/wp but without theme.
Also I am unable to access vinibertoia.it/wp/wp-admin to fix the theme.Do I have to do something on .htaccess or wp-config.php ?
Just wondering … hopefully you have a clearer idea …thanks for the help so far!
Forum: Fixing WordPress
In reply to: Warning: require(/wp/wp-blog-header.php) after trying to moveHi Senff …
sorry to say that now I get:
Warning: require(/wp-blog-header.php): failed to open stream: No such file or directory in /web/htdocs/www.vinibertoja.it/home/wp/index.php on line 17 Fatal error: require(): Failed opening required ‘/wp-blog-header.php’ (include_path=’.:/php5.3/lib/php/’) in /web/htdocs/www.vinibertoja.it/home/wp/index.php on line 17
Thanks for any further help you can give ….
Forum: Fixing WordPress
In reply to: Warning: require(/wp/wp-blog-header.php) after trying to moveHello Senff … sorry for sending incomplete message … will try to change ‘/wp/wp-blog-header.php’ into ‘/wp-blog-header.php’
🙂
Forum: Fixing WordPress
In reply to: Warning: require(/wp/wp-blog-header.php) after trying to moveHello Senff, thanks for the extremely fast reply!
My index.php in my wp directory says:<?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/wp-blog-header.php’);—–
Have I got the wrong index.php?