Solution for “Nothing in Your Event Queue” error
-
If you have the NextGEN Gallery plugin activated you will need to add the following to your wp-config.php:
define('NGG_CRON_ENABLED', FALSE);
before the line that reads:
/* That's all, stop editing! Happy blogging. */
The reason you need to disable NextGEN plugin’s cron scheduler is because NextGen will delete the transient keys that connect your registration data to a user’s session. The NextGEN plugin’s cron task that deletes the data runs every 15 minutes.
- The topic ‘Solution for “Nothing in Your Event Queue” error’ is closed to new replies.