All of a sudden, I now noticed that my sitemap is not building and it states the following:
# 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 13.49MB, the limit of your server is 40M.
# The last known execution time of the script was 0.46 seconds, the limit of your server is 50000 seconds.
# The script stopped around post number 394 (+/- 100)
When I manually try to build it, it just displays a blank page and when I return to the main page it just gives me the above errors. I am nowhere close to my server limits as stated above. This seemed to just start happening for no reason.
Any ideas?
]]>Warning: rename(/home/.xxx/xxxx/ditii.com/blog/wp-content/cache/supercache/www.ditii.com.disabled,/home/xxx/xxxx/ditii.com/blog/wp-content/cache/supercache/www.ditii.com) [function.rename]: Device or resource busy in /home/xxx/xxxx/ditii.com/blog/wp-content/plugins/wp-super-cache/wp-cache.php on line 623
Once, I exit and re-load Super Cache options page, the doesn’t appear. Can anyone advice, why it’s happening?
Also, the plugin is not serving Super Cache page, I’ve my blog installed as follows:
WP URI: https://www.ditii.com/blog
Blog URI: https://www.ditii.com/
My existing htaccess rules as follows:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{QUERY_STRING} !.*s=.*
RewriteCond %{HTTP_COOKIE} !^.*comment_author_.*$
RewriteCond %{HTTP_COOKIE} !^.*wordpress.*$
RewriteCond %{HTTP_COOKIE} !^.*wp-postpass_.*$
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1index.html.gz -f
RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1index.html.gz [L]
RewriteCond %{QUERY_STRING} !.*s=.*
RewriteCond %{HTTP_COOKIE} !^.*comment_author_.*$
RewriteCond %{HTTP_COOKIE} !^.*wordpress.*$
RewriteCond %{HTTP_COOKIE} !^.*wp-postpass_.*$
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1index.html -f
RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1index.html [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Help me getting out of the degraded performance, and lots of suspensions, that the ISP is giving on daily basis on the pretext, I’m using lots of their Server resources.
]]>I get this error:
“The last run didn’t finish! Maybe you can raise the memory or time limit for PHP scripts”
I’ve increased memory to 32M – execution time to unlimited. Google webtools shows errors ALL over the place and tells me “Line 126 Parsing error”
My existing plugins on Cutline 2.1 – 404 notifier, akismet, All in one SEO, Feedburner FeedSmith & wp-cache.
Should I downgrade, uninstall/reinstall something?? I’m stuck….
]]>I appreciate any guidance you can provide and will be glad to give anyone more info if necessary.
]]>