Sitemap build hanging/crashing site?

This topic contains 15 replies, has 4 voices, and was last updated by  Kiran 4 years, 7 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #516719

    Kiran
    Moderator
    Post count: 7069

    Hi coreyhammond,

    Issue has been fixed.

    I have done following steps:
    1) Added following lines in wp-config.php file before line “/* That’s all, stop editing! Happy blogging. */”

    
    
    /*** SITEMAP ISSUE ***/
    define( 'WP_MEMORY_LIMIT', '512M' );
    @ini_set( 'memory_limit', '512M' );
    @ini_set( 'max_execution_time', '300' );
    /*** SITEMAP ISSUE ***/

    2) Un-ticked follwoing options from GeoDirectory > Settings > Locations > Settings
    – Exclude post types location pages in xml sitemap
    – Exclude categories location pages in xml sitemap
    – Exclude tags location pages in xml sitemap

    3) Enabled sitemap & re-saved settings from SEO > General > Features > XML sitemaps

    4) Visited mysite.com/sitemap_index.xml url

    Please check and let us know.

    Regards,
    Kiran

Viewing 16 post (of 16 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket