DrWig
Forum Replies Created
-
ok. I have very few on the site. Currently:
Jetpack
Akismet
Google Analyticatorcheers
DrWig
For example (some bits removed!)
Select DrWig – 2013-02-06 10:19:32 2013-02-06 @ 10:19:32 AM
Select DrWig – 2013-02-06 10:19:30 2013-02-06 @ 10:19:30 AM
Select DrWig – 2013-02-06 10:19:24 2013-02-06 @ 10:19:24 AM
Select DrWig – 2013-02-06 10:19:22 2013-02-06 @ 10:19:22 AM
Select DrWig – 2013-02-06 10:19:21 2013-02-06 @ 10:19:21 AM
Select DrWig – 2013-02-06 10:19:16 2013-02-06 @ 10:19:16 AM
Select DrWig – 2013-02-06 10:19:13 2013-02-06 @ 10:19:13 AM
Select DrWig – 2013-02-06 10:19:11 2013-02-06 @ 10:19:11 AM
Select DrWig – 2013-02-06 10:19:10 2013-02-06 @ 10:19:10 AM
Select DrWig – 2013-02-06 10:19:08 2013-02-06 @ 10:19:08 AM
Select DrWig – 2013-02-06 10:19:07 2013-02-06 @ 10:19:07 AM
Select DrWig – 2013-02-06 10:19:05 2013-02-06 @ 10:19:05 AM
Select DrWig – 2013-02-06 10:19:04 2013-02-06 @ 10:19:04 AM
Select DrWig – 2013-02-06 10:19:02 2013-02-06 @ 10:19:02 AM
Select DrWig – 2013-02-06 10:19:01 2013-02-06 @ 10:19:01 AM
Select DrWig – 2013-02-06 10:18:59 2013-02-06 @ 10:18:59 AM
Select DrWig – 2013-02-06 10:18:57 2013-02-06 @ 10:18:57 AM
Select DrWig – 2013-02-06 10:18:56 2013-02-06 @ 10:18:56 AM
Select DrWig – 2013-02-06 10:18:54 2013-02-06 @ 10:18:54 AM
…each item with a few seconds between them….
Never spotted that item in the panel before! It’s in there multiple times as well…….
Using latest jetpack etc.. (2.1.2)
cheers
DrWig
I receive between 10 and 60(!) emails for one send of the contact form on my site. It takes an age to actually send from the site, and sometimes just gives an error:
http://www.littlechester.org.uk/?page_id=142it turns out that fix wasn’t the problem, and it worked due to a fluke! It turns out that the maximum allowed time a php functino was allowed to take was 30 seconds. This seems to include the time it takes to download a file as part of that function. Setting the time too low for the download results in a visible error message, however, if the file is unpacking while this limit is reached, no obvious error message is shown. For some reason, downloads to our server are working slowly from wordpress currently, so it was hitting the limit during unpack (currently it’s limited to 30 seconds). Upping this limit fixed the error.
in php.ini
max_execution_time = 30cheers
DrWig