• I am using flywheel to complete a WordPress course through my local library.

    I installed the Jetpack plugin and get this error on the Jetpack Dashboard.

    Currently in Offline Mode (some features are disabled) because:

    • The jetpack_development_mode filter is active
    • Your site URL is a known local development environment URL

    After adding this line to the wp-config.php page nothing happens. define( 'JETPACK_DEV_DEBUG', true );?to your?wp-config.php?file. Make sure you add it before the?/* That's all, stop editing! Happy blogging. */?line.

    I even swapped that code out with JETPACK_DEV_DEBUG?constant, but I’m not a programmer and am not sure if it was also supposed to be placed above the /* That's all, stop editing! Happy blogging. */?line., too, but did anyways and I am still unable to access this plugins features.

    I also installed the Surbma | Jetpack Offline Mode plugin, kept define( 'haJETPACK_DEV_DEBUG', true ); and getting this error.

    What am I missing and what do I need to do to fix this problem?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @scamenzuli,

    Jetpack requires a publicly accessible URL to function. As you are running your site locally, offline mode gets enabled automatically.

    In Offline mode, some features will not be available at all and some will have limited functionality. Also, the code you added to the wp-config.php file is to turn on / enable Offline Mode.

    You can read more about it here.

    I hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘local.flywheel install’ is closed to new replies.