Problem with login in installation
-
After installing the WordPress in my hosting, with Firefox and xp, everything working perfectly until the hour arrives to give login. The direction of blog is this http://skass.33host.com/. This error jumps to me:
Code:
Warning: require(usr/home/users/14/skasswm/www/skass.33host.com/wp-config.php) [function.require]: failed to open stream: No such file or directory in usr/home/users/14/skasswm/www/skass.33host.com/wp-login.php on line 2`Fatal error: require() [function.require]: Failed opening required ‘usr/home/users/14/skasswm/www/skass.33host.com/wp-config.php’ (include_path=’.:/usr/local/share/pear’) in usr/home/users/14/skasswm/www/skass.33host.com/wp-login.php on line 2`
I do not understand much of programming, but I believe that she is giving the error me in config. It is all good, all the correct data and it I have reinstallation several times, changing of BD and others, throwing always he himself error to me. The line of login to which the error talks about is this:
Code:
<?php
require_once( dirname(__FILE__).’/wp-config.php’ );And the part of config to which it talks about is this:
Code:
define(‘ABSPATH’, dirname(__FILE__).’/’);
require_once(ABSPATH.’wp-settings.php’);
?>Ideas?
The topic ‘Problem with login in installation’ is closed to new replies.