Support » Plugins » Error in d13slideshow.php

  • Resolved nicholasjcoleman

    (@nicholasjcoleman)


    d13slideshow.php calls the scriptaculous effects through:
    wp-includes/js/scriptaculous/scriptaculous.js

    This causes 404 errors because, somehow, the effects are all loaded with an incorrect prefix (wp-builder.js instead of builder.js, etc).

    By changing:
    (line 606) …wp-includes/js/scriptaculous/scriptaculous.js
    to
    (line 606) …wp-includes/js/scriptaculous/wp-scriptaculous.js
    the error is resolved.

    I recommend making this a change in a release soon, as it was generating literally thousands of 404 errors on my site.

    http://wordpress.org/extend/plugins/d13slideshow/

  • The topic ‘Error in d13slideshow.php’ is closed to new replies.