PHP script has Apache error

My web host support has told me about this error in Apache’s error_log:

[Tue Nov 25 14:21:46 2014] [error] [client 10.20.4.39]
File does not exist: /home/o/public_html/flowplayer-3.2.16.min.js, referer: http://www…com/

Can you help me figure this out? I’ve searched the web script and the only thing I see relating to that, is this:
in the section of the script I’m using.

<script src="/flowplayer-3.2.16.min.js"></script> means it is pointing to an external script, correct? 

I’ve looked for a file called flowplayer-3.2.16.min.js all over the public_html, but I just see this: public_html/flowplayer/flowplayer-3.2.16.swf

Do I need flowplayer-3.2.16.min.js or is flowplayer-3.2.16.swf all I need?

No, that’s pointing to a script on your site

You need the first one - your html directly references that as an external script source file, so it needs to be present on your site.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.