Cannot activate Jetpack on my server

You may not have enough processes running. To test, try creating a file sleeper.php: <?php sleep(5); echo “Working fine\n”; And then run this from the cli: curl -m 6 http://example.com/sleeper.php & curl -m 6 http://example.com/sleeper.php & wait If there is only one process it will print out something like this: Working fine curl: (28) Operation … Read more

Is “Featured Content” in Twenty Fourteen done with a plugin, or is it native in WP4.0?

The featured content is part of the TwentyFourteen theme, and is not implemented as a plugin, but rather as an Appearance > Customize setting (via get_theme_mod()), which allows the use of a Grid or Slider layout, choosing posts base on the tag provided. BTW, I figured this out only after reading your post! So thanks … Read more

How to tell if Jetpack’s Photon is active?

We just committed a new function to Jetpack Trunk, and it should be enabled in the next release, Jetpack::is_module_active() — http://plugins.trac.wordpress.org/changeset/716884 Then you can just call: if( class_exists( ‘Jetpack’ ) && Jetpack::is_module_active( ‘contact-form’ ) ) {} Or at least, you will once the next version releases, and the user has their Jetpack updated. 🙂 If … Read more

When would it make sense to use Jetpack?

Hi @Grant Palin: I think the decision is your own. As said Automattic is merging its plugins into JetPack and encouraging users with older versions to upgrade. If you want to continue using those plugins you likely will not have a choice but to upgrade to JetPack with the alternate being to switch to other … Read more

How to disable Jetpack modules such as Stats?

If you press the “Learn More” button for each Jetpack Module, you will get a “Deactivate” button showing up to the right. There is also a fork call Jetpack Lite http://wordpress.org/extend/plugins/jetpack-lite/ A NOT official “lite” fork of Jetpack plugin containing only Stats and WP.me Shortlinks modules. All other modules removed (files and code).

How to run Jetpack from localhost? [closed]

Add this to your wp-config.php: const JETPACK_DEV_DEBUG = TRUE; This makes it possible to use features on localhost that don’t require a connection to wordpress.com. See the announcement post on jetpack.me for the background. For your own plugins, learn that lesson: Do not rely on working outgoing connections. Respect your users privacy, and explain in … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)