[wp-trac] [WordPress Trac] #14880: 404 Errors Replaced with Category Pages
WordPress Trac
wp-trac at lists.automattic.com
Thu Nov 4 02:58:51 UTC 2010
#14880: 404 Errors Replaced with Category Pages
--------------------------+-------------------------------------------------
Reporter: askapache | Owner: scribu
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: 3.1
Component: Query | Version: 3.1
Severity: normal | Resolution:
Keywords: |
--------------------------+-------------------------------------------------
Changes (by askapache):
* keywords: reporter-feedback =>
* status: closed => reopened
* resolution: fixed =>
Comment:
Broken again in: Revision: 16173
I've included more debugging info this time in case it helps you guys.
In case it helps with the fix, I care so much about this issue because of
the askapache google 404 plugin, which uses a template_redirect on init to
load_template a 404.php template file.
Maybe you could add a check for a custom 404.php and if present, bypass
all the guesswork done by canonical and redirect_guess stuff.
Thanks, I love 3.1-alpha
{{{
( $_SERVER )
[REQUEST_URI] => /doing-everything-i-can/?error=404&e=404&whereis-my-404
( $_GET )
[e] => 404
[whereis-my-404] =>
( $_REQUEST )
[error] => 404
[e] => 404
[whereis-my-404] =>
}}}
{{{
WP_Query Object
(
[post_count] => 40
[current_post] => -1
[in_the_loop] =>
[comment_count] => 0
[current_comment] => -1
[found_posts] => 79
[max_num_pages] => 2
[max_num_comment_pages] => 0
[is_single] =>
[is_preview] =>
[is_page] =>
[is_archive] => 1
[is_date] =>
[is_year] =>
[is_month] =>
[is_day] =>
[is_time] =>
[is_author] =>
[is_category] => 1
[is_tag] =>
[is_tax] =>
[is_search] =>
[is_feed] =>
[is_comment_feed] =>
[is_trackback] =>
[is_home] =>
[is_404] =>
[is_comments_popup] =>
[is_paged] =>
[is_admin] =>
[is_attachment] =>
[is_singular] =>
[is_robots] =>
[is_posts_page] =>
[is_post_type_archive] =>
[query_vars] => Array
(
[cat] => 66
[showposts] => 40
[error] =>
[m] => 0
[p] => 0
[post_parent] =>
[subpost] =>
[subpost_id] =>
[attachment] =>
[attachment_id] => 0
[name] =>
[static] =>
[pagename] =>
[page_id] => 0
[second] =>
[minute] =>
[hour] =>
[day] => 0
[monthnum] => 0
[year] => 0
[w] => 0
[category_name] => featured
[tag] =>
[tag_id] =>
[author_name] =>
[feed] =>
[tb] =>
[paged] => 0
[comments_popup] =>
[meta_key] =>
[meta_value] =>
[preview] =>
[s] =>
[sentence] =>
[fields] =>
[category__in] => Array
(
[0] => 66
)
[category__not_in] => Array
(
)
[category__and] => Array
(
)
[post__in] => Array
(
)
[post__not_in] => Array
(
)
[tag__in] => Array
(
)
[tag__not_in] => Array
(
)
[tag__and] => Array
(
)
[tag_slug__in] => Array
(
)
[tag_slug__and] => Array
(
)
[tax_query] => Array
(
[0] => Array
(
[taxonomy] => category
[terms] => Array
(
[0] => 66
)
[operator] => IN
[field] => term_id
)
)
[meta_query] => Array
(
)
[ignore_sticky_posts] =>
[suppress_filters] =>
[cache_results] => 1
[update_post_term_cache] => 1
[update_post_meta_cache] => 1
[post_type] =>
[posts_per_page] => 40
[nopaging] =>
[comments_per_page] => 50
[no_found_rows] =>
[order] => DESC
[orderby] => wp5_posts.post_date DESC
)
[query] => Array
(
[cat] => 66
[showposts] => 40
)
[request] => SELECT SQL_CALC_FOUND_ROWS wp5_posts.* FROM wp5_posts
WHERE 1=1 AND wp5_posts.ID IN(159, 1800, 1916, 2236, 2328, 2540, 54, 442,
566, 457, 556, 549, 541, 151, 369, 530, 258, 462, 190, 313, 517, 116, 510,
1001, 1043, 1046, 1067, 1154, 1209, 1280, 1689, 567, 1724, 1053, 23, 180,
1516, 122, 293, 306, 310, 146, 129, 128, 118, 465, 58, 480, 490, 1380,
2834, 2581, 3062, 3144, 1024, 3161, 3183, 3220, 3287, 3341, 3039, 3167,
3586, 3595, 3612, 3609, 1049, 3701, 3747, 1966, 4037, 4001, 4039, 3861,
34, 4066, 4069, 4113, 4116, 4217, 1019, 33, 4693, 4570, 4577, 4686, 4357,
148, 4419, 3923, 4404, 4708, 4713, 4719, 4732) AND wp5_posts.post_type IN
('post', 'page', 'attachment') AND (wp5_posts.post_status = 'publish' OR
wp5_posts.post_author = 1 AND wp5_posts.post_status = 'private') ORDER BY
wp5_posts.post_date DESC LIMIT 0, 40
}}}
{{{
wp_version="3.1-alpha"
| | wp_db_version = (integer) 15477
| | tinymce_version="3392a"
| | manifest_version="20101102"
| | required_php_version="4.3"
| | required_mysql_version="4.1.2"
| | blog_id = (integer) 1
| | PHP_SELF="/index.php"
| | timestart = (double) 1288838658.7254
| | wpdb = wpdb {
| | | show_errors -> (boolean) 1
| | | suppress_errors -> (boolean)
| | | last_error->""
| | | num_queries -> (integer) 182
| | | num_rows -> (integer) 0
| | | rows_affected -> (integer) 0
| | | insert_id -> (integer) 0
| | | last_query->"SELECT ID, post_name, post_parent FROM wp5_posts
WHERE post_type = 'attachment' AND post_parent = 1775"
| | | last_result -> Array (
| | | )
}}}
{{{
Query: SELECT option_name, option_value FROM wp5_options WHERE autoload =
'yes'
Call from: require, require_once, require_once, require_once,
wp_not_installed, is_blog_installed, wp_load_alloptions
Query: UPDATE `wp5_options` SET `option_value` = '' WHERE `option_name` =
'uninstall_plugins'
Call from: require, require_once, require_once, require_once,
include_once, register_uninstall_hook, update_option
Query: SELECT option_name, option_value FROM wp5_options WHERE autoload =
'yes'
Call from: require, require_once, require_once, require_once,
include_once, get_settings, get_option, wp_load_alloptions
Query: SELECT * FROM wp5_users WHERE user_login = 'admin'
Call from: require, require_once, require_once, require_once, WP->init,
wp_get_current_user, get_currentuserinfo, wp_validate_auth_cookie,
get_userdatabylogin, get_user_by
Query: SELECT user_id, meta_key, meta_value FROM wp5_usermeta WHERE
user_id IN (1)
Call from: require, require_once, require_once, require_once, WP->init,
wp_get_current_user, get_currentuserinfo, wp_validate_auth_cookie,
get_userdatabylogin, get_user_by, _fill_user, get_user_metavalues,
update_meta_cache
Query: SHOW COLUMNS FROM wp5_tla_data LIKE 'rss_text'
Call from: require, require_once, require_once, require_once, do_action,
call_user_func_array, tla_initialize, textlinkadsObject->initialize,
textlinkadsObject->checkInstallation
Query: SHOW TABLES LIKE 'wp5_tla_rss_map'
Call from: require, require_once, require_once, require_once, do_action,
call_user_func_array, tla_initialize, textlinkadsObject->initialize,
textlinkadsObject->checkInstallation
Query: SHOW COLUMNS FROM wp5_tla_data LIKE 'post_id'
Call from: require, require_once, require_once, require_once, do_action,
call_user_func_array, tla_initialize, textlinkadsObject->initialize,
textlinkadsObject->checkInstallation
Query: SELECT * FROM wp5_tla_data
Call from: require, require_once, require_once, require_once, do_action,
call_user_func_array, tla_initialize, textlinkadsObject->initialize
Query: SELECT SQL_CALC_FOUND_ROWS wp5_posts.* FROM wp5_posts WHERE 1=1 AND
wp5_posts.post_type = 'post' AND (wp5_posts.post_status = 'publish' OR
wp5_posts.post_status = 'private') ORDER BY wp5_posts.post_date DESC LIMIT
0, 20
Call from: require, wp, WP->main, WP->query_posts, WP_Query->query,
WP_Query->get_posts
Query: SELECT FOUND_ROWS()
Call from: require, wp, WP->main, WP->query_posts, WP_Query->query,
WP_Query->get_posts
Query: SELECT t.*, tt.*, tr.object_id FROM wp5_terms AS t INNER JOIN
wp5_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN
wp5_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('category', 'post_tag', 'post_format') AND
tr.object_id IN (1280, 4732, 4719, 4708, 4693, 4508, 3923, 4577, 1019,
4137, 4069, 4419, 4404, 4357, 3220, 3341, 4001, 1380, 3861, 118) ORDER BY
t.name ASC
Call from: require, wp, WP->main, WP->query_posts, WP_Query->query,
WP_Query->get_posts, update_post_caches, update_object_term_cache,
wp_get_object_terms
Query: SELECT post_id, meta_key, meta_value FROM wp5_postmeta WHERE
post_id IN
(1280,4732,4719,4708,4693,4508,3923,4577,1019,4137,4069,4419,4404,4357,3220,3341,4001,1380,3861,118)
Call from: require, wp, WP->main, WP->query_posts, WP_Query->query,
WP_Query->get_posts, update_post_caches, update_postmeta_cache,
update_meta_cache
Query: SELECT t.*, tt.* FROM wp5_terms AS t INNER JOIN wp5_term_taxonomy
AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.slug
= 'doing-everything-i-can' LIMIT 1
Call from: require, require_once, include, get_header, locate_template,
load_template, require_once, sqpt_seo_title, get_term_by
Query: SELECT option_value FROM wp5_options WHERE option_name =
'description' LIMIT 1
Call from: require, require_once, include, get_header, locate_template,
load_template, require_once, sqpt_seo_title, get_option
Query: SELECT t.name AS name, t.term_id AS term_id, tt.count AS count FROM
wp5_term_relationships AS tr INNER JOIN wp5_term_taxonomy AS tt ON
(tr.term_taxonomy_id = tt.term_taxonomy_id) INNER JOIN wp5_terms AS t ON
(tt.term_id = t.term_id) WHERE tt.taxonomy = 'post_tag' AND ( tr.object_id
IN ('1280', '4732', '4719', '4708', '4693', '4508', '3923', '4577',
'1019', '4137', '4069', '4419', '4404', '4357', '3220', '3341', '4001',
'1380', '3861', '118') ) GROUP BY t.term_id ORDER BY tt.count DESC
Call from: require, require_once, include, get_header, locate_template,
load_template, require_once, wp_head, do_action, call_user_func_array
Query: SELECT t.*, tt.* FROM wp5_terms AS t INNER JOIN wp5_term_taxonomy
AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.slug
= 'doing-everything-i-can' LIMIT 1
Call from: require, require_once, include, get_header, locate_template,
load_template, require_once, sqpt_seo_title, get_term_by
Query: SELECT object_id FROM wp5_term_relationships INNER JOIN
wp5_term_taxonomy USING (term_taxonomy_id) WHERE taxonomy IN ('category')
AND term_id IN (66)
Call from: require, require_once, include, query_posts, WP_Query->query,
WP_Query->get_posts, WP_Object_Query->get_tax_sql
Query: SELECT SQL_CALC_FOUND_ROWS wp5_posts.* FROM wp5_posts WHERE 1=1 AND
wp5_posts.ID IN(159, 1800, 1916, 2236, 2328, 2540, 54, 442, 566, 457, 556,
549, 541, 151, 369, 530, 258, 462, 190, 313, 517, 116, 510, 1001, 1043,
1046, 1067, 1154, 1209, 1280, 1689, 567, 1724, 1053, 23, 180, 1516, 122,
293, 306, 310, 146, 129, 128, 118, 465, 58, 480, 490, 1380, 2834, 2581,
3062, 3144, 1024, 3161, 3183, 3220, 3287, 3341, 3039, 3167, 3586, 3595,
3612, 3609, 1049, 3701, 3747, 1966, 4037, 4001, 4039, 3861, 34, 4066,
4069, 4113, 4116, 4217, 1019, 33, 4693, 4570, 4577, 4686, 4357, 148, 4419,
3923, 4404, 4708, 4713, 4719, 4732) AND wp5_posts.post_type IN ('post',
'page', 'attachment') AND (wp5_posts.post_status = 'publish' OR
wp5_posts.post_author = 1 AND wp5_posts.post_status = 'private') ORDER BY
wp5_posts.post_date DESC LIMIT 0, 40
Call from: require, require_once, include, query_posts, WP_Query->query,
WP_Query->get_posts
Query: SELECT FOUND_ROWS()
Call from: require, require_once, include, query_posts, WP_Query->query,
WP_Query->get_posts
Query: SELECT t.*, tt.*, tr.object_id FROM wp5_terms AS t INNER JOIN
wp5_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN
wp5_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('category', 'post_tag', 'post_format') AND
tr.object_id IN (3701, 3183, 3167, 3039, 3287, 1209, 159, 3062, 1024,
1043, 2834, 129, 2540, 2581, 2328, 2236, 1966, 23, 1916, 465, 1053, 1800)
ORDER BY t.name ASC
Call from: require, require_once, include, query_posts, WP_Query->query,
WP_Query->get_posts, update_post_caches, update_object_term_cache,
wp_get_object_terms
Query: SELECT post_id, meta_key, meta_value FROM wp5_postmeta WHERE
post_id IN
(3701,3183,3167,3039,3287,1209,159,3062,1024,1043,2834,129,2540,2581,2328,2236,1966,23,1916,465,1053,1800)
Call from: require, require_once, include, query_posts, WP_Query->query,
WP_Query->get_posts, update_post_caches, update_postmeta_cache,
update_meta_cache
Query: SELECT t.name AS name, t.term_id AS term_id, tt.count AS count FROM
wp5_term_relationships AS tr INNER JOIN wp5_term_taxonomy AS tt ON
(tr.term_taxonomy_id = tt.term_taxonomy_id) INNER JOIN wp5_terms AS t ON
(tt.term_id = t.term_id) WHERE tt.taxonomy = 'post_tag' AND ( tr.object_id
IN ('1280', '4732', '4719', '4708', '4693', '4508', '3923', '4577',
'1019', '4137', '4069', '4419', '4404', '4357', '3220', '3341', '4001',
'1380', '3861', '118', '3701', '3183', '3167', '3039', '3287', '1209',
'159', '3062', '1024', '1043', '2834', '129', '2540', '2581', '2328',
'2236', '1966', '23', '1916', '465', '1053', '1800') ) GROUP BY t.term_id
ORDER BY tt.count DESC
Call from: require, require_once, include, the_excerpt, get_the_excerpt,
apply_filters, call_user_func_array, apply_filters, call_user_func_array,
SimpleTags->autoLinkTags, SimpleTags->prepareAutoLinkTags,
SimpleTags->getTagsFromCurrentPosts
Query: SELECT t.*, tt.* FROM wp5_terms AS t INNER JOIN wp5_term_taxonomy
AS tt ON tt.term_id = t.term_id INNER JOIN wp5_term_relationships AS tr ON
tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN
('post_tag') AND tr.object_id IN (4719) ORDER BY t.name ASC
Call from: require, require_once, include, the_excerpt, get_the_excerpt,
apply_filters, call_user_func_array, apply_filters, call_user_func_array,
wp_get_object_terms
Query: SELECT wp5_posts.* FROM wp5_posts WHERE 1=1 AND wp5_posts.post_type
= 'post' AND (wp5_posts.post_status = 'publish') ORDER BY
wp5_posts.post_date DESC LIMIT 0, 3
Call from: require, require_once, include, get_sidebar, locate_template,
load_template, require_once, sqpt_recent_posts, get_posts,
WP_Query->query, WP_Query->get_posts
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'page'
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index
Query: SELECT * FROM wp5_posts WHERE ID = 4410 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 4410
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index
Query: SELECT * FROM wp5_posts WHERE ID = 3208 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 2 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT * FROM wp5_posts WHERE ID = 2 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 3208
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index
Query: SELECT * FROM wp5_posts WHERE ID = 3238 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 3208 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 2 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT * FROM wp5_posts WHERE ID = 3247 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 3208 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 2 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT * FROM wp5_posts WHERE ID = 366 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 2 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 366
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index
Query: SELECT * FROM wp5_posts WHERE ID = 218 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 2 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 218
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index
Query: SELECT * FROM wp5_posts WHERE ID = 220 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 2 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 220
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index
Query: SELECT * FROM wp5_posts WHERE ID = 219 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 2 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 219
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index
Query: SELECT * FROM wp5_posts WHERE ID = 27 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 2 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 27
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index
Query: SELECT * FROM wp5_posts WHERE ID = 1313 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 27 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 2 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT * FROM wp5_posts WHERE ID = 1370 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 27 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 2 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 2
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index
Query: SELECT * FROM wp5_posts WHERE ID = 3117 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 2 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT * FROM wp5_posts WHERE ID = 3118 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 2 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT * FROM wp5_posts WHERE ID = 3119 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 2 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT * FROM wp5_posts WHERE ID = 3116 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 2 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT * FROM wp5_posts WHERE ID = 487 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 2 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT * FROM wp5_posts WHERE ID = 1323 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 2 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT * FROM wp5_posts WHERE ID = 3848 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 2 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT * FROM wp5_posts WHERE ID = 4043 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 357 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT * FROM wp5_posts WHERE ID = 357 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 4043
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index
Query: SELECT * FROM wp5_posts WHERE ID = 3628 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 357 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 3628
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index
Query: SELECT * FROM wp5_posts WHERE ID = 2705 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 357 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 2705
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index
Query: SELECT * FROM wp5_posts WHERE ID = 1781 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 357 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 1781
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index
Query: SELECT * FROM wp5_posts WHERE ID = 1649 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 357 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 1649
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index
Query: SELECT * FROM wp5_posts WHERE ID = 1528 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 357 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 1528
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index
Query: SELECT * FROM wp5_posts WHERE ID = 479 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 357 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 479
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index
Query: SELECT * FROM wp5_posts WHERE ID = 471 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 357 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 471
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index
Query: SELECT * FROM wp5_posts WHERE ID = 460 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 357 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 460
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index
Query: SELECT * FROM wp5_posts WHERE ID = 389 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 357 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 389
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index
Query: SELECT * FROM wp5_posts WHERE ID = 368 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 357 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 368
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index
Query: SELECT * FROM wp5_posts WHERE ID = 360 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 357 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 360
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index
Query: SELECT * FROM wp5_posts WHERE ID = 358 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 357 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 358
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index
Query: SELECT * FROM wp5_posts WHERE ID = 4437 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT `post_parent` FROM wp5_posts WHERE ID = 357 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post, _get_post_ancestors
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 4437
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 357
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index
Query: SELECT * FROM wp5_posts WHERE ID = 350 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 350
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index
Query: SELECT * FROM wp5_posts WHERE ID = 29 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 29
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index
Query: SELECT * FROM wp5_posts WHERE ID = 1776 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 1776
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index
Query: SELECT * FROM wp5_posts WHERE ID = 1775 LIMIT 1
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index, get_page_uri,
get_page, get_post
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 1775
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
WP_Rewrite->page_rewrite_rules, WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'page'
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 4410
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 3208
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 366
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 218
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 220
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 219
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 27
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 2
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 4043
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 3628
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 2705
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 1781
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 1649
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 1528
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 479
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 471
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 460
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 389
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 368
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 360
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 358
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 4437
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 357
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 350
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 29
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 1776
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 1775
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'page'
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_rewrite_rules,
WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 4410
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_rewrite_rules,
WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 3208
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_rewrite_rules,
WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 366
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_rewrite_rules,
WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 218
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_rewrite_rules,
WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 220
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_rewrite_rules,
WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 219
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_rewrite_rules,
WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 27
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_rewrite_rules,
WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 2
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_rewrite_rules,
WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 4043
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_rewrite_rules,
WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 3628
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_rewrite_rules,
WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 2705
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_rewrite_rules,
WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 1781
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_rewrite_rules,
WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 1649
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_rewrite_rules,
WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 1528
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_rewrite_rules,
WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 479
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_rewrite_rules,
WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 471
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_rewrite_rules,
WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 460
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_rewrite_rules,
WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 389
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_rewrite_rules,
WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 368
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_rewrite_rules,
WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 360
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_rewrite_rules,
WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 358
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_rewrite_rules,
WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 4437
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_rewrite_rules,
WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 357
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_rewrite_rules,
WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 350
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_rewrite_rules,
WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 29
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_rewrite_rules,
WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 1776
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_rewrite_rules,
WP_Rewrite->page_uri_index
Query: SELECT ID, post_name, post_parent FROM wp5_posts WHERE post_type =
'attachment' AND post_parent = 1775
Call from: require, require_once, include, get_footer, locate_template,
load_template, require_once, wp_footer, do_action, call_user_func_array,
AA_DEBUG->wp_footer, AA_DEBUG->get_debug_rewrites,
AA_DEBUG->handle_results, WP_Rewrite->page_rewrite_rules,
WP_Rewrite->page_uri_index
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14880#comment:14>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list