error :Too many or duplicate files specified
-
I get error message.
Recently an error occurred while creating the CSS / JS minify cache: Too many or duplicate files specified:
wp-includes/js/jquery/jquery.js, wp-includes/js/jquery/jquery-migrate.min.js, wp-content/plugins/pricing-table/js/site/icon.js, wp-content/plugins/pricing-table/js/site/jquery.cookie.js, wp-content/plugins/pricing-table/js/site/jquery.fittext.js, wp-content/plugins/pricing-table/js/site/jquery.tipTip.minified.js, wp-content/plugins/pricing-table/js/site/jquery.tipTip.minified.js
& my all jquery slider is not working but right now I have disable ” JS minify settings:” & HTML minify setting. In Disable minify automatic file name length test-Disable minify automatic file name length test:200
(I have hostgator shared hosting)& in one page my header comes middle to my page I think this is due to this plugin.
this page php file
<?php /* Template Name: website page */ ?> <?php get_header( 'website' ); ?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <div style="width:1000px !important;"> <?php the_content(' Read the rest of this page »</p>'); ?> <?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?> <?php endwhile; else: ?> <p><?php _e('Sorry, no posts matched your criteria.'); ?></p> <?php endif; ?> </div> </div> <?php get_footer(); ?>[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
& herder-website.php has extra js inserted but all other thing is same as normal & my other page is works well.
The topic ‘error :Too many or duplicate files specified’ is closed to new replies.