• Hi i am having trouble with the URLs the plugin is creating. Im running a website with about 900K custom post types and previously your plugin was working perfectly generating the sitemap with the correct custom post types but now it seems that the URLs that its generating for the custom post type are incorrect. they have the correct post name but incorrect full path to the page. What could be causing this especially since it was working before. thanks

    http://wordpress.org/plugins/bwp-google-xml-sitemaps/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter zerackam

    (@zerackam)

    Any ideas why the plugin would not be able to identify the correct URL of a custom post? Any suggestions on what to look into?

    Thanks

    Thread Starter zerackam

    (@zerackam)

    So i did a little checking and it seems like the problem started when i changed my my.cnf so that i could get more out of mysql. here is my my.cnf settings
    [mysqld]
    max_connections = 50
    max_heap_table_size = 512M
    tmp_table_size = 512M
    table_cache = 1024
    sort_buffer_size = 60M
    query_cache_min_res_unit = 1K
    query_cache_limit = 102M
    query_cache_size = 100M
    max_allowed_packet = 16M
    thread_stack = 128K
    thread_cache_size = 8
    innodb_buffer_pool_size = 6000M
    innodb_additional_mem_pool_size = 160M
    innodb_lock_wait_timeout = 2
    innodb_file_io_threads = 4
    innodb_thread_concurrency = 8
    innodb_flush_method = O_DIRECT
    transaction-isolation = READ-COMMITTED
    skip-external-locking

    Is there anything in there that could have caused it because it seems that after i implemented this the plugin just possibly pulls the last query i did from the now large buffer pool and gives every URL the same prefix.

    Plugin Author Khang Minh

    (@oddoneout)

    Did you change anything else apart from innodb_buffer_pool_size?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sitemap contains wrong custom URLs’ is closed to new replies.