Use of undefined constant PUSH_SYNDICATE_KEY
-
The documentation says
You also need to define an encryption key which will be used to encrypt user credentials and save to the database securely.
define(‘PUSH_SYNDICATION_KEY’, ‘this-is-a-randon-key’)
However doing this causes an error on the sites screen:
Notice: Use of undefined constant PUSH_SYNDICATE_KEY – assumed ‘PUSH_SYNDICATE_KEY’ in /usr/home/wyohub/wp-content/plugins/push-syndication/includes/push-syndicate-encryption.php on line 12
PUSH_SYNDICATION_KEY is only used in the ‘README.md’ and ‘readme.txt’ files and in the install notes on the plugin page, while PUSH_SYNDICATE_KEY is used in the actual plugin code (push_syndicate_encryption.php twice in line 6 and twice in line 12)
- The topic ‘Use of undefined constant PUSH_SYNDICATE_KEY’ is closed to new replies.