Hello GeaVox,
I`ve had the same issue. The problem is from permalinks.
Change to default and it will work just fine.
Good luck
Hello dwfrater,
I`ve had the same issue. The problem is from permalinks.
Change to default and it will work just fine.
Good luck
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???
Hello karthikeyani,
Thanks for the answer, but the problems is not solved.
Its the same error 404... Ive replaced the code you give me but no luck.
The website is: http://www.cleanmarket.ro/video-home/
Thanks