Requires the creation of a php.ini file in the wp-admin folder with the following code:
memory_limit = 32M
upload_max_filesize = 32M
post_max_size = 32M
file_uploads = On
Thanks to C. Bavota for the fix Consult this link for additional info.
Requires the creation of a php.ini file in the wp-admin folder with the following code:
memory_limit = 32M
upload_max_filesize = 32M
post_max_size = 32M
file_uploads = On
Thanks to C. Bavota for the fix Consult this link for additional info.
Don’t panic. Here’s the fix:
For those of you having trouble connecting your WordPress Stats to your site after upgrading to Jetpack, my hosting tech support told me to add the following to my .htaccess file in the www/www root directory:
<IfModule mod_security.c> SecFilterRemove 114 </IfModule>
That will free up access to the xmlrpc.php file, which could fix the problem.
Now, it is very likely that the above code is specific to host’s server configuration, but the secret is to allow access to xmlrpc.php file.
Cheers,
Tim
Recent Comments