Title: ERROR 404 &#8211; NOTHING FOUND
Last modified: August 22, 2016

---

# ERROR 404 – NOTHING FOUND

 *  [lucaci.m](https://wordpress.org/support/users/lucacim/)
 * (@lucacim)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/error-404-nothing-found-1/)
 * Hello,
 * I have a problem… I`ve instaled the plugin, I`ve made the seetings, I`ve created
   the categories and started to add the videos from youtube. The problem is when
   I try to acces any post, I get ERROR 404 – NOTHING FOUND error.
 * 1. I changed the permalinks to the main options, and it`s works just fine. After
   I change back to "postname" it`s coming back the error.
    2. I was trying to find
   lush_rewrite_rules(); from hdflvvideoshare.php but I didn`t find anything like
   that.
 * So what can I do?
 * Thanks!
 * [https://wordpress.org/plugins/contus-video-gallery/](https://wordpress.org/plugins/contus-video-gallery/)

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

 *  [karthikeyani](https://wordpress.org/support/users/karthikeyani/)
 * (@karthikeyani)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/error-404-nothing-found-1/#post-5267839)
 * Hi,
 * Open /wp-content/plugins/contus-video-gallery/admin/models/video.php and find
   the following code `function insert_video`. Inside the function you can find 
   the below code.
 *     ```
       $guid = get_site_url() . '/?post_type=videogallery&p=' . $this->_wpdb->insert_id;
       				$this->_wpdb->update( $this->_posttable, array( 'guid' => $guid ), array( 'ID' => $post_ID ) );				$this->_wpdb->update( $this->_videotable, array( 'slug' => $this->_wpdb->insert_id ), array( 'vid' => $last_insert_video_id ) );
       ```
   
 * Now replace with the following code.
 *     ```
       $guid = get_site_url() . '/?post_type=videogallery&p=' . $post_ID;
       				$this->_wpdb->update( $this->_posttable, array( 'guid' => $guid ), array( 'ID' => $post_ID ) );
       				$this->_wpdb->update( $this->_videotable, array( 'slug' => $post_ID ), array( 'vid' => $last_insert_video_id ) );
       ```
   
 * Finally delete the recently added videos and add the videos once again and check.
 * If you cannot able to find the above code, contact our supporting team at [assist@apptha.com](https://wordpress.org/support/topic/error-404-nothing-found-1/assist@apptha.com?output_format=md)
 *  Thread Starter [lucaci.m](https://wordpress.org/support/users/lucacim/)
 * (@lucacim)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/error-404-nothing-found-1/#post-5267851)
 * Hello karthikeyani,
 * Thanks for the answer, but the problems is not solved.
 * It`s the same error 404... I`ve replaced the code you give me but no luck.
 * The website is: [http://www.cleanmarket.ro/video-home/](http://www.cleanmarket.ro/video-home/)
 * Thanks
 *  [karthikeyani](https://wordpress.org/support/users/karthikeyani/)
 * (@karthikeyani)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/error-404-nothing-found-1/#post-5267853)
 * Hi,
 * Please follow the below steps.
 * Open \wp-content\plugins\contus-video-gallery\hdflvvideoshare.php file and find`
   add_filter('the_content', 'videogallery_pagereplace');` and replace with the 
   following code.
 *     ```
       add_shortcode('videohome','video_homereplace');
       add_shortcode('videomore','video_morereplace');
       add_shortcode('hdvideo','video_shortcodereplace');
       ```
   
 * If you are still facing the same issue, contact our supporting team at [assist@apptha.com](https://wordpress.org/support/topic/error-404-nothing-found-1/assist@apptha.com?output_format=md)
 *  Thread Starter [lucaci.m](https://wordpress.org/support/users/lucacim/)
 * (@lucacim)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/error-404-nothing-found-1/#post-5267855)
 * Hi again,
 * I don`t find anywere add_filter(‘the_content’, ‘videogallery_pagereplace’);
 * the only add_filter from hdflvvideoshare.php is
 * add_filter(‘comment_post_redirect’, ‘redirect_after_comment’);
    function redirect_after_comment(
   $location) { global $wpdb; wp_redirect( $_SERVER[“HTTP_REFERER”] ); exit; }
 * So???
 *  [karthikeyani](https://wordpress.org/support/users/karthikeyani/)
 * (@karthikeyani)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/error-404-nothing-found-1/#post-5267939)
 * Hi,
 * Contact the support team at [assist@apptha.com](https://wordpress.org/support/topic/error-404-nothing-found-1/assist@apptha.com?output_format=md)

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

The topic ‘ERROR 404 – NOTHING FOUND’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/contus-video-gallery_ba544b.svg)
 * [WORDPRESS VIDEO GALLERY](https://wordpress.org/plugins/contus-video-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contus-video-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contus-video-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/contus-video-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contus-video-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contus-video-gallery/reviews/)

## Tags

 * [error 404](https://wordpress.org/support/topic-tag/error-404/)

 * 5 replies
 * 2 participants
 * Last reply from: [karthikeyani](https://wordpress.org/support/users/karthikeyani/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/error-404-nothing-found-1/#post-5267939)
 * Status: not resolved