• Resolved skass

    (@skass)


    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?

Viewing 5 replies - 1 through 5 (of 5 total)
  • I’d delete and reupload the WordPress files.

    If you are not using Version 2.2 download the files here:
    http://ww.wp.xz.cn/download

    Other resources:
    Installing WordPress
    Uploading_WordPress_to_a_remote_host

    Thread Starter skass

    (@skass)

    Thanks, but i reuploading all files, several times, and the error continues happening.

    I just downloaded Version 2.2 from here: http://ww.wp.xz.cn/download/

    Downloaded languages files zip from here:
    http://carrero.es/wp-content/uploads/2007/05/wp-22-es-languages.zip

    Uploaded and unzipped both files in the correct location (my host has cPanel so you can upload zip files and extract them on the host)

    Created the database and this wp-config.php file:

    <?php
    // ** MySQL settings ** //
    define('DB_NAME', 'test_v22');    // The name of the database
    define('DB_USER', 'testh_v22');     // Your MySQL username
    define('DB_PASSWORD', 'pwd_v22'); // ...and password
    define('DB_HOST', 'localhost');    // 99% chance you won't need to change this value
    define('DB_CHARSET', 'utf8');
    define('DB_COLLATE', '');
    
    // You can have multiple installations in one database if you give each a unique prefix
    $table_prefix  = 'wp_';   // Only numbers, letters, and underscores please!
    
    // Change this to localize WordPress.  A corresponding MO file for the
    // chosen language must be installed to wp-content/languages.
    // For example, install de.mo to wp-content/languages and set WPLANG to 'de'
    // to enable German language support.
    define ('WPLANG', 'es_ES');
    
    /* That's all, stop editing! Happy blogging. */
    
    define('ABSPATH', dirname(__FILE__).'/');
    require_once(ABSPATH.'wp-settings.php');
    ?>

    Ran the install and have no problem logging in.

    Hey, I have uninstalled/reinstalled WP from My host godaddy and uninstalled/reinstalled WP to Filezilla. I haven’t received an email from WP to link? Any ideas? Thanks -URL fortheloveofchrist.tv

    I had the same problem when changed the language to es_ES. Please let me know your fix.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Problem with login in installation’ is closed to new replies.