Hi Jeremy,
I made some tests this morning and I have this situation:
I started again from a completely clean install, without themes, without nothing, except:
- jetpack compatibility test;
- wp_server_info;
I run jetpack compatibility test and wp_server_info;
I got these results:
JETPACK COMPATIBILITY TEST
TEST: Self Connection
Array
(
[headers] => Array
(
[date] => Wed, 03 Jul 2013 03:21:07 GMT
[server] => Apache/2.2.24 (Unix) mod_ssl/2.2.24 OpenSSL/1.0.0-fips mod_bwlimited/1.4 mod_perl/2.0.6 Perl/v5.10.1
[x-powered-by] => PHP/5.3.24
[connection] => close
[content-type] => text/plain
)
[body] => XML-RPC server accepts POST requests only.
[response] => Array
(
[code] => 200
[message] => OK
)
[cookies] => Array
(
)
[filename] =>
)
This section of the test was returning a error in the previous installation as you can see on the post above
WP_SERVER_INFO
PHP Memory Limit 32.0 MiB
Before try install jetpack, I uploaded a file php.ini with:
memory_limit = 512M;
then I checked again and the information was:
WP_SERVER_INFO
PHP Memory Limit 512.0 MiB
In the previous installation I tried to install without raise the memory and I got a fatal error, so this time I chose raise and then install, so I did, and I installed / activated jetpack without any errors or warnings.
After the installation (before connect with wordpress.com) I run the jet pack compatibility test again, and I got exactly the same results, no errors, no warnings.
I connected with wordpress.com without any any error or warning, and I decided to run jet pack compatibility test once more just to be sure, but this time the result was different.
`TEST: Self Connection
Array
(
[headers] => Array
(
[date] => Wed, 03 Jul 2013 03:58:04 GMT
[server] => Apache/2.2.24 (Unix) mod_ssl/2.2.24 OpenSSL/1.0.0-fips mod_bwlimited/1.4 mod_perl/2.0.6 Perl/v5.10.1
[x-powered-by] => PHP/5.3.24
[connection] => close
[content-type] => text/html
)[body] =>
<b>Fatal error</b>: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in <b>/home3/perthfil/public_html/wp-includes/class-wp-xmlrpc-server.php</b> on line <b>4137</b>[response] => Array
(
[code] => 200
[message] => OK
)[cookies] => Array
(
)[filename] =>
)
So from my understanding the error is happening when I connect to wordpress.com, I made some other tests just to be sure.
I disconnected from wordpress.com and run jetpack compatibility test, that time without any error.
So Jeremy, is there any possible way to fix it? Do you have any idea?
Thanks again.
Thiago