Viewing 4 replies - 1 through 4 (of 4 total)
  • The site works fine
    http://spoonlickermusic.com/

    The problem “Fatal error: require_once() [function.require]: Failed opening required” has something to do with Wp-content, or specifically Plugins. I understand the jw-player-plugin-for-wordpress plugin can not be properly called in with require_once().

    Here is the interpretation for _once in php documentation:

    “if the code from a file has already been included, it will not be included again. As the name suggests, it will be included just once.”

    Since I am a newbie in PHP and wordpress, I always like to dig into the documentations.I only share my thought, I believe other folks may provide solutions.

    Thank you! and have fun with WordPress!
    Wencheng

    Temporarily disable all plugins and themes (except a default WordPress one like Twentyfifteen). You can do this by renaming the the plugins and themes’ folder with a “-old” added to the end. Carefully re-enable your theme and confirm everything works (moving the theme folder back into the /themes directory).. Then move on to the plugins and enable them one at a time, testing your site after you enable one. Make sure everything works. If you run into an issue after enabling a theme or plugin, not which theme or plugin and contact the developer to let them know of the issue you’ve run into. Make sure to provide as much detail as you can like what hosting, server, WordPress version, theme and plugins (and which versions), etc. you’re using.

    Thread Starter spoonlickermusic

    (@spoonlickermusic)

    The site is working fine now (as much as i think it is) and it all got back in order the second i deleted the problem file which is wp-content/plugins/jw-player-plugin-for-wordpress/jwp6/jwplayermodule.php

    once i got it out with an ftp program the site got back in order, i placed the file again inside and the site crashed.

    i have no idea what is this file and if deleting it was the right thing to do..

    Well if it’s causing the site to crash, then it’s a problem! jwplayer sounds like a media player of some sort. You might see if there’s other plugins that can provide similar functionality that works with your WP setup.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Error trying to log in to wordpress admin’ is closed to new replies.