The site works fine
https://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