In my cPanel log, there are lot of following error:
File does not exist: /home/myUser/public_html/wp-includes/js/scriptaculous/wp-scriptaculous.js
When I go to scriptaculous directory, there isn't file wp-scriptaculous.js.
What can cause this problem?
I guess its a 404 web server error - if thats right it should also tell you who reffered to that file, or where it was called from?
This error is occurring in many files, including wp-admin/index.php, post-new.php etc...
When I search for "wp-scriptaculous" in sources, "wp-includes/script-loader.php" file contains this string. I changed this to scriptaculous, and I'll see what happens.
lunabyte
Member
Posted 19 years ago #
Very strange.
What build are you on?
I've got a nightly from a week or two ago, and indeed it does call wp-scriptaculous.js, but it also exists in /wp-includes/js/scriptaculous/ as well.
There is also a scriptaculous.js in this dir as well, just so you know.
I'd consider updating, which will clear the problem.
Download the file from trac. I noted the calls as well previously and, even though I was on an earlier version that didn't have it included in the download, it was still causing the errors.
I'm still having the issue although with different files now:
http://trac.mu.wordpress.org/ticket/255
Hope this helps,
-drmike
Thank you drmike.
I'm using wpmu 1.2
Seeing same errors as posted in drmike's trac with Safari browser.
I have a plugin(structured blogging) that had an older version of scriptaculous.js included. Updated the script in the plugin.
No more errors about wp-this.js or wp-that.php.