Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(shortcode): give_totals should output the correct donation total #3291 #3310

Merged
merged 19 commits into from
Jun 1, 2018

Conversation

raftaar1191
Copy link
Contributor

Description

PR to fix #3291

How Has This Been Tested?

Have tested by adding two donation form of the same type but the language is diff and runs on the same page with two diff language s

Screenshots (jpeg or gifs if applicable):

Video Link: https://screencast-o-matic.com/watch/cF1V1QbLWa

image

image

Types of changes

Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code is tested.
  • My code follows the WordPress code style.
  • My code follows has proper inline documentation.

*/
function give_remove_wpml_posts_where_filter() {
global $wpml_query_filter;
remove_filter( 'posts_where', array( $wpml_query_filter, 'posts_where_filter' ), 10, 2 );
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@raftaar1191 remove extra priority param

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed @ravinderk

*/
function give_add_wpml_posts_where_filter() {
global $wpml_query_filter;
add_filter( 'posts_where', array( $wpml_query_filter, 'posts_where_filter' ), 10, 2 );
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@raftaar1191 remove add filter

remove_filter( 'wpml_pre_parse_query', 'give_wpml_pre_parse_query', 10 );
remove_filter( 'wpml_post_parse_query', 'give_wpml_post_parse_query', 10 );

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added @ravinderk

*
* @return WP_Query
*/
function give_wpml_post_parse_query( $q ) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@raftaar1191 use __ add fn prefix because they are internal fn

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added @ravinderk

*
* @param array $atts shortcode attribute.
*/
do_action( 'give_totals_goal_shortcode_start', $atts );
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@raftaar1191 rename it to give_totals_goal_shortcode_before_render

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed @ravinderk

* @param array $atts shortcode attribute.
* @param HTML $give_totals_output shortcode output.
*/
do_action( 'give_totals_goal_shortcode_end', $atts, $give_totals_output );
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@raftaar1191 rename it to give_totals_goal_shortcode_after_render

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed @ravinderk

@ravinderk
Copy link
Collaborator

@raftaar1191 can you check if these issue is related to your pr or not

[01-Jun-2018 10:19:13 UTC] PHP Notice:  wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (1) for the number of arguments passed (2). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /app/public/wp-includes/functions.php on line 4148
[01-Jun-2018 10:19:13 UTC] PHP Stack trace:
[01-Jun-2018 10:19:13 UTC] PHP   1. {main}() /app/public/wp-admin/admin-ajax.php:0
[01-Jun-2018 10:19:13 UTC] PHP   2. do_action() /app/public/wp-admin/admin-ajax.php:99
[01-Jun-2018 10:19:13 UTC] PHP   3. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[01-Jun-2018 10:19:13 UTC] PHP   4. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:19:13 UTC] PHP   5. WPML_Languages_AJAX->set_active_languages_action() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:19:13 UTC] PHP   6. WPML_Installation->set_active_languages() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/languages/class-wpml-languages-ajax.php:47
[01-Jun-2018 10:19:13 UTC] PHP   7. SitePress_Setup::insert_default_category() /app/public/wp-content/plugins/sitepress-multilingual-cms/inc/setup/wpml-installation.class.php:87
[01-Jun-2018 10:19:13 UTC] PHP   8. wp_insert_term() /app/public/wp-content/plugins/sitepress-multilingual-cms/inc/setup/sitepress-setup.class.php:327
[01-Jun-2018 10:19:13 UTC] PHP   9. do_action() /app/public/wp-includes/taxonomy.php:2197
[01-Jun-2018 10:19:13 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[01-Jun-2018 10:19:13 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:19:13 UTC] PHP  12. WPML_Term_Filters->update_tax_children_option() /app/public/wp-includes/class-wp-hook.php:284
[01-Jun-2018 10:19:13 UTC] PHP  13. WPML_Term_Filters->get_tax_hier_array() /app/public/wp-content/plugins/sitepress-multilingual-cms/inc/taxonomy-term-translation/wpml-term-filters.class.php:33
[01-Jun-2018 10:19:13 UTC] PHP  14. wpdb->prepare() /app/public/wp-content/plugins/sitepress-multilingual-cms/inc/taxonomy-term-translation/wpml-term-filters.class.php:82
[01-Jun-2018 10:19:13 UTC] PHP  15. _doing_it_wrong() /app/public/wp-includes/wp-db.php:1297
[01-Jun-2018 10:19:13 UTC] PHP  16. trigger_error() /app/public/wp-includes/functions.php:4148
[01-Jun-2018 10:31:16 UTC] PHP Notice:  wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (1) for the number of arguments passed (2). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /app/public/wp-includes/functions.php on line 4148
[01-Jun-2018 10:31:16 UTC] PHP Stack trace:
[01-Jun-2018 10:31:16 UTC] PHP   1. {main}() /app/public/wp-admin/edit.php:0
[01-Jun-2018 10:31:16 UTC] PHP   2. require_once() /app/public/wp-admin/edit.php:303
[01-Jun-2018 10:31:16 UTC] PHP   3. do_action() /app/public/wp-admin/admin-header.php:97
[01-Jun-2018 10:31:16 UTC] PHP   4. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[01-Jun-2018 10:31:16 UTC] PHP   5. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:31:16 UTC] PHP   6. SitePress->language_filter() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:31:16 UTC] PHP   7. WPML_Post_Language_Filter->post_language_filter() /app/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:2277
[01-Jun-2018 10:31:16 UTC] PHP   8. WPML_Post_Language_Filter->language_links() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:35
[01-Jun-2018 10:31:16 UTC] PHP   9. WPML_Language_Filter_Bar->get_counts() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:91
[01-Jun-2018 10:31:16 UTC] PHP  10. WPML_Post_Language_Filter->get_count_data() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/wpml-language-filter-bar.class.php:53
[01-Jun-2018 10:31:16 UTC] PHP  11. wpdb->prepare() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:72
[01-Jun-2018 10:31:16 UTC] PHP  12. _doing_it_wrong() /app/public/wp-includes/wp-db.php:1297
[01-Jun-2018 10:31:16 UTC] PHP  13. trigger_error() /app/public/wp-includes/functions.php:4148
[01-Jun-2018 10:31:53 UTC] PHP Notice:  wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (1) for the number of arguments passed (2). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /app/public/wp-includes/functions.php on line 4148
[01-Jun-2018 10:31:53 UTC] PHP Stack trace:
[01-Jun-2018 10:31:53 UTC] PHP   1. {main}() /app/public/wp-admin/edit.php:0
[01-Jun-2018 10:31:53 UTC] PHP   2. require_once() /app/public/wp-admin/edit.php:303
[01-Jun-2018 10:31:53 UTC] PHP   3. do_action() /app/public/wp-admin/admin-header.php:97
[01-Jun-2018 10:31:53 UTC] PHP   4. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[01-Jun-2018 10:31:53 UTC] PHP   5. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:31:53 UTC] PHP   6. SitePress->language_filter() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:31:53 UTC] PHP   7. WPML_Post_Language_Filter->post_language_filter() /app/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:2277
[01-Jun-2018 10:31:53 UTC] PHP   8. WPML_Post_Language_Filter->language_links() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:35
[01-Jun-2018 10:31:53 UTC] PHP   9. WPML_Language_Filter_Bar->get_counts() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:91
[01-Jun-2018 10:31:53 UTC] PHP  10. WPML_Post_Language_Filter->get_count_data() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/wpml-language-filter-bar.class.php:53
[01-Jun-2018 10:31:53 UTC] PHP  11. wpdb->prepare() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:72
[01-Jun-2018 10:31:53 UTC] PHP  12. _doing_it_wrong() /app/public/wp-includes/wp-db.php:1297
[01-Jun-2018 10:31:53 UTC] PHP  13. trigger_error() /app/public/wp-includes/functions.php:4148
[01-Jun-2018 10:34:25 UTC] PHP Notice:  wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (1) for the number of arguments passed (2). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /app/public/wp-includes/functions.php on line 4148
[01-Jun-2018 10:34:25 UTC] PHP Stack trace:
[01-Jun-2018 10:34:25 UTC] PHP   1. {main}() /app/public/wp-admin/edit.php:0
[01-Jun-2018 10:34:25 UTC] PHP   2. require_once() /app/public/wp-admin/edit.php:10
[01-Jun-2018 10:34:25 UTC] PHP   3. require_once() /app/public/wp-admin/admin.php:216
[01-Jun-2018 10:34:25 UTC] PHP   4. do_action() /app/public/wp-admin/admin-header.php:97
[01-Jun-2018 10:34:25 UTC] PHP   5. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[01-Jun-2018 10:34:25 UTC] PHP   6. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:34:25 UTC] PHP   7. SitePress->language_filter() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:34:25 UTC] PHP   8. WPML_Post_Language_Filter->post_language_filter() /app/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:2277
[01-Jun-2018 10:34:25 UTC] PHP   9. WPML_Post_Language_Filter->language_links() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:35
[01-Jun-2018 10:34:25 UTC] PHP  10. WPML_Language_Filter_Bar->get_counts() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:91
[01-Jun-2018 10:34:25 UTC] PHP  11. WPML_Post_Language_Filter->get_count_data() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/wpml-language-filter-bar.class.php:53
[01-Jun-2018 10:34:25 UTC] PHP  12. wpdb->prepare() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:72
[01-Jun-2018 10:34:25 UTC] PHP  13. _doing_it_wrong() /app/public/wp-includes/wp-db.php:1297
[01-Jun-2018 10:34:25 UTC] PHP  14. trigger_error() /app/public/wp-includes/functions.php:4148
[01-Jun-2018 10:34:39 UTC] PHP Notice:  wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (1) for the number of arguments passed (2). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /app/public/wp-includes/functions.php on line 4148
[01-Jun-2018 10:34:39 UTC] PHP Stack trace:
[01-Jun-2018 10:34:39 UTC] PHP   1. {main}() /app/public/wp-admin/edit.php:0
[01-Jun-2018 10:34:39 UTC] PHP   2. require_once() /app/public/wp-admin/edit.php:10
[01-Jun-2018 10:34:39 UTC] PHP   3. require_once() /app/public/wp-admin/admin.php:216
[01-Jun-2018 10:34:39 UTC] PHP   4. do_action() /app/public/wp-admin/admin-header.php:97
[01-Jun-2018 10:34:39 UTC] PHP   5. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[01-Jun-2018 10:34:39 UTC] PHP   6. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:34:39 UTC] PHP   7. SitePress->language_filter() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:34:39 UTC] PHP   8. WPML_Post_Language_Filter->post_language_filter() /app/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:2277
[01-Jun-2018 10:34:39 UTC] PHP   9. WPML_Post_Language_Filter->language_links() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:35
[01-Jun-2018 10:34:39 UTC] PHP  10. WPML_Language_Filter_Bar->get_counts() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:91
[01-Jun-2018 10:34:39 UTC] PHP  11. WPML_Post_Language_Filter->get_count_data() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/wpml-language-filter-bar.class.php:53
[01-Jun-2018 10:34:39 UTC] PHP  12. wpdb->prepare() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:72
[01-Jun-2018 10:34:39 UTC] PHP  13. _doing_it_wrong() /app/public/wp-includes/wp-db.php:1297
[01-Jun-2018 10:34:39 UTC] PHP  14. trigger_error() /app/public/wp-includes/functions.php:4148
[01-Jun-2018 10:34:57 UTC] PHP Notice:  wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (1) for the number of arguments passed (2). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /app/public/wp-includes/functions.php on line 4148
[01-Jun-2018 10:34:57 UTC] PHP Stack trace:
[01-Jun-2018 10:34:57 UTC] PHP   1. {main}() /app/public/wp-admin/edit.php:0
[01-Jun-2018 10:34:57 UTC] PHP   2. require_once() /app/public/wp-admin/edit.php:303
[01-Jun-2018 10:34:57 UTC] PHP   3. do_action() /app/public/wp-admin/admin-header.php:97
[01-Jun-2018 10:34:57 UTC] PHP   4. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[01-Jun-2018 10:34:57 UTC] PHP   5. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:34:57 UTC] PHP   6. SitePress->language_filter() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:34:57 UTC] PHP   7. WPML_Post_Language_Filter->post_language_filter() /app/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:2277
[01-Jun-2018 10:34:57 UTC] PHP   8. WPML_Post_Language_Filter->language_links() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:35
[01-Jun-2018 10:34:57 UTC] PHP   9. WPML_Language_Filter_Bar->get_counts() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:91
[01-Jun-2018 10:34:57 UTC] PHP  10. WPML_Post_Language_Filter->get_count_data() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/wpml-language-filter-bar.class.php:53
[01-Jun-2018 10:34:57 UTC] PHP  11. wpdb->prepare() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:72
[01-Jun-2018 10:34:57 UTC] PHP  12. _doing_it_wrong() /app/public/wp-includes/wp-db.php:1297
[01-Jun-2018 10:34:57 UTC] PHP  13. trigger_error() /app/public/wp-includes/functions.php:4148
[01-Jun-2018 10:35:04 UTC] PHP Notice:  wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (1) for the number of arguments passed (2). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /app/public/wp-includes/functions.php on line 4148
[01-Jun-2018 10:35:04 UTC] PHP Stack trace:
[01-Jun-2018 10:35:04 UTC] PHP   1. {main}() /app/public/wp-admin/edit.php:0
[01-Jun-2018 10:35:04 UTC] PHP   2. require_once() /app/public/wp-admin/edit.php:303
[01-Jun-2018 10:35:04 UTC] PHP   3. do_action() /app/public/wp-admin/admin-header.php:97
[01-Jun-2018 10:35:04 UTC] PHP   4. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[01-Jun-2018 10:35:04 UTC] PHP   5. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:35:04 UTC] PHP   6. SitePress->language_filter() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:35:04 UTC] PHP   7. WPML_Post_Language_Filter->post_language_filter() /app/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:2277
[01-Jun-2018 10:35:04 UTC] PHP   8. WPML_Post_Language_Filter->language_links() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:35
[01-Jun-2018 10:35:04 UTC] PHP   9. WPML_Language_Filter_Bar->get_counts() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:91
[01-Jun-2018 10:35:04 UTC] PHP  10. WPML_Post_Language_Filter->get_count_data() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/wpml-language-filter-bar.class.php:53
[01-Jun-2018 10:35:04 UTC] PHP  11. wpdb->prepare() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:72
[01-Jun-2018 10:35:04 UTC] PHP  12. _doing_it_wrong() /app/public/wp-includes/wp-db.php:1297
[01-Jun-2018 10:35:04 UTC] PHP  13. trigger_error() /app/public/wp-includes/functions.php:4148
[01-Jun-2018 10:35:28 UTC] PHP Notice:  wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (1) for the number of arguments passed (2). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /app/public/wp-includes/functions.php on line 4148
[01-Jun-2018 10:35:28 UTC] PHP Stack trace:
[01-Jun-2018 10:35:28 UTC] PHP   1. {main}() /app/public/wp-admin/edit.php:0
[01-Jun-2018 10:35:28 UTC] PHP   2. require_once() /app/public/wp-admin/edit.php:303
[01-Jun-2018 10:35:28 UTC] PHP   3. do_action() /app/public/wp-admin/admin-header.php:97
[01-Jun-2018 10:35:28 UTC] PHP   4. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[01-Jun-2018 10:35:28 UTC] PHP   5. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:35:28 UTC] PHP   6. SitePress->language_filter() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:35:28 UTC] PHP   7. WPML_Post_Language_Filter->post_language_filter() /app/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:2277
[01-Jun-2018 10:35:28 UTC] PHP   8. WPML_Post_Language_Filter->language_links() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:35
[01-Jun-2018 10:35:28 UTC] PHP   9. WPML_Language_Filter_Bar->get_counts() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:91
[01-Jun-2018 10:35:28 UTC] PHP  10. WPML_Post_Language_Filter->get_count_data() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/wpml-language-filter-bar.class.php:53
[01-Jun-2018 10:35:28 UTC] PHP  11. wpdb->prepare() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:72
[01-Jun-2018 10:35:28 UTC] PHP  12. _doing_it_wrong() /app/public/wp-includes/wp-db.php:1297
[01-Jun-2018 10:35:28 UTC] PHP  13. trigger_error() /app/public/wp-includes/functions.php:4148
[01-Jun-2018 10:36:03 UTC] PHP Notice:  wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (1) for the number of arguments passed (2). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /app/public/wp-includes/functions.php on line 4148
[01-Jun-2018 10:36:03 UTC] PHP Stack trace:
[01-Jun-2018 10:36:03 UTC] PHP   1. {main}() /app/public/wp-admin/edit.php:0
[01-Jun-2018 10:36:03 UTC] PHP   2. require_once() /app/public/wp-admin/edit.php:303
[01-Jun-2018 10:36:03 UTC] PHP   3. do_action() /app/public/wp-admin/admin-header.php:97
[01-Jun-2018 10:36:03 UTC] PHP   4. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[01-Jun-2018 10:36:03 UTC] PHP   5. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:36:03 UTC] PHP   6. SitePress->language_filter() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:36:03 UTC] PHP   7. WPML_Post_Language_Filter->post_language_filter() /app/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:2277
[01-Jun-2018 10:36:03 UTC] PHP   8. WPML_Post_Language_Filter->language_links() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:35
[01-Jun-2018 10:36:03 UTC] PHP   9. WPML_Language_Filter_Bar->get_counts() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:91
[01-Jun-2018 10:36:03 UTC] PHP  10. WPML_Post_Language_Filter->get_count_data() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/wpml-language-filter-bar.class.php:53
[01-Jun-2018 10:36:03 UTC] PHP  11. wpdb->prepare() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:72
[01-Jun-2018 10:36:03 UTC] PHP  12. _doing_it_wrong() /app/public/wp-includes/wp-db.php:1297
[01-Jun-2018 10:36:03 UTC] PHP  13. trigger_error() /app/public/wp-includes/functions.php:4148
[01-Jun-2018 10:36:34 UTC] PHP Notice:  wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (1) for the number of arguments passed (2). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /app/public/wp-includes/functions.php on line 4148
[01-Jun-2018 10:36:34 UTC] PHP Stack trace:
[01-Jun-2018 10:36:34 UTC] PHP   1. {main}() /app/public/wp-admin/edit.php:0
[01-Jun-2018 10:36:34 UTC] PHP   2. require_once() /app/public/wp-admin/edit.php:303
[01-Jun-2018 10:36:34 UTC] PHP   3. do_action() /app/public/wp-admin/admin-header.php:97
[01-Jun-2018 10:36:34 UTC] PHP   4. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[01-Jun-2018 10:36:34 UTC] PHP   5. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:36:34 UTC] PHP   6. SitePress->language_filter() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:36:34 UTC] PHP   7. WPML_Post_Language_Filter->post_language_filter() /app/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:2277
[01-Jun-2018 10:36:34 UTC] PHP   8. WPML_Post_Language_Filter->language_links() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:35
[01-Jun-2018 10:36:34 UTC] PHP   9. WPML_Language_Filter_Bar->get_counts() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:91
[01-Jun-2018 10:36:34 UTC] PHP  10. WPML_Post_Language_Filter->get_count_data() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/wpml-language-filter-bar.class.php:53
[01-Jun-2018 10:36:34 UTC] PHP  11. wpdb->prepare() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:72
[01-Jun-2018 10:36:34 UTC] PHP  12. _doing_it_wrong() /app/public/wp-includes/wp-db.php:1297
[01-Jun-2018 10:36:34 UTC] PHP  13. trigger_error() /app/public/wp-includes/functions.php:4148
[01-Jun-2018 10:36:39 UTC] PHP Notice:  wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (2) for the number of arguments passed (3). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /app/public/wp-includes/functions.php on line 4148
[01-Jun-2018 10:36:39 UTC] PHP Stack trace:
[01-Jun-2018 10:36:39 UTC] PHP   1. {main}() /app/public/index.php:0
[01-Jun-2018 10:36:39 UTC] PHP   2. require() /app/public/index.php:17
[01-Jun-2018 10:36:39 UTC] PHP   3. wp() /app/public/wp-blog-header.php:16
[01-Jun-2018 10:36:39 UTC] PHP   4. WP->main() /app/public/wp-includes/functions.php:960
[01-Jun-2018 10:36:39 UTC] PHP   5. WP->query_posts() /app/public/wp-includes/class-wp.php:715
[01-Jun-2018 10:36:39 UTC] PHP   6. WP_Query->query() /app/public/wp-includes/class-wp.php:599
[01-Jun-2018 10:36:39 UTC] PHP   7. WP_Query->get_posts() /app/public/wp-includes/class-wp-query.php:3230
[01-Jun-2018 10:36:39 UTC] PHP   8. WP_Query->parse_query() /app/public/wp-includes/class-wp-query.php:1621
[01-Jun-2018 10:36:39 UTC] PHP   9. do_action_ref_array() /app/public/wp-includes/class-wp-query.php:1006
[01-Jun-2018 10:36:39 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:515
[01-Jun-2018 10:36:39 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:36:39 UTC] PHP  12. SitePress->parse_query() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:36:39 UTC] PHP  13. WPML_Query_Parser->parse_query() /app/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:3396
[01-Jun-2018 10:36:39 UTC] PHP  14. WPML_Query_Parser->maybe_adjust_name_var() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:278
[01-Jun-2018 10:36:39 UTC] PHP  15. WPML_404_Guess->guess_cpt_by_name() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:390
[01-Jun-2018 10:36:39 UTC] PHP  16. WPML_404_Guess->order_by_language_snippet() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:58
[01-Jun-2018 10:36:39 UTC] PHP  17. wpdb->prepare() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:101
[01-Jun-2018 10:36:39 UTC] PHP  18. _doing_it_wrong() /app/public/wp-includes/wp-db.php:1297
[01-Jun-2018 10:36:39 UTC] PHP  19. trigger_error() /app/public/wp-includes/functions.php:4148
[01-Jun-2018 10:36:47 UTC] PHP Notice:  wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (2) for the number of arguments passed (3). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /app/public/wp-includes/functions.php on line 4148
[01-Jun-2018 10:36:47 UTC] PHP Stack trace:
[01-Jun-2018 10:36:47 UTC] PHP   1. {main}() /app/public/index.php:0
[01-Jun-2018 10:36:47 UTC] PHP   2. require() /app/public/index.php:17
[01-Jun-2018 10:36:47 UTC] PHP   3. wp() /app/public/wp-blog-header.php:16
[01-Jun-2018 10:36:47 UTC] PHP   4. WP->main() /app/public/wp-includes/functions.php:960
[01-Jun-2018 10:36:47 UTC] PHP   5. WP->query_posts() /app/public/wp-includes/class-wp.php:715
[01-Jun-2018 10:36:47 UTC] PHP   6. WP_Query->query() /app/public/wp-includes/class-wp.php:599
[01-Jun-2018 10:36:47 UTC] PHP   7. WP_Query->get_posts() /app/public/wp-includes/class-wp-query.php:3230
[01-Jun-2018 10:36:47 UTC] PHP   8. WP_Query->parse_query() /app/public/wp-includes/class-wp-query.php:1621
[01-Jun-2018 10:36:47 UTC] PHP   9. do_action_ref_array() /app/public/wp-includes/class-wp-query.php:1006
[01-Jun-2018 10:36:47 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:515
[01-Jun-2018 10:36:47 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:36:47 UTC] PHP  12. SitePress->parse_query() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:36:47 UTC] PHP  13. WPML_Query_Parser->parse_query() /app/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:3396
[01-Jun-2018 10:36:47 UTC] PHP  14. WPML_Query_Parser->maybe_adjust_name_var() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:278
[01-Jun-2018 10:36:47 UTC] PHP  15. WPML_404_Guess->guess_cpt_by_name() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:390
[01-Jun-2018 10:36:47 UTC] PHP  16. WPML_404_Guess->order_by_language_snippet() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:58
[01-Jun-2018 10:36:47 UTC] PHP  17. wpdb->prepare() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:101
[01-Jun-2018 10:36:47 UTC] PHP  18. _doing_it_wrong() /app/public/wp-includes/wp-db.php:1297
[01-Jun-2018 10:36:47 UTC] PHP  19. trigger_error() /app/public/wp-includes/functions.php:4148
[01-Jun-2018 10:36:58 UTC] PHP Notice:  wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (2) for the number of arguments passed (3). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /app/public/wp-includes/functions.php on line 4148
[01-Jun-2018 10:36:58 UTC] PHP Stack trace:
[01-Jun-2018 10:36:58 UTC] PHP   1. {main}() /app/public/index.php:0
[01-Jun-2018 10:36:58 UTC] PHP   2. require() /app/public/index.php:17
[01-Jun-2018 10:36:58 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:13
[01-Jun-2018 10:36:58 UTC] PHP   4. require_once() /app/public/wp-load.php:37
[01-Jun-2018 10:36:58 UTC] PHP   5. require_once() /app/public/wp-config.php:96
[01-Jun-2018 10:36:58 UTC] PHP   6. do_action() /app/public/wp-settings.php:450
[01-Jun-2018 10:36:58 UTC] PHP   7. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[01-Jun-2018 10:36:58 UTC] PHP   8. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:36:58 UTC] PHP   9. give_post_actions() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:36:58 UTC] PHP  10. do_action() /app/public/wp-content/plugins/Give/includes/actions.php:76
[01-Jun-2018 10:36:58 UTC] PHP  11. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[01-Jun-2018 10:36:58 UTC] PHP  12. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:36:58 UTC] PHP  13. give_process_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:36:58 UTC] PHP  14. give_send_to_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:180
[01-Jun-2018 10:36:58 UTC] PHP  15. do_action() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:195
[01-Jun-2018 10:36:58 UTC] PHP  16. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[01-Jun-2018 10:36:58 UTC] PHP  17. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:36:58 UTC] PHP  18. give_manual_payment() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:36:58 UTC] PHP  19. give_insert_payment() /app/public/wp-content/plugins/Give/includes/gateways/manual.php:55
[01-Jun-2018 10:36:58 UTC] PHP  20. Give_Payment->save() /app/public/wp-content/plugins/Give/includes/payments/functions.php:196
[01-Jun-2018 10:36:58 UTC] PHP  21. Give_Payment->insert_payment() /app/public/wp-content/plugins/Give/includes/payments/class-give-payment.php:782
[01-Jun-2018 10:36:58 UTC] PHP  22. wp_insert_post() /app/public/wp-content/plugins/Give/includes/payments/class-give-payment.php:681
[01-Jun-2018 10:36:58 UTC] PHP  23. do_action() /app/public/wp-includes/post.php:3651
[01-Jun-2018 10:36:58 UTC] PHP  24. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[01-Jun-2018 10:36:58 UTC] PHP  25. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:36:58 UTC] PHP  26. Give_Sequential_Donation_Number->__save_donation_title() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:36:58 UTC] PHP  27. wp_update_post() /app/public/wp-content/plugins/Give/includes/payments/class-give-sequential-donation-number.php:123
[01-Jun-2018 10:36:58 UTC] PHP  28. wp_insert_post() /app/public/wp-includes/post.php:3713
[01-Jun-2018 10:36:58 UTC] PHP  29. wp_add_trashed_suffix_to_post_name_for_trashed_posts() /app/public/wp-includes/post.php:3370
[01-Jun-2018 10:36:58 UTC] PHP  30. get_posts() /app/public/wp-includes/post.php:6341
[01-Jun-2018 10:36:58 UTC] PHP  31. WP_Query->query() /app/public/wp-includes/post.php:1763
[01-Jun-2018 10:36:58 UTC] PHP  32. WP_Query->get_posts() /app/public/wp-includes/class-wp-query.php:3230
[01-Jun-2018 10:36:58 UTC] PHP  33. WP_Query->parse_query() /app/public/wp-includes/class-wp-query.php:1621
[01-Jun-2018 10:36:58 UTC] PHP  34. do_action_ref_array() /app/public/wp-includes/class-wp-query.php:1006
[01-Jun-2018 10:36:58 UTC] PHP  35. WP_Hook->do_action() /app/public/wp-includes/plugin.php:515
[01-Jun-2018 10:36:58 UTC] PHP  36. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:36:58 UTC] PHP  37. SitePress->parse_query() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:36:58 UTC] PHP  38. WPML_Query_Parser->parse_query() /app/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:3396
[01-Jun-2018 10:36:58 UTC] PHP  39. WPML_Query_Parser->maybe_adjust_name_var() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:278
[01-Jun-2018 10:36:58 UTC] PHP  40. WPML_404_Guess->guess_cpt_by_name() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:390
[01-Jun-2018 10:36:58 UTC] PHP  41. WPML_404_Guess->order_by_language_snippet() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:58
[01-Jun-2018 10:36:58 UTC] PHP  42. wpdb->prepare() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:101
[01-Jun-2018 10:36:58 UTC] PHP  43. _doing_it_wrong() /app/public/wp-includes/wp-db.php:1297
[01-Jun-2018 10:36:58 UTC] PHP  44. trigger_error() /app/public/wp-includes/functions.php:4148
[01-Jun-2018 10:36:58 UTC] PHP Notice:  wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (2) for the number of arguments passed (3). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /app/public/wp-includes/functions.php on line 4148
[01-Jun-2018 10:36:58 UTC] PHP Stack trace:
[01-Jun-2018 10:36:58 UTC] PHP   1. {main}() /app/public/index.php:0
[01-Jun-2018 10:36:58 UTC] PHP   2. require() /app/public/index.php:17
[01-Jun-2018 10:36:58 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:13
[01-Jun-2018 10:36:58 UTC] PHP   4. require_once() /app/public/wp-load.php:37
[01-Jun-2018 10:36:58 UTC] PHP   5. require_once() /app/public/wp-config.php:96
[01-Jun-2018 10:36:58 UTC] PHP   6. do_action() /app/public/wp-settings.php:450
[01-Jun-2018 10:36:58 UTC] PHP   7. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[01-Jun-2018 10:36:58 UTC] PHP   8. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:36:58 UTC] PHP   9. give_post_actions() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:36:58 UTC] PHP  10. do_action() /app/public/wp-content/plugins/Give/includes/actions.php:76
[01-Jun-2018 10:36:58 UTC] PHP  11. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[01-Jun-2018 10:36:58 UTC] PHP  12. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:36:58 UTC] PHP  13. give_process_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:36:58 UTC] PHP  14. give_send_to_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:180
[01-Jun-2018 10:36:58 UTC] PHP  15. do_action() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:195
[01-Jun-2018 10:36:58 UTC] PHP  16. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[01-Jun-2018 10:36:58 UTC] PHP  17. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:36:58 UTC] PHP  18. give_manual_payment() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:36:58 UTC] PHP  19. give_insert_payment() /app/public/wp-content/plugins/Give/includes/gateways/manual.php:55
[01-Jun-2018 10:36:58 UTC] PHP  20. Give_Payment->save() /app/public/wp-content/plugins/Give/includes/payments/functions.php:196
[01-Jun-2018 10:36:58 UTC] PHP  21. wp_update_post() /app/public/wp-content/plugins/Give/includes/payments/class-give-payment.php:954
[01-Jun-2018 10:36:58 UTC] PHP  22. wp_insert_post() /app/public/wp-includes/post.php:3713
[01-Jun-2018 10:36:58 UTC] PHP  23. wp_add_trashed_suffix_to_post_name_for_trashed_posts() /app/public/wp-includes/post.php:3370
[01-Jun-2018 10:36:58 UTC] PHP  24. get_posts() /app/public/wp-includes/post.php:6341
[01-Jun-2018 10:36:58 UTC] PHP  25. WP_Query->query() /app/public/wp-includes/post.php:1763
[01-Jun-2018 10:36:58 UTC] PHP  26. WP_Query->get_posts() /app/public/wp-includes/class-wp-query.php:3230
[01-Jun-2018 10:36:58 UTC] PHP  27. WP_Query->parse_query() /app/public/wp-includes/class-wp-query.php:1621
[01-Jun-2018 10:36:58 UTC] PHP  28. do_action_ref_array() /app/public/wp-includes/class-wp-query.php:1006
[01-Jun-2018 10:36:58 UTC] PHP  29. WP_Hook->do_action() /app/public/wp-includes/plugin.php:515
[01-Jun-2018 10:36:58 UTC] PHP  30. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:36:58 UTC] PHP  31. SitePress->parse_query() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:36:58 UTC] PHP  32. WPML_Query_Parser->parse_query() /app/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:3396
[01-Jun-2018 10:36:58 UTC] PHP  33. WPML_Query_Parser->maybe_adjust_name_var() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:278
[01-Jun-2018 10:36:58 UTC] PHP  34. WPML_404_Guess->guess_cpt_by_name() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:390
[01-Jun-2018 10:36:58 UTC] PHP  35. WPML_404_Guess->order_by_language_snippet() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:58
[01-Jun-2018 10:36:58 UTC] PHP  36. wpdb->prepare() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:101
[01-Jun-2018 10:36:59 UTC] PHP  37. _doing_it_wrong() /app/public/wp-includes/wp-db.php:1297
[01-Jun-2018 10:36:59 UTC] PHP  38. trigger_error() /app/public/wp-includes/functions.php:4148
[01-Jun-2018 10:36:59 UTC] PHP Notice:  wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (2) for the number of arguments passed (3). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /app/public/wp-includes/functions.php on line 4148
[01-Jun-2018 10:36:59 UTC] PHP Stack trace:
[01-Jun-2018 10:36:59 UTC] PHP   1. {main}() /app/public/index.php:0
[01-Jun-2018 10:36:59 UTC] PHP   2. require() /app/public/index.php:17
[01-Jun-2018 10:36:59 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:13
[01-Jun-2018 10:36:59 UTC] PHP   4. require_once() /app/public/wp-load.php:37
[01-Jun-2018 10:36:59 UTC] PHP   5. require_once() /app/public/wp-config.php:96
[01-Jun-2018 10:36:59 UTC] PHP   6. do_action() /app/public/wp-settings.php:450
[01-Jun-2018 10:36:59 UTC] PHP   7. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[01-Jun-2018 10:36:59 UTC] PHP   8. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:36:59 UTC] PHP   9. give_post_actions() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:36:59 UTC] PHP  10. do_action() /app/public/wp-content/plugins/Give/includes/actions.php:76
[01-Jun-2018 10:36:59 UTC] PHP  11. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[01-Jun-2018 10:36:59 UTC] PHP  12. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:36:59 UTC] PHP  13. give_process_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:36:59 UTC] PHP  14. give_send_to_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:180
[01-Jun-2018 10:36:59 UTC] PHP  15. do_action() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:195
[01-Jun-2018 10:36:59 UTC] PHP  16. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[01-Jun-2018 10:36:59 UTC] PHP  17. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:36:59 UTC] PHP  18. give_manual_payment() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:36:59 UTC] PHP  19. give_update_payment_status() /app/public/wp-content/plugins/Give/includes/gateways/manual.php:58
[01-Jun-2018 10:36:59 UTC] PHP  20. Give_Payment->save() /app/public/wp-content/plugins/Give/includes/payments/functions.php:281
[01-Jun-2018 10:36:59 UTC] PHP  21. Give_Payment->update_status() /app/public/wp-content/plugins/Give/includes/payments/class-give-payment.php:849
[01-Jun-2018 10:36:59 UTC] PHP  22. wp_update_post() /app/public/wp-content/plugins/Give/includes/payments/class-give-payment.php:1266
[01-Jun-2018 10:36:59 UTC] PHP  23. wp_insert_post() /app/public/wp-includes/post.php:3713
[01-Jun-2018 10:36:59 UTC] PHP  24. wp_add_trashed_suffix_to_post_name_for_trashed_posts() /app/public/wp-includes/post.php:3370
[01-Jun-2018 10:36:59 UTC] PHP  25. get_posts() /app/public/wp-includes/post.php:6341
[01-Jun-2018 10:36:59 UTC] PHP  26. WP_Query->query() /app/public/wp-includes/post.php:1763
[01-Jun-2018 10:36:59 UTC] PHP  27. WP_Query->get_posts() /app/public/wp-includes/class-wp-query.php:3230
[01-Jun-2018 10:36:59 UTC] PHP  28. WP_Query->parse_query() /app/public/wp-includes/class-wp-query.php:1621
[01-Jun-2018 10:36:59 UTC] PHP  29. do_action_ref_array() /app/public/wp-includes/class-wp-query.php:1006
[01-Jun-2018 10:36:59 UTC] PHP  30. WP_Hook->do_action() /app/public/wp-includes/plugin.php:515
[01-Jun-2018 10:36:59 UTC] PHP  31. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:36:59 UTC] PHP  32. SitePress->parse_query() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:36:59 UTC] PHP  33. WPML_Query_Parser->parse_query() /app/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:3396
[01-Jun-2018 10:36:59 UTC] PHP  34. WPML_Query_Parser->maybe_adjust_name_var() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:278
[01-Jun-2018 10:36:59 UTC] PHP  35. WPML_404_Guess->guess_cpt_by_name() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:390
[01-Jun-2018 10:36:59 UTC] PHP  36. WPML_404_Guess->order_by_language_snippet() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:58
[01-Jun-2018 10:36:59 UTC] PHP  37. wpdb->prepare() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:101
[01-Jun-2018 10:36:59 UTC] PHP  38. _doing_it_wrong() /app/public/wp-includes/wp-db.php:1297
[01-Jun-2018 10:36:59 UTC] PHP  39. trigger_error() /app/public/wp-includes/functions.php:4148
[01-Jun-2018 10:36:59 UTC] PHP Notice:  wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (2) for the number of arguments passed (3). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /app/public/wp-includes/functions.php on line 4148
[01-Jun-2018 10:36:59 UTC] PHP Stack trace:
[01-Jun-2018 10:36:59 UTC] PHP   1. {main}() /app/public/index.php:0
[01-Jun-2018 10:36:59 UTC] PHP   2. require() /app/public/index.php:17
[01-Jun-2018 10:36:59 UTC] PHP   3. wp() /app/public/wp-blog-header.php:16
[01-Jun-2018 10:36:59 UTC] PHP   4. WP->main() /app/public/wp-includes/functions.php:960
[01-Jun-2018 10:36:59 UTC] PHP   5. WP->query_posts() /app/public/wp-includes/class-wp.php:715
[01-Jun-2018 10:36:59 UTC] PHP   6. WP_Query->query() /app/public/wp-includes/class-wp.php:599
[01-Jun-2018 10:36:59 UTC] PHP   7. WP_Query->get_posts() /app/public/wp-includes/class-wp-query.php:3230
[01-Jun-2018 10:36:59 UTC] PHP   8. WP_Query->parse_query() /app/public/wp-includes/class-wp-query.php:1621
[01-Jun-2018 10:36:59 UTC] PHP   9. do_action_ref_array() /app/public/wp-includes/class-wp-query.php:1006
[01-Jun-2018 10:36:59 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:515
[01-Jun-2018 10:36:59 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:36:59 UTC] PHP  12. SitePress->parse_query() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:36:59 UTC] PHP  13. WPML_Query_Parser->parse_query() /app/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:3396
[01-Jun-2018 10:36:59 UTC] PHP  14. WPML_Query_Parser->maybe_adjust_name_var() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:278
[01-Jun-2018 10:36:59 UTC] PHP  15. WPML_404_Guess->guess_cpt_by_name() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:390
[01-Jun-2018 10:36:59 UTC] PHP  16. WPML_404_Guess->order_by_language_snippet() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:58
[01-Jun-2018 10:36:59 UTC] PHP  17. wpdb->prepare() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:101
[01-Jun-2018 10:36:59 UTC] PHP  18. _doing_it_wrong() /app/public/wp-includes/wp-db.php:1297
[01-Jun-2018 10:36:59 UTC] PHP  19. trigger_error() /app/public/wp-includes/functions.php:4148
[01-Jun-2018 10:37:04 UTC] PHP Notice:  wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (1) for the number of arguments passed (2). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /app/public/wp-includes/functions.php on line 4148
[01-Jun-2018 10:37:04 UTC] PHP Stack trace:
[01-Jun-2018 10:37:04 UTC] PHP   1. {main}() /app/public/wp-admin/edit.php:0
[01-Jun-2018 10:37:04 UTC] PHP   2. require_once() /app/public/wp-admin/edit.php:303
[01-Jun-2018 10:37:04 UTC] PHP   3. do_action() /app/public/wp-admin/admin-header.php:97
[01-Jun-2018 10:37:04 UTC] PHP   4. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[01-Jun-2018 10:37:04 UTC] PHP   5. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:37:04 UTC] PHP   6. SitePress->language_filter() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:37:04 UTC] PHP   7. WPML_Post_Language_Filter->post_language_filter() /app/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:2277
[01-Jun-2018 10:37:04 UTC] PHP   8. WPML_Post_Language_Filter->language_links() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:35
[01-Jun-2018 10:37:04 UTC] PHP   9. WPML_Language_Filter_Bar->get_counts() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:91
[01-Jun-2018 10:37:04 UTC] PHP  10. WPML_Post_Language_Filter->get_count_data() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/wpml-language-filter-bar.class.php:53
[01-Jun-2018 10:37:04 UTC] PHP  11. wpdb->prepare() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:72
[01-Jun-2018 10:37:04 UTC] PHP  12. _doing_it_wrong() /app/public/wp-includes/wp-db.php:1297
[01-Jun-2018 10:37:04 UTC] PHP  13. trigger_error() /app/public/wp-includes/functions.php:4148
[01-Jun-2018 10:37:07 UTC] PHP Notice:  wpdb::prepare est appelée de la mauvaise manière. La requête ne contient pas un nombre correct de substitutifs/placeholders (2) pour le nombre d’arguments proposés (3). Veuillez lire <a href="https://codex.wordpress.org/fr:Débogage_dans_WordPress">Débogage dans WordPress</a> (en) pour plus d’informations. (Ce message a été ajouté à la version 4.8.3.) in /app/public/wp-includes/functions.php on line 4148
[01-Jun-2018 10:37:07 UTC] PHP Stack trace:
[01-Jun-2018 10:37:07 UTC] PHP   1. {main}() /app/public/index.php:0
[01-Jun-2018 10:37:07 UTC] PHP   2. require() /app/public/index.php:17
[01-Jun-2018 10:37:07 UTC] PHP   3. wp() /app/public/wp-blog-header.php:16
[01-Jun-2018 10:37:07 UTC] PHP   4. WP->main() /app/public/wp-includes/functions.php:960
[01-Jun-2018 10:37:07 UTC] PHP   5. WP->query_posts() /app/public/wp-includes/class-wp.php:715
[01-Jun-2018 10:37:07 UTC] PHP   6. WP_Query->query() /app/public/wp-includes/class-wp.php:599
[01-Jun-2018 10:37:07 UTC] PHP   7. WP_Query->get_posts() /app/public/wp-includes/class-wp-query.php:3230
[01-Jun-2018 10:37:07 UTC] PHP   8. WP_Query->parse_query() /app/public/wp-includes/class-wp-query.php:1621
[01-Jun-2018 10:37:07 UTC] PHP   9. do_action_ref_array() /app/public/wp-includes/class-wp-query.php:1006
[01-Jun-2018 10:37:07 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:515
[01-Jun-2018 10:37:07 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:37:07 UTC] PHP  12. SitePress->parse_query() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:37:07 UTC] PHP  13. WPML_Query_Parser->parse_query() /app/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:3396
[01-Jun-2018 10:37:07 UTC] PHP  14. WPML_Query_Parser->maybe_adjust_name_var() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:278
[01-Jun-2018 10:37:07 UTC] PHP  15. WPML_404_Guess->guess_cpt_by_name() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:390
[01-Jun-2018 10:37:07 UTC] PHP  16. WPML_404_Guess->order_by_language_snippet() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:58
[01-Jun-2018 10:37:07 UTC] PHP  17. wpdb->prepare() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:101
[01-Jun-2018 10:37:07 UTC] PHP  18. _doing_it_wrong() /app/public/wp-includes/wp-db.php:1297
[01-Jun-2018 10:37:07 UTC] PHP  19. trigger_error() /app/public/wp-includes/functions.php:4148
[01-Jun-2018 10:37:15 UTC] PHP Notice:  wpdb::prepare est appelée de la mauvaise manière. La requête ne contient pas un nombre correct de substitutifs/placeholders (2) pour le nombre d’arguments proposés (3). Veuillez lire <a href="https://codex.wordpress.org/fr:Débogage_dans_WordPress">Débogage dans WordPress</a> (en) pour plus d’informations. (Ce message a été ajouté à la version 4.8.3.) in /app/public/wp-includes/functions.php on line 4148
[01-Jun-2018 10:37:15 UTC] PHP Stack trace:
[01-Jun-2018 10:37:15 UTC] PHP   1. {main}() /app/public/index.php:0
[01-Jun-2018 10:37:15 UTC] PHP   2. require() /app/public/index.php:17
[01-Jun-2018 10:37:15 UTC] PHP   3. wp() /app/public/wp-blog-header.php:16
[01-Jun-2018 10:37:15 UTC] PHP   4. WP->main() /app/public/wp-includes/functions.php:960
[01-Jun-2018 10:37:15 UTC] PHP   5. WP->query_posts() /app/public/wp-includes/class-wp.php:715
[01-Jun-2018 10:37:15 UTC] PHP   6. WP_Query->query() /app/public/wp-includes/class-wp.php:599
[01-Jun-2018 10:37:15 UTC] PHP   7. WP_Query->get_posts() /app/public/wp-includes/class-wp-query.php:3230
[01-Jun-2018 10:37:15 UTC] PHP   8. WP_Query->parse_query() /app/public/wp-includes/class-wp-query.php:1621
[01-Jun-2018 10:37:15 UTC] PHP   9. do_action_ref_array() /app/public/wp-includes/class-wp-query.php:1006
[01-Jun-2018 10:37:15 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:515
[01-Jun-2018 10:37:15 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:37:15 UTC] PHP  12. SitePress->parse_query() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:37:15 UTC] PHP  13. WPML_Query_Parser->parse_query() /app/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:3396
[01-Jun-2018 10:37:15 UTC] PHP  14. WPML_Query_Parser->maybe_adjust_name_var() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:278
[01-Jun-2018 10:37:15 UTC] PHP  15. WPML_404_Guess->guess_cpt_by_name() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:390
[01-Jun-2018 10:37:15 UTC] PHP  16. WPML_404_Guess->order_by_language_snippet() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:58
[01-Jun-2018 10:37:15 UTC] PHP  17. wpdb->prepare() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:101
[01-Jun-2018 10:37:15 UTC] PHP  18. _doing_it_wrong() /app/public/wp-includes/wp-db.php:1297
[01-Jun-2018 10:37:15 UTC] PHP  19. trigger_error() /app/public/wp-includes/functions.php:4148
[01-Jun-2018 10:37:55 UTC] PHP Notice:  wpdb::prepare est appelée de la mauvaise manière. La requête ne contient pas un nombre correct de substitutifs/placeholders (2) pour le nombre d’arguments proposés (3). Veuillez lire <a href="https://codex.wordpress.org/fr:Débogage_dans_WordPress">Débogage dans WordPress</a> (en) pour plus d’informations. (Ce message a été ajouté à la version 4.8.3.) in /app/public/wp-includes/functions.php on line 4148
[01-Jun-2018 10:37:55 UTC] PHP Stack trace:
[01-Jun-2018 10:37:55 UTC] PHP   1. {main}() /app/public/index.php:0
[01-Jun-2018 10:37:55 UTC] PHP   2. require() /app/public/index.php:17
[01-Jun-2018 10:37:55 UTC] PHP   3. wp() /app/public/wp-blog-header.php:16
[01-Jun-2018 10:37:55 UTC] PHP   4. WP->main() /app/public/wp-includes/functions.php:960
[01-Jun-2018 10:37:55 UTC] PHP   5. WP->query_posts() /app/public/wp-includes/class-wp.php:715
[01-Jun-2018 10:37:55 UTC] PHP   6. WP_Query->query() /app/public/wp-includes/class-wp.php:599
[01-Jun-2018 10:37:55 UTC] PHP   7. WP_Query->get_posts() /app/public/wp-includes/class-wp-query.php:3230
[01-Jun-2018 10:37:55 UTC] PHP   8. WP_Query->parse_query() /app/public/wp-includes/class-wp-query.php:1621
[01-Jun-2018 10:37:55 UTC] PHP   9. do_action_ref_array() /app/public/wp-includes/class-wp-query.php:1006
[01-Jun-2018 10:37:55 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:515
[01-Jun-2018 10:37:55 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:37:55 UTC] PHP  12. SitePress->parse_query() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:37:55 UTC] PHP  13. WPML_Query_Parser->parse_query() /app/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:3396
[01-Jun-2018 10:37:55 UTC] PHP  14. WPML_Query_Parser->maybe_adjust_name_var() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:278
[01-Jun-2018 10:37:55 UTC] PHP  15. WPML_404_Guess->guess_cpt_by_name() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:390
[01-Jun-2018 10:37:55 UTC] PHP  16. WPML_404_Guess->order_by_language_snippet() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:58
[01-Jun-2018 10:37:55 UTC] PHP  17. wpdb->prepare() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:101
[01-Jun-2018 10:37:55 UTC] PHP  18. _doing_it_wrong() /app/public/wp-includes/wp-db.php:1297
[01-Jun-2018 10:37:55 UTC] PHP  19. trigger_error() /app/public/wp-includes/functions.php:4148
[01-Jun-2018 10:38:54 UTC] PHP Notice:  wpdb::prepare est appelée de la mauvaise manière. La requête ne contient pas un nombre correct de substitutifs/placeholders (2) pour le nombre d’arguments proposés (3). Veuillez lire <a href="https://codex.wordpress.org/fr:Débogage_dans_WordPress">Débogage dans WordPress</a> (en) pour plus d’informations. (Ce message a été ajouté à la version 4.8.3.) in /app/public/wp-includes/functions.php on line 4148
[01-Jun-2018 10:38:54 UTC] PHP Stack trace:
[01-Jun-2018 10:38:54 UTC] PHP   1. {main}() /app/public/index.php:0
[01-Jun-2018 10:38:54 UTC] PHP   2. require() /app/public/index.php:17
[01-Jun-2018 10:38:54 UTC] PHP   3. wp() /app/public/wp-blog-header.php:16
[01-Jun-2018 10:38:54 UTC] PHP   4. WP->main() /app/public/wp-includes/functions.php:960
[01-Jun-2018 10:38:54 UTC] PHP   5. WP->query_posts() /app/public/wp-includes/class-wp.php:715
[01-Jun-2018 10:38:54 UTC] PHP   6. WP_Query->query() /app/public/wp-includes/class-wp.php:599
[01-Jun-2018 10:38:54 UTC] PHP   7. WP_Query->get_posts() /app/public/wp-includes/class-wp-query.php:3230
[01-Jun-2018 10:38:54 UTC] PHP   8. WP_Query->parse_query() /app/public/wp-includes/class-wp-query.php:1621
[01-Jun-2018 10:38:54 UTC] PHP   9. do_action_ref_array() /app/public/wp-includes/class-wp-query.php:1006
[01-Jun-2018 10:38:54 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:515
[01-Jun-2018 10:38:54 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:38:54 UTC] PHP  12. SitePress->parse_query() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:38:54 UTC] PHP  13. WPML_Query_Parser->parse_query() /app/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:3396
[01-Jun-2018 10:38:54 UTC] PHP  14. WPML_Query_Parser->maybe_adjust_name_var() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:278
[01-Jun-2018 10:38:54 UTC] PHP  15. WPML_404_Guess->guess_cpt_by_name() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:390
[01-Jun-2018 10:38:54 UTC] PHP  16. WPML_404_Guess->order_by_language_snippet() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:58
[01-Jun-2018 10:38:54 UTC] PHP  17. wpdb->prepare() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:101
[01-Jun-2018 10:38:54 UTC] PHP  18. _doing_it_wrong() /app/public/wp-includes/wp-db.php:1297
[01-Jun-2018 10:38:54 UTC] PHP  19. trigger_error() /app/public/wp-includes/functions.php:4148
[01-Jun-2018 10:39:08 UTC] PHP Notice:  wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (2) for the number of arguments passed (3). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /app/public/wp-includes/functions.php on line 4148
[01-Jun-2018 10:39:08 UTC] PHP Stack trace:
[01-Jun-2018 10:39:08 UTC] PHP   1. {main}() /app/public/index.php:0
[01-Jun-2018 10:39:08 UTC] PHP   2. require() /app/public/index.php:17
[01-Jun-2018 10:39:08 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:13
[01-Jun-2018 10:39:08 UTC] PHP   4. require_once() /app/public/wp-load.php:37
[01-Jun-2018 10:39:08 UTC] PHP   5. require_once() /app/public/wp-config.php:96
[01-Jun-2018 10:39:08 UTC] PHP   6. do_action() /app/public/wp-settings.php:450
[01-Jun-2018 10:39:08 UTC] PHP   7. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[01-Jun-2018 10:39:08 UTC] PHP   8. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:39:08 UTC] PHP   9. give_post_actions() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:39:08 UTC] PHP  10. do_action() /app/public/wp-content/plugins/Give/includes/actions.php:76
[01-Jun-2018 10:39:08 UTC] PHP  11. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[01-Jun-2018 10:39:08 UTC] PHP  12. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:39:08 UTC] PHP  13. give_process_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:39:08 UTC] PHP  14. give_send_to_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:180
[01-Jun-2018 10:39:08 UTC] PHP  15. do_action() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:195
[01-Jun-2018 10:39:08 UTC] PHP  16. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[01-Jun-2018 10:39:08 UTC] PHP  17. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:39:08 UTC] PHP  18. give_manual_payment() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:39:08 UTC] PHP  19. give_insert_payment() /app/public/wp-content/plugins/Give/includes/gateways/manual.php:55
[01-Jun-2018 10:39:08 UTC] PHP  20. Give_Payment->save() /app/public/wp-content/plugins/Give/includes/payments/functions.php:196
[01-Jun-2018 10:39:08 UTC] PHP  21. Give_Payment->insert_payment() /app/public/wp-content/plugins/Give/includes/payments/class-give-payment.php:782
[01-Jun-2018 10:39:08 UTC] PHP  22. wp_insert_post() /app/public/wp-content/plugins/Give/includes/payments/class-give-payment.php:681
[01-Jun-2018 10:39:08 UTC] PHP  23. do_action() /app/public/wp-includes/post.php:3651
[01-Jun-2018 10:39:08 UTC] PHP  24. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[01-Jun-2018 10:39:08 UTC] PHP  25. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:39:08 UTC] PHP  26. Give_Sequential_Donation_Number->__save_donation_title() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:39:08 UTC] PHP  27. wp_update_post() /app/public/wp-content/plugins/Give/includes/payments/class-give-sequential-donation-number.php:123
[01-Jun-2018 10:39:08 UTC] PHP  28. wp_insert_post() /app/public/wp-includes/post.php:3713
[01-Jun-2018 10:39:08 UTC] PHP  29. wp_add_trashed_suffix_to_post_name_for_trashed_posts() /app/public/wp-includes/post.php:3370
[01-Jun-2018 10:39:08 UTC] PHP  30. get_posts() /app/public/wp-includes/post.php:6341
[01-Jun-2018 10:39:08 UTC] PHP  31. WP_Query->query() /app/public/wp-includes/post.php:1763
[01-Jun-2018 10:39:08 UTC] PHP  32. WP_Query->get_posts() /app/public/wp-includes/class-wp-query.php:3230
[01-Jun-2018 10:39:08 UTC] PHP  33. WP_Query->parse_query() /app/public/wp-includes/class-wp-query.php:1621
[01-Jun-2018 10:39:08 UTC] PHP  34. do_action_ref_array() /app/public/wp-includes/class-wp-query.php:1006
[01-Jun-2018 10:39:08 UTC] PHP  35. WP_Hook->do_action() /app/public/wp-includes/plugin.php:515
[01-Jun-2018 10:39:08 UTC] PHP  36. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:39:08 UTC] PHP  37. SitePress->parse_query() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:39:08 UTC] PHP  38. WPML_Query_Parser->parse_query() /app/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:3396
[01-Jun-2018 10:39:08 UTC] PHP  39. WPML_Query_Parser->maybe_adjust_name_var() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:278
[01-Jun-2018 10:39:08 UTC] PHP  40. WPML_404_Guess->guess_cpt_by_name() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:390
[01-Jun-2018 10:39:08 UTC] PHP  41. WPML_404_Guess->order_by_language_snippet() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:58
[01-Jun-2018 10:39:08 UTC] PHP  42. wpdb->prepare() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:101
[01-Jun-2018 10:39:08 UTC] PHP  43. _doing_it_wrong() /app/public/wp-includes/wp-db.php:1297
[01-Jun-2018 10:39:08 UTC] PHP  44. trigger_error() /app/public/wp-includes/functions.php:4148
[01-Jun-2018 10:39:08 UTC] PHP Notice:  wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (2) for the number of arguments passed (3). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /app/public/wp-includes/functions.php on line 4148
[01-Jun-2018 10:39:08 UTC] PHP Stack trace:
[01-Jun-2018 10:39:08 UTC] PHP   1. {main}() /app/public/index.php:0
[01-Jun-2018 10:39:08 UTC] PHP   2. require() /app/public/index.php:17
[01-Jun-2018 10:39:08 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:13
[01-Jun-2018 10:39:08 UTC] PHP   4. require_once() /app/public/wp-load.php:37
[01-Jun-2018 10:39:08 UTC] PHP   5. require_once() /app/public/wp-config.php:96
[01-Jun-2018 10:39:08 UTC] PHP   6. do_action() /app/public/wp-settings.php:450
[01-Jun-2018 10:39:08 UTC] PHP   7. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[01-Jun-2018 10:39:08 UTC] PHP   8. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:39:08 UTC] PHP   9. give_post_actions() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:39:08 UTC] PHP  10. do_action() /app/public/wp-content/plugins/Give/includes/actions.php:76
[01-Jun-2018 10:39:08 UTC] PHP  11. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[01-Jun-2018 10:39:08 UTC] PHP  12. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:39:08 UTC] PHP  13. give_process_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:39:08 UTC] PHP  14. give_send_to_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:180
[01-Jun-2018 10:39:08 UTC] PHP  15. do_action() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:195
[01-Jun-2018 10:39:08 UTC] PHP  16. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[01-Jun-2018 10:39:08 UTC] PHP  17. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:39:08 UTC] PHP  18. give_manual_payment() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:39:08 UTC] PHP  19. give_insert_payment() /app/public/wp-content/plugins/Give/includes/gateways/manual.php:55
[01-Jun-2018 10:39:08 UTC] PHP  20. Give_Payment->save() /app/public/wp-content/plugins/Give/includes/payments/functions.php:196
[01-Jun-2018 10:39:08 UTC] PHP  21. wp_update_post() /app/public/wp-content/plugins/Give/includes/payments/class-give-payment.php:954
[01-Jun-2018 10:39:08 UTC] PHP  22. wp_insert_post() /app/public/wp-includes/post.php:3713
[01-Jun-2018 10:39:08 UTC] PHP  23. wp_add_trashed_suffix_to_post_name_for_trashed_posts() /app/public/wp-includes/post.php:3370
[01-Jun-2018 10:39:08 UTC] PHP  24. get_posts() /app/public/wp-includes/post.php:6341
[01-Jun-2018 10:39:08 UTC] PHP  25. WP_Query->query() /app/public/wp-includes/post.php:1763
[01-Jun-2018 10:39:08 UTC] PHP  26. WP_Query->get_posts() /app/public/wp-includes/class-wp-query.php:3230
[01-Jun-2018 10:39:08 UTC] PHP  27. WP_Query->parse_query() /app/public/wp-includes/class-wp-query.php:1621
[01-Jun-2018 10:39:08 UTC] PHP  28. do_action_ref_array() /app/public/wp-includes/class-wp-query.php:1006
[01-Jun-2018 10:39:08 UTC] PHP  29. WP_Hook->do_action() /app/public/wp-includes/plugin.php:515
[01-Jun-2018 10:39:08 UTC] PHP  30. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:39:08 UTC] PHP  31. SitePress->parse_query() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:39:08 UTC] PHP  32. WPML_Query_Parser->parse_query() /app/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:3396
[01-Jun-2018 10:39:08 UTC] PHP  33. WPML_Query_Parser->maybe_adjust_name_var() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:278
[01-Jun-2018 10:39:08 UTC] PHP  34. WPML_404_Guess->guess_cpt_by_name() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:390
[01-Jun-2018 10:39:08 UTC] PHP  35. WPML_404_Guess->order_by_language_snippet() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:58
[01-Jun-2018 10:39:08 UTC] PHP  36. wpdb->prepare() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:101
[01-Jun-2018 10:39:08 UTC] PHP  37. _doing_it_wrong() /app/public/wp-includes/wp-db.php:1297
[01-Jun-2018 10:39:08 UTC] PHP  38. trigger_error() /app/public/wp-includes/functions.php:4148
[01-Jun-2018 10:39:08 UTC] PHP Notice:  wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (2) for the number of arguments passed (3). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /app/public/wp-includes/functions.php on line 4148
[01-Jun-2018 10:39:08 UTC] PHP Stack trace:
[01-Jun-2018 10:39:08 UTC] PHP   1. {main}() /app/public/index.php:0
[01-Jun-2018 10:39:08 UTC] PHP   2. require() /app/public/index.php:17
[01-Jun-2018 10:39:08 UTC] PHP   3. require_once() /app/public/wp-blog-header.php:13
[01-Jun-2018 10:39:08 UTC] PHP   4. require_once() /app/public/wp-load.php:37
[01-Jun-2018 10:39:08 UTC] PHP   5. require_once() /app/public/wp-config.php:96
[01-Jun-2018 10:39:08 UTC] PHP   6. do_action() /app/public/wp-settings.php:450
[01-Jun-2018 10:39:08 UTC] PHP   7. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[01-Jun-2018 10:39:08 UTC] PHP   8. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:39:08 UTC] PHP   9. give_post_actions() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:39:08 UTC] PHP  10. do_action() /app/public/wp-content/plugins/Give/includes/actions.php:76
[01-Jun-2018 10:39:08 UTC] PHP  11. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[01-Jun-2018 10:39:08 UTC] PHP  12. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:39:08 UTC] PHP  13. give_process_donation_form() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:39:08 UTC] PHP  14. give_send_to_gateway() /app/public/wp-content/plugins/Give/includes/process-donation.php:180
[01-Jun-2018 10:39:08 UTC] PHP  15. do_action() /app/public/wp-content/plugins/Give/includes/gateways/functions.php:195
[01-Jun-2018 10:39:08 UTC] PHP  16. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[01-Jun-2018 10:39:08 UTC] PHP  17. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:39:08 UTC] PHP  18. give_manual_payment() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:39:08 UTC] PHP  19. give_update_payment_status() /app/public/wp-content/plugins/Give/includes/gateways/manual.php:58
[01-Jun-2018 10:39:08 UTC] PHP  20. Give_Payment->save() /app/public/wp-content/plugins/Give/includes/payments/functions.php:281
[01-Jun-2018 10:39:08 UTC] PHP  21. Give_Payment->update_status() /app/public/wp-content/plugins/Give/includes/payments/class-give-payment.php:849
[01-Jun-2018 10:39:08 UTC] PHP  22. wp_update_post() /app/public/wp-content/plugins/Give/includes/payments/class-give-payment.php:1266
[01-Jun-2018 10:39:08 UTC] PHP  23. wp_insert_post() /app/public/wp-includes/post.php:3713
[01-Jun-2018 10:39:08 UTC] PHP  24. wp_add_trashed_suffix_to_post_name_for_trashed_posts() /app/public/wp-includes/post.php:3370
[01-Jun-2018 10:39:08 UTC] PHP  25. get_posts() /app/public/wp-includes/post.php:6341
[01-Jun-2018 10:39:08 UTC] PHP  26. WP_Query->query() /app/public/wp-includes/post.php:1763
[01-Jun-2018 10:39:08 UTC] PHP  27. WP_Query->get_posts() /app/public/wp-includes/class-wp-query.php:3230
[01-Jun-2018 10:39:08 UTC] PHP  28. WP_Query->parse_query() /app/public/wp-includes/class-wp-query.php:1621
[01-Jun-2018 10:39:08 UTC] PHP  29. do_action_ref_array() /app/public/wp-includes/class-wp-query.php:1006
[01-Jun-2018 10:39:08 UTC] PHP  30. WP_Hook->do_action() /app/public/wp-includes/plugin.php:515
[01-Jun-2018 10:39:08 UTC] PHP  31. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:39:08 UTC] PHP  32. SitePress->parse_query() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:39:08 UTC] PHP  33. WPML_Query_Parser->parse_query() /app/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:3396
[01-Jun-2018 10:39:08 UTC] PHP  34. WPML_Query_Parser->maybe_adjust_name_var() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:278
[01-Jun-2018 10:39:08 UTC] PHP  35. WPML_404_Guess->guess_cpt_by_name() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:390
[01-Jun-2018 10:39:08 UTC] PHP  36. WPML_404_Guess->order_by_language_snippet() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:58
[01-Jun-2018 10:39:08 UTC] PHP  37. wpdb->prepare() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:101
[01-Jun-2018 10:39:08 UTC] PHP  38. _doing_it_wrong() /app/public/wp-includes/wp-db.php:1297
[01-Jun-2018 10:39:08 UTC] PHP  39. trigger_error() /app/public/wp-includes/functions.php:4148
[01-Jun-2018 10:39:09 UTC] PHP Notice:  wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (2) for the number of arguments passed (3). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /app/public/wp-includes/functions.php on line 4148
[01-Jun-2018 10:39:09 UTC] PHP Stack trace:
[01-Jun-2018 10:39:09 UTC] PHP   1. {main}() /app/public/index.php:0
[01-Jun-2018 10:39:09 UTC] PHP   2. require() /app/public/index.php:17
[01-Jun-2018 10:39:09 UTC] PHP   3. wp() /app/public/wp-blog-header.php:16
[01-Jun-2018 10:39:09 UTC] PHP   4. WP->main() /app/public/wp-includes/functions.php:960
[01-Jun-2018 10:39:09 UTC] PHP   5. WP->query_posts() /app/public/wp-includes/class-wp.php:715
[01-Jun-2018 10:39:09 UTC] PHP   6. WP_Query->query() /app/public/wp-includes/class-wp.php:599
[01-Jun-2018 10:39:09 UTC] PHP   7. WP_Query->get_posts() /app/public/wp-includes/class-wp-query.php:3230
[01-Jun-2018 10:39:09 UTC] PHP   8. WP_Query->parse_query() /app/public/wp-includes/class-wp-query.php:1621
[01-Jun-2018 10:39:09 UTC] PHP   9. do_action_ref_array() /app/public/wp-includes/class-wp-query.php:1006
[01-Jun-2018 10:39:09 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:515
[01-Jun-2018 10:39:09 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:39:09 UTC] PHP  12. SitePress->parse_query() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:39:09 UTC] PHP  13. WPML_Query_Parser->parse_query() /app/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:3396
[01-Jun-2018 10:39:09 UTC] PHP  14. WPML_Query_Parser->maybe_adjust_name_var() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:278
[01-Jun-2018 10:39:09 UTC] PHP  15. WPML_404_Guess->guess_cpt_by_name() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:390
[01-Jun-2018 10:39:09 UTC] PHP  16. WPML_404_Guess->order_by_language_snippet() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:58
[01-Jun-2018 10:39:09 UTC] PHP  17. wpdb->prepare() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:101
[01-Jun-2018 10:39:09 UTC] PHP  18. _doing_it_wrong() /app/public/wp-includes/wp-db.php:1297
[01-Jun-2018 10:39:09 UTC] PHP  19. trigger_error() /app/public/wp-includes/functions.php:4148
[01-Jun-2018 10:39:13 UTC] PHP Notice:  wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (2) for the number of arguments passed (3). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /app/public/wp-includes/functions.php on line 4148
[01-Jun-2018 10:39:13 UTC] PHP Stack trace:
[01-Jun-2018 10:39:13 UTC] PHP   1. {main}() /app/public/index.php:0
[01-Jun-2018 10:39:13 UTC] PHP   2. require() /app/public/index.php:17
[01-Jun-2018 10:39:13 UTC] PHP   3. wp() /app/public/wp-blog-header.php:16
[01-Jun-2018 10:39:13 UTC] PHP   4. WP->main() /app/public/wp-includes/functions.php:960
[01-Jun-2018 10:39:13 UTC] PHP   5. WP->query_posts() /app/public/wp-includes/class-wp.php:715
[01-Jun-2018 10:39:13 UTC] PHP   6. WP_Query->query() /app/public/wp-includes/class-wp.php:599
[01-Jun-2018 10:39:13 UTC] PHP   7. WP_Query->get_posts() /app/public/wp-includes/class-wp-query.php:3230
[01-Jun-2018 10:39:13 UTC] PHP   8. WP_Query->parse_query() /app/public/wp-includes/class-wp-query.php:1621
[01-Jun-2018 10:39:13 UTC] PHP   9. do_action_ref_array() /app/public/wp-includes/class-wp-query.php:1006
[01-Jun-2018 10:39:13 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:515
[01-Jun-2018 10:39:13 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:39:13 UTC] PHP  12. SitePress->parse_query() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:39:13 UTC] PHP  13. WPML_Query_Parser->parse_query() /app/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:3396
[01-Jun-2018 10:39:13 UTC] PHP  14. WPML_Query_Parser->maybe_adjust_name_var() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:278
[01-Jun-2018 10:39:13 UTC] PHP  15. WPML_404_Guess->guess_cpt_by_name() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:390
[01-Jun-2018 10:39:13 UTC] PHP  16. WPML_404_Guess->order_by_language_snippet() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:58
[01-Jun-2018 10:39:13 UTC] PHP  17. wpdb->prepare() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:101
[01-Jun-2018 10:39:13 UTC] PHP  18. _doing_it_wrong() /app/public/wp-includes/wp-db.php:1297
[01-Jun-2018 10:39:13 UTC] PHP  19. trigger_error() /app/public/wp-includes/functions.php:4148
[01-Jun-2018 10:39:50 UTC] PHP Notice:  wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (2) for the number of arguments passed (3). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /app/public/wp-includes/functions.php on line 4148
[01-Jun-2018 10:39:50 UTC] PHP Stack trace:
[01-Jun-2018 10:39:50 UTC] PHP   1. {main}() /app/public/index.php:0
[01-Jun-2018 10:39:50 UTC] PHP   2. require() /app/public/index.php:17
[01-Jun-2018 10:39:50 UTC] PHP   3. wp() /app/public/wp-blog-header.php:16
[01-Jun-2018 10:39:50 UTC] PHP   4. WP->main() /app/public/wp-includes/functions.php:960
[01-Jun-2018 10:39:50 UTC] PHP   5. WP->query_posts() /app/public/wp-includes/class-wp.php:715
[01-Jun-2018 10:39:50 UTC] PHP   6. WP_Query->query() /app/public/wp-includes/class-wp.php:599
[01-Jun-2018 10:39:50 UTC] PHP   7. WP_Query->get_posts() /app/public/wp-includes/class-wp-query.php:3230
[01-Jun-2018 10:39:50 UTC] PHP   8. WP_Query->parse_query() /app/public/wp-includes/class-wp-query.php:1621
[01-Jun-2018 10:39:50 UTC] PHP   9. do_action_ref_array() /app/public/wp-includes/class-wp-query.php:1006
[01-Jun-2018 10:39:50 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:515
[01-Jun-2018 10:39:50 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:39:50 UTC] PHP  12. SitePress->parse_query() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:39:50 UTC] PHP  13. WPML_Query_Parser->parse_query() /app/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:3396
[01-Jun-2018 10:39:50 UTC] PHP  14. WPML_Query_Parser->maybe_adjust_name_var() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:278
[01-Jun-2018 10:39:50 UTC] PHP  15. WPML_404_Guess->guess_cpt_by_name() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:390
[01-Jun-2018 10:39:50 UTC] PHP  16. WPML_404_Guess->order_by_language_snippet() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:58
[01-Jun-2018 10:39:50 UTC] PHP  17. wpdb->prepare() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:101
[01-Jun-2018 10:39:50 UTC] PHP  18. _doing_it_wrong() /app/public/wp-includes/wp-db.php:1297
[01-Jun-2018 10:39:50 UTC] PHP  19. trigger_error() /app/public/wp-includes/functions.php:4148
[01-Jun-2018 10:44:06 UTC] PHP Notice:  wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (2) for the number of arguments passed (3). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /app/public/wp-includes/functions.php on line 4148
[01-Jun-2018 10:44:06 UTC] PHP Stack trace:
[01-Jun-2018 10:44:06 UTC] PHP   1. {main}() /app/public/index.php:0
[01-Jun-2018 10:44:06 UTC] PHP   2. require() /app/public/index.php:17
[01-Jun-2018 10:44:06 UTC] PHP   3. wp() /app/public/wp-blog-header.php:16
[01-Jun-2018 10:44:06 UTC] PHP   4. WP->main() /app/public/wp-includes/functions.php:960
[01-Jun-2018 10:44:06 UTC] PHP   5. WP->query_posts() /app/public/wp-includes/class-wp.php:715
[01-Jun-2018 10:44:06 UTC] PHP   6. WP_Query->query() /app/public/wp-includes/class-wp.php:599
[01-Jun-2018 10:44:06 UTC] PHP   7. WP_Query->get_posts() /app/public/wp-includes/class-wp-query.php:3230
[01-Jun-2018 10:44:06 UTC] PHP   8. WP_Query->parse_query() /app/public/wp-includes/class-wp-query.php:1621
[01-Jun-2018 10:44:06 UTC] PHP   9. do_action_ref_array() /app/public/wp-includes/class-wp-query.php:1006
[01-Jun-2018 10:44:06 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:515
[01-Jun-2018 10:44:06 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:44:06 UTC] PHP  12. SitePress->parse_query() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:44:06 UTC] PHP  13. WPML_Query_Parser->parse_query() /app/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:3396
[01-Jun-2018 10:44:06 UTC] PHP  14. WPML_Query_Parser->maybe_adjust_name_var() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:278
[01-Jun-2018 10:44:06 UTC] PHP  15. WPML_404_Guess->guess_cpt_by_name() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:390
[01-Jun-2018 10:44:06 UTC] PHP  16. WPML_404_Guess->order_by_language_snippet() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:58
[01-Jun-2018 10:44:06 UTC] PHP  17. wpdb->prepare() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:101
[01-Jun-2018 10:44:06 UTC] PHP  18. _doing_it_wrong() /app/public/wp-includes/wp-db.php:1297
[01-Jun-2018 10:44:06 UTC] PHP  19. trigger_error() /app/public/wp-includes/functions.php:4148
[01-Jun-2018 10:44:18 UTC] PHP Notice:  wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (2) for the number of arguments passed (3). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /app/public/wp-includes/functions.php on line 4148
[01-Jun-2018 10:44:18 UTC] PHP Stack trace:
[01-Jun-2018 10:44:18 UTC] PHP   1. {main}() /app/public/index.php:0
[01-Jun-2018 10:44:18 UTC] PHP   2. require() /app/public/index.php:17
[01-Jun-2018 10:44:18 UTC] PHP   3. wp() /app/public/wp-blog-header.php:16
[01-Jun-2018 10:44:18 UTC] PHP   4. WP->main() /app/public/wp-includes/functions.php:960
[01-Jun-2018 10:44:18 UTC] PHP   5. WP->query_posts() /app/public/wp-includes/class-wp.php:715
[01-Jun-2018 10:44:18 UTC] PHP   6. WP_Query->query() /app/public/wp-includes/class-wp.php:599
[01-Jun-2018 10:44:18 UTC] PHP   7. WP_Query->get_posts() /app/public/wp-includes/class-wp-query.php:3230
[01-Jun-2018 10:44:18 UTC] PHP   8. WP_Query->parse_query() /app/public/wp-includes/class-wp-query.php:1621
[01-Jun-2018 10:44:18 UTC] PHP   9. do_action_ref_array() /app/public/wp-includes/class-wp-query.php:1006
[01-Jun-2018 10:44:18 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:515
[01-Jun-2018 10:44:18 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:44:18 UTC] PHP  12. SitePress->parse_query() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:44:18 UTC] PHP  13. WPML_Query_Parser->parse_query() /app/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:3396
[01-Jun-2018 10:44:18 UTC] PHP  14. WPML_Query_Parser->maybe_adjust_name_var() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:278
[01-Jun-2018 10:44:18 UTC] PHP  15. WPML_404_Guess->guess_cpt_by_name() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:390
[01-Jun-2018 10:44:18 UTC] PHP  16. WPML_404_Guess->order_by_language_snippet() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:58
[01-Jun-2018 10:44:18 UTC] PHP  17. wpdb->prepare() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:101
[01-Jun-2018 10:44:18 UTC] PHP  18. _doing_it_wrong() /app/public/wp-includes/wp-db.php:1297
[01-Jun-2018 10:44:18 UTC] PHP  19. trigger_error() /app/public/wp-includes/functions.php:4148
[01-Jun-2018 10:46:01 UTC] PHP Notice:  wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (2) for the number of arguments passed (3). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /app/public/wp-includes/functions.php on line 4148
[01-Jun-2018 10:46:01 UTC] PHP Stack trace:
[01-Jun-2018 10:46:01 UTC] PHP   1. {main}() /app/public/index.php:0
[01-Jun-2018 10:46:01 UTC] PHP   2. require() /app/public/index.php:17
[01-Jun-2018 10:46:01 UTC] PHP   3. wp() /app/public/wp-blog-header.php:16
[01-Jun-2018 10:46:01 UTC] PHP   4. WP->main() /app/public/wp-includes/functions.php:960
[01-Jun-2018 10:46:01 UTC] PHP   5. WP->query_posts() /app/public/wp-includes/class-wp.php:715
[01-Jun-2018 10:46:01 UTC] PHP   6. WP_Query->query() /app/public/wp-includes/class-wp.php:599
[01-Jun-2018 10:46:01 UTC] PHP   7. WP_Query->get_posts() /app/public/wp-includes/class-wp-query.php:3230
[01-Jun-2018 10:46:01 UTC] PHP   8. WP_Query->parse_query() /app/public/wp-includes/class-wp-query.php:1621
[01-Jun-2018 10:46:01 UTC] PHP   9. do_action_ref_array() /app/public/wp-includes/class-wp-query.php:1006
[01-Jun-2018 10:46:01 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:515
[01-Jun-2018 10:46:01 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:46:01 UTC] PHP  12. SitePress->parse_query() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:46:01 UTC] PHP  13. WPML_Query_Parser->parse_query() /app/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:3396
[01-Jun-2018 10:46:01 UTC] PHP  14. WPML_Query_Parser->maybe_adjust_name_var() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:278
[01-Jun-2018 10:46:01 UTC] PHP  15. WPML_404_Guess->guess_cpt_by_name() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:390
[01-Jun-2018 10:46:01 UTC] PHP  16. WPML_404_Guess->order_by_language_snippet() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:58
[01-Jun-2018 10:46:01 UTC] PHP  17. wpdb->prepare() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:101
[01-Jun-2018 10:46:01 UTC] PHP  18. _doing_it_wrong() /app/public/wp-includes/wp-db.php:1297
[01-Jun-2018 10:46:01 UTC] PHP  19. trigger_error() /app/public/wp-includes/functions.php:4148
[01-Jun-2018 10:46:06 UTC] PHP Notice:  wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (1) for the number of arguments passed (2). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /app/public/wp-includes/functions.php on line 4148
[01-Jun-2018 10:46:06 UTC] PHP Stack trace:
[01-Jun-2018 10:46:06 UTC] PHP   1. {main}() /app/public/wp-admin/edit.php:0
[01-Jun-2018 10:46:06 UTC] PHP   2. require_once() /app/public/wp-admin/edit.php:303
[01-Jun-2018 10:46:06 UTC] PHP   3. do_action() /app/public/wp-admin/admin-header.php:97
[01-Jun-2018 10:46:06 UTC] PHP   4. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[01-Jun-2018 10:46:06 UTC] PHP   5. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:46:06 UTC] PHP   6. SitePress->language_filter() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:46:06 UTC] PHP   7. WPML_Post_Language_Filter->post_language_filter() /app/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:2277
[01-Jun-2018 10:46:06 UTC] PHP   8. WPML_Post_Language_Filter->language_links() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:35
[01-Jun-2018 10:46:06 UTC] PHP   9. WPML_Language_Filter_Bar->get_counts() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:91
[01-Jun-2018 10:46:06 UTC] PHP  10. WPML_Post_Language_Filter->get_count_data() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/wpml-language-filter-bar.class.php:53
[01-Jun-2018 10:46:06 UTC] PHP  11. wpdb->prepare() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:72
[01-Jun-2018 10:46:06 UTC] PHP  12. _doing_it_wrong() /app/public/wp-includes/wp-db.php:1297
[01-Jun-2018 10:46:06 UTC] PHP  13. trigger_error() /app/public/wp-includes/functions.php:4148
[01-Jun-2018 10:46:13 UTC] PHP Notice:  wpdb::prepare was called <strong>incorrectly</strong>. The query does not contain the correct number of placeholders (1) for the number of arguments passed (2). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 4.8.3.) in /app/public/wp-includes/functions.php on line 4148
[01-Jun-2018 10:46:13 UTC] PHP Stack trace:
[01-Jun-2018 10:46:13 UTC] PHP   1. {main}() /app/public/wp-admin/edit.php:0
[01-Jun-2018 10:46:13 UTC] PHP   2. require_once() /app/public/wp-admin/edit.php:303
[01-Jun-2018 10:46:13 UTC] PHP   3. do_action() /app/public/wp-admin/admin-header.php:97
[01-Jun-2018 10:46:13 UTC] PHP   4. WP_Hook->do_action() /app/public/wp-includes/plugin.php:453
[01-Jun-2018 10:46:13 UTC] PHP   5. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:46:13 UTC] PHP   6. SitePress->language_filter() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:46:13 UTC] PHP   7. WPML_Post_Language_Filter->post_language_filter() /app/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:2277
[01-Jun-2018 10:46:13 UTC] PHP   8. WPML_Post_Language_Filter->language_links() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:35
[01-Jun-2018 10:46:13 UTC] PHP   9. WPML_Language_Filter_Bar->get_counts() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:91
[01-Jun-2018 10:46:13 UTC] PHP  10. WPML_Post_Language_Filter->get_count_data() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/wpml-language-filter-bar.class.php:53
[01-Jun-2018 10:46:13 UTC] PHP  11. wpdb->prepare() /app/public/wp-content/plugins/sitepress-multilingual-cms/menu/post-menus/wpml-post-language-filter.class.php:72
[01-Jun-2018 10:46:13 UTC] PHP  12. _doing_it_wrong() /app/public/wp-includes/wp-db.php:1297
[01-Jun-2018 10:46:13 UTC] PHP  13. trigger_error() /app/public/wp-includes/functions.php:4148
[01-Jun-2018 10:46:17 UTC] PHP Notice:  wpdb::prepare est appelée de la mauvaise manière. La requête ne contient pas un nombre correct de substitutifs/placeholders (2) pour le nombre d’arguments proposés (3). Veuillez lire <a href="https://codex.wordpress.org/fr:Débogage_dans_WordPress">Débogage dans WordPress</a> (en) pour plus d’informations. (Ce message a été ajouté à la version 4.8.3.) in /app/public/wp-includes/functions.php on line 4148
[01-Jun-2018 10:46:17 UTC] PHP Stack trace:
[01-Jun-2018 10:46:17 UTC] PHP   1. {main}() /app/public/index.php:0
[01-Jun-2018 10:46:17 UTC] PHP   2. require() /app/public/index.php:17
[01-Jun-2018 10:46:17 UTC] PHP   3. wp() /app/public/wp-blog-header.php:16
[01-Jun-2018 10:46:17 UTC] PHP   4. WP->main() /app/public/wp-includes/functions.php:960
[01-Jun-2018 10:46:17 UTC] PHP   5. WP->query_posts() /app/public/wp-includes/class-wp.php:715
[01-Jun-2018 10:46:17 UTC] PHP   6. WP_Query->query() /app/public/wp-includes/class-wp.php:599
[01-Jun-2018 10:46:17 UTC] PHP   7. WP_Query->get_posts() /app/public/wp-includes/class-wp-query.php:3230
[01-Jun-2018 10:46:17 UTC] PHP   8. WP_Query->parse_query() /app/public/wp-includes/class-wp-query.php:1621
[01-Jun-2018 10:46:17 UTC] PHP   9. do_action_ref_array() /app/public/wp-includes/class-wp-query.php:1006
[01-Jun-2018 10:46:17 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:515
[01-Jun-2018 10:46:17 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:46:17 UTC] PHP  12. SitePress->parse_query() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:46:17 UTC] PHP  13. WPML_Query_Parser->parse_query() /app/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:3396
[01-Jun-2018 10:46:17 UTC] PHP  14. WPML_Query_Parser->maybe_adjust_name_var() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:278
[01-Jun-2018 10:46:17 UTC] PHP  15. WPML_404_Guess->guess_cpt_by_name() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:390
[01-Jun-2018 10:46:17 UTC] PHP  16. WPML_404_Guess->order_by_language_snippet() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:58
[01-Jun-2018 10:46:17 UTC] PHP  17. wpdb->prepare() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:101
[01-Jun-2018 10:46:17 UTC] PHP  18. _doing_it_wrong() /app/public/wp-includes/wp-db.php:1297
[01-Jun-2018 10:46:17 UTC] PHP  19. trigger_error() /app/public/wp-includes/functions.php:4148
[01-Jun-2018 10:46:28 UTC] PHP Notice:  wpdb::prepare est appelée de la mauvaise manière. La requête ne contient pas un nombre correct de substitutifs/placeholders (2) pour le nombre d’arguments proposés (3). Veuillez lire <a href="https://codex.wordpress.org/fr:Débogage_dans_WordPress">Débogage dans WordPress</a> (en) pour plus d’informations. (Ce message a été ajouté à la version 4.8.3.) in /app/public/wp-includes/functions.php on line 4148
[01-Jun-2018 10:46:28 UTC] PHP Stack trace:
[01-Jun-2018 10:46:28 UTC] PHP   1. {main}() /app/public/index.php:0
[01-Jun-2018 10:46:28 UTC] PHP   2. require() /app/public/index.php:17
[01-Jun-2018 10:46:28 UTC] PHP   3. wp() /app/public/wp-blog-header.php:16
[01-Jun-2018 10:46:28 UTC] PHP   4. WP->main() /app/public/wp-includes/functions.php:960
[01-Jun-2018 10:46:28 UTC] PHP   5. WP->query_posts() /app/public/wp-includes/class-wp.php:715
[01-Jun-2018 10:46:28 UTC] PHP   6. WP_Query->query() /app/public/wp-includes/class-wp.php:599
[01-Jun-2018 10:46:28 UTC] PHP   7. WP_Query->get_posts() /app/public/wp-includes/class-wp-query.php:3230
[01-Jun-2018 10:46:28 UTC] PHP   8. WP_Query->parse_query() /app/public/wp-includes/class-wp-query.php:1621
[01-Jun-2018 10:46:28 UTC] PHP   9. do_action_ref_array() /app/public/wp-includes/class-wp-query.php:1006
[01-Jun-2018 10:46:28 UTC] PHP  10. WP_Hook->do_action() /app/public/wp-includes/plugin.php:515
[01-Jun-2018 10:46:28 UTC] PHP  11. WP_Hook->apply_filters() /app/public/wp-includes/class-wp-hook.php:310
[01-Jun-2018 10:46:28 UTC] PHP  12. SitePress->parse_query() /app/public/wp-includes/class-wp-hook.php:286
[01-Jun-2018 10:46:28 UTC] PHP  13. WPML_Query_Parser->parse_query() /app/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php:3396
[01-Jun-2018 10:46:28 UTC] PHP  14. WPML_Query_Parser->maybe_adjust_name_var() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:278
[01-Jun-2018 10:46:28 UTC] PHP  15. WPML_404_Guess->guess_cpt_by_name() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-query-parser.php:390
[01-Jun-2018 10:46:28 UTC] PHP  16. WPML_404_Guess->order_by_language_snippet() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:58
[01-Jun-2018 10:46:28 UTC] PHP  17. wpdb->prepare() /app/public/wp-content/plugins/sitepress-multilingual-cms/classes/query-filtering/class-wpml-404-guess.php:101
[01-Jun-2018 10:46:28 UTC] PHP  18. _doing_it_wrong() /app/public/wp-includes/wp-db.php:1297
[01-Jun-2018 10:46:28 UTC] PHP  19. trigger_error() /app/public/wp-includes/functions.php:4148

@raftaar1191
Copy link
Contributor Author

@ravinderk All the suggestions that are being suggested by you are being Done

I try to regenerate the notices as well but I don't think this is related to to the current PR

@ravinderk
Copy link
Collaborator

@raftaar1191 use suppress_filters filters as we discuss overcall and remove existing code.

@raftaar1191
Copy link
Contributor Author

@ravinderk PR updated as suggested by you but we need to add still add some filter because when we pass donation id in the Total Goal shortcode it is not working

Please check the video to know about the issues and why I need to add that extra filter

Video Link: https://screencast-o-matic.com/watch/cF1VIqbNow

@ravinderk ravinderk merged commit 6c74d21 into impress-org:release/2.1.4 Jun 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants