Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Can anyone else help resolve this issue? I believe my WP files are all loaded correctly on my server in my Public_html directory; but I have the same problem as Kufloyd does where after I load to my server, I can’t access the WP-Admin install panel in my web browser; instead I get this error on the page:

    Warning: require_once(/home/htmmel/public_html//wp-includes/classes.php) [function.require-once]: failed to open stream: No such file or directory in /home/htmmel/public_html/wp-load.php on line 46

    Are you kidding me?! I have spent four full days on this problem!
    What is the exact place to add the ?> off the last line? This is what my last lines look like:

    /* 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’);

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