• Does anyone know how to fix this? I uploaded ALL the files I extracted from Audio Player under wp-content/plugins and get the message below when I go into settings.

    Warning: include(audio-player/options-panel.php) [function.include]: failed to open stream: No such file or directory in /home/content/w/i/t/witinstitute/html/wp-content/plugins/audio-player.php on line 396

    Warning: include() [function.include]: Failed opening ‘audio-player/options-panel.php’ for inclusion (include_path=’.:/usr/local/php5/lib/php’) in /home/content/w/i/t/witinstitute/html/wp-content/plugins/audio-player.php on line 396

Viewing 15 replies - 1 through 15 (of 32 total)
  • I think you may have incorrectly uploaded the plugin. You opened one or two folders too many. You should have uploaded the folder called “audio-player” and the file called “audio-player.php” to your plugins directory. I think you went one or two folders too deep and uploaded just the contents of the “audio-player” or “upgrade” subfolder to your plugins directory. Go here, and you will see what I mean.

    http://www.witinstitute.com/wp-content/plugins/

    You need to delete what you uploaded (relative to just this plugin’s files), and start again.

    Thread Starter doris-roper

    (@doris-roper)

    Thanks, I fixed it at last, but now I can’t get my audio file to play. I added the name of my audio file (audio:welcome.mp3) to my post and the icon shows but I get a message saying “error opening file”
    Do you have any advice on how to get my audio message onto my site. I’m a beginner so need details.
    Your help would be appreciated.

    It sounds like a simple file path error. Make sure that the settings for the player actually point to the folder with your .mp3’s. You can also make the player background transparent on the same page.

    Dashboard > settings > audio-player. If you left it in default mode, you have to create a directory named audio in your blog installation folder, and place your .mp3 in there. If your folder is somewhere else, just change the default path of “/audio” to whatever your new path is. At the bottom of that page is also a tick box to make the background transparent to blend in with your page, and additional settings that customize the player appearance to your liking. That should do it.

    Thread Starter doris-roper

    (@doris-roper)

    Below is what it’s set to. Being new to this I don’t understand “path” and where is the blog installation folder so that I can create a directory named audio?

    If you use the [audio] syntax, the plugin will assume that all your audio files are located in this folder. The path is relative to your blog root. This option does not affect your RSS enclosures or audio files with absolute URLs.

    Audio files directory:
    Recommended: /audio
    How do you want to use the audio player?
    This set of options allows you to customize when your audio players appear.

    Replace [audio] syntax (recommended for beginners)

    you need to make a directory called audio.

    Create that directory inside of the same directory that your wp-content dir is in.

    In other words, you want this:

    wp-config.php
    wp-settings.php
    ... more files
    wp-admin/ <-- thats a direcory
    wp-includes/ <-- another directory
    wp-content/ <-- another
    audio/ <---- NEW DIRECTORY

    Put your mp3s in that audio directory.

    Thread Starter doris-roper

    (@doris-roper)

    Hi,
    I did that and my mp3 is in that audio directory, so what do I put in my post/ page so that the audio plays…the path nmae or whatever it’s called?

    I had clicked on “add audio” on the post wirting page and loaded my mp3 file in the medial library. I had thought that would do it but no…

    manually enter this in your post

    [audio:nameofyourfile.mp3]

    You don’t want to put this in your post:

    /audio:welcome.mp3

    which is what you have now,

    replace that with this

    [audio:welcome.mp3]

    Thread Starter doris-roper

    (@doris-roper)

    Thanks..I’ve fixed it!!

    You’re welcome. I’m glad we helped!

    Don’t forget to be kind and mark the thread closed (resolved).

    🙂

    I had clicked on “add audio” on the post wirting page and loaded my mp3 file in the medial library. I had thought that would do it but no…

    You CAN do that, but then you need to change the path that the plugin uses for your directory, and that depends on how you have your uploads set up and can complicate things.

    Assuming media is handled the same way, if you do that “sort everything by date” option when you upload, the plugin isnt ever going to know where the files are.

    If you dont do that, and everything is uploaded into one big directory, then you can just change the path.

    You referenced that path in an earlier post:

    Audio files directory:
    Recommended: /audio

    /audio is the path.

    Creating the audio directory made that path.

    For instance, if you are uploading through the media thing to a directory called uploads, the path would be :

    /wp-content/uploads

    assuming that uploads is inside wp-content/

    Like I said though, if you are used that date based option, thats not going to work out well, and youre better off just ftp’ing those mp3s …

    Please clarify. I’m a newbie to this software

    manually enter this in your post
    [audio:nameofyourfile.mp3]

    is audio the instruction or is that the path where the file is? i have chosen a different folder name in my directory. so should it be

    [folder:nameofyourfile.mp3]???

    nothing is showing on my post in firefox 3.0 or IE 6.0

    bumping

    can someone please tell me the correct syntax for embedding an audio into a post and/or page?

    @talia:

    It is literally
    [audio:NAME OF YOUR FILE.mp3]
    so if your file is called mymp3.mp3, to embed the file it would be
    [audio:mymp3.mp3]

    If you have chosen e.g. /mp3files to be where your mp3s are located, you should change this setting in the ‘Settings’ part of “Audio Player” from /audio to /mp3files.

    More examples of usage can be found on the author’s website

    hi mosey
    i had already changed the path and i had it set up correctly as [audio:xxx.mp3] but it isn’t working

    i checked on firefox 3.0.1 and you can see the link above where i put a raw link but nothing shows below it where i expect to say a player embedded

    on ie6 it takes forever to open the page (probably because it’s a large file). last time i looked nothing happened but i’m waiting for it to load up again to see if i have more luck

Viewing 15 replies - 1 through 15 (of 32 total)
  • The topic ‘Audio player not working’ is closed to new replies.