Theme Checker:
WARNING: The flexible-width and fixed-width tags changed to fluid-layout and fixed-layout tags in WordPress 3.8. Additionally, the responsive-layout tag was added. Please change to using one of the new tags.
REQUIRED: The theme doesn’t have comment pagination code in it. Use paginate_comments_links() or next_comments_link() and previous_comments_link() to add comment pagination.
REQUIRED: Could not find wp_list_comments. See: wp_list_comments
<?php wp_list_comments( $args ); ?>
RECOMMENDED: could not find the file readme.txt in the theme. Please see Theme_Documentation for more information.
RECOMMENDED: Screenshot size should be 880×660, to account for HiDPI displays. Any 4:3 image size is acceptable, but 880×660 is preferred.
And those Debug problems I mentioned above:
1. Cannot modify header information – headers already sent by (output started at /wp-includes/functions.php:3318) in /wp-includes/pluggable.php on line 1173
2. has_cap function with bad argument (old technique? Levels of the users should be managed differently then by widgets and themes) – /wp-includes/functions.php on line 3318
3. WARNING: /wp-content/plugins/w3-total-cache/inc/functions/file.php:82 – opendir(//wp-content/cache/db/000000/options_comments/) [function.opendir]: failed to open dir: No such file or directory
WP_Plugins_List_Table->prepare_items, set_transient, update_option, W3_Db->update, W3_DbCache->update, W3_DbCache->_flush_cache_group, W3_Cache_File->flush, w3_emptydir, w3_rmdir, opendir
4. WARNING: /wp-admin/admin-header.php:9 – Cannot modify header information – headers already sent by (output started at /wp-includes/functions.php:3318)
require_once(‘/wp-admin/admin-header.php’), header
5. WARNING: /wp-content/plugins/w3-total-cache/inc/functions/other.php:19 – file_get_contents(//wp-content/plugins/w3-total-cache/languages/faq-pro-pl_PL.xml) [function.file-get-contents]: failed to open stream: No such file or directory
require_once(‘/wp-admin/admin-header.php’), WP_Screen->render_screen_meta, apply_filters(‘contextual_help_list’), call_user_func_array, W3_Plugin_TotalCacheAdmin->contextual_help_list, w3_parse_faq, file_get_contents
6. WARNING: /wp-content/plugins/w3-total-cache/lib/W3/ObjectCacheAdminEnvironment.php:157 – file_get_contents(//wp-content/object-cache.php) [function.file-get-contents]: failed to open stream: No such file or directory
require_once(‘/wp-admin/admin-header.php’), do_action(‘admin_notices’), call_user_func_array, W3_Plugin_TotalCacheAdmin->admin_notices, W3_AdminEnvironment->fix_in_wpadmin, W3_ObjectCacheAdminEnvironment->fix_on_wpadmin_request, W3_ObjectCacheAdminEnvironment->delete_addin, W3_ObjectCacheAdminEnvironment->is_objectcache_add_in, file_get_contents
I checked manualy <?php ?> markings and I think, that there is no blank spaces. It’s getting harder. Is it possible, to get clean from that position?