local.flywheel install
-
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]
- The topic ‘local.flywheel install’ is closed to new replies.