Title: 1.2.1 errors
Last modified: August 22, 2016

---

# 1.2.1 errors

 *  Resolved [mydiskdriveonline](https://wordpress.org/support/users/mydiskdriveonline/)
 * (@mydiskdriveonline)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/121-errors/)
 * Greetings,
 * The new 1.2.1 update throws 404 errors:
 * [18.08.14 – 13:37:07], [IP: x.x.x.x], /wp-content/plugins/wp-photonav/uploader.
   js?ver=3.9.2, /wp-admin/post.php?post=xxx&action=edit
 * [18.08.14 – 13:39:34], [IP: x.x.x.x], /wp-content/plugins/wp-photonav/uploader.
   css?ver=3.9.2, /wp-admin/post.php?post=xxx&action=edit&message=10
 * I am very concerned you might include your own uploading script.
 * I love this plugin, but please make sure it is secure 🙂
 * Cheerz,
    /s
 * [https://wordpress.org/plugins/wp-photonav/](https://wordpress.org/plugins/wp-photonav/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Fabian Stanke](https://wordpress.org/support/users/fmos/)
 * (@fmos)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/121-errors/#post-5202594)
 * Hi there,
 * As you can verify in the [WordPress repository](https://plugins.trac.wordpress.org/browser/wp-photonav/trunk),
   the plugin does not include any uploader.js or uploader.css files. If there are
   any such files in your install, you should probably delete them. Also I did not
   get any PHP errors during testing.
 * In which situation do you get these errors? Do you have a testing install set
   up?
 * Cheers,
    Fabian
 *  Thread Starter [mydiskdriveonline](https://wordpress.org/support/users/mydiskdriveonline/)
 * (@mydiskdriveonline)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/121-errors/#post-5202679)
 * Hello again, sorry for the delayed response.
 * You are correct that there are no uploader.js or uploader.css files, that is 
   what causes the 404.
 * They are referenced by lines 31-37 of your code for your [plugin that is in the WordPress repository](http://wordpress.org/plugins/wp-photonav/).
 *     ```
       // Register custom media uploader for post editor
       		function register_admin_resources( $hook ) {
       			if( 'post.php' !== $hook )
       				return;
       			wp_enqueue_script( 'wp-photonav-uploader', plugins_url( 'uploader.js', __FILE__ ) );
       			wp_enqueue_style( 'wp-photonav-uploader', plugins_url( 'uploader.css', __FILE__ ) );
       		}
       ```
   
 * Cheerz
 *  Plugin Author [Fabian Stanke](https://wordpress.org/support/users/fmos/)
 * (@fmos)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/121-errors/#post-5202685)
 * Hello,
 * You’re right. Those are orphaned resource hooks (from experimenting with an extension
   of the media uploader) which are removed in new version 1.2.2 (just released).
 * Thank you for reporting and for your analysis/explanations!
 * Cheers,
    Fabian

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘1.2.1 errors’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-photonav_75857d.svg)
 * [WP-PhotoNav](https://wordpress.org/plugins/wp-photonav/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-photonav/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-photonav/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-photonav/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-photonav/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Fabian Stanke](https://wordpress.org/support/users/fmos/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/121-errors/#post-5202685)
 * Status: resolved