Forums

[resolved] [Plugin: Google XML Sitemaps] error please help (2 posts)

  1. onel0ve
    Member
    Posted 2 years ago #

    The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more
    The last known memory usage of the script was 47.75MB, the limit of your server is 80M.
    The last known execution time of the script was 8.13 seconds, the limit of your server is 120 seconds.
    The script stopped around post number 4459 (+/- 100)
    If you changed something on your server or blog, you should rebuild the sitemap manually.
    If you encounter any problems with the build process you can use the debug function to get more information.

    http://wordpress.org/extend/plugins/google-sitemap-generator/

  2. Samuel B
    moderator
    Posted 2 years ago #

    `1. Try adding this line to your wp-config.php file:
    define('WP_MEMORY_LIMIT', '96M');

    2. If you have access to your PHP.ini file, change the line in PHP.ini
    If your line shows 32M try 96M:
    memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)

    3. If you don't have access to PHP.ini try adding this to an .htaccess file:
    php_value memory_limit 96M

Topic Closed

This topic has been closed to new replies.

About this Topic