• Resolved alexjmann

    (@alexjmann)


    My site went from working to not working, literally overnight. I woke up in the morning and tried to log on to my dashboard, and received this error:

    Warning: require_once(/home/alexjmann/alexjmann.com/wp-config.php) [function.require-once]: failed to open stream: Permission denied in /home/alexjmann/alexjmann.com/wp-load.php on line 27

    Fatal error: require_once() [function.require]: Failed opening required ‘/home/alexjmann/alexjmann.com/wp-config.php’ (include_path=’.:/usr/local/php5/lib/php:/usr/local/lib/php’) in /home/alexjmann/alexjmann.com/wp-load.php on line 27

    I’ve made major edits to the CSS, so I’d like to avoid replacing all of the files. Help would be appreciated.

Viewing 5 replies - 16 through 20 (of 20 total)
  • You might consider changing your username. I know that you mean you’re intense about organizing, but it’s grammatically ambiguous and I first thought you considered yourself the Nazi Organization.

    You might try another word like guru or sergeant.

    arrrr. I am facing the problem exactly the same as you guys. And also I dont have access to the server. Php, MySql and all the configuration files are in that server.

    I can only run the php file on the browser and I dont have permission to the above software configurations.

    Does anyone have any idea on how to do it? I am really really stuck in that thing. Please, someone enlighten me how to do it if you can.

    You must have FTP access, online or thru a client. Read your host’s instructions. Find the file and right-click or select to chmod or change permissions. But you should tell your host to figure out why it was changed to begin with….

    billh

    (@billh)

    Change the line

    require_once('../wp-load.php');

    to

    require_once( ABSPATH . 'wp-load.php');

    I have to change this line with each upgrade. My error shows up in the file update-links.php.

    Bill your a savior! I couldn’t figure this out until i replaced that line like you suggested. thanks

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Warning: require_once wp.load’ is closed to new replies.