• 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)

Viewing 1 replies (of 1 total)
  • Thread Starter juggledad

    (@juggledad)

    Follow up – if you follow the documentation and use PUSH_SYNDICATION_KEY, the plugin does not work. You have to use PUSH_SYNDICATE_KEY in the define to get it to work.

Viewing 1 replies (of 1 total)
  • The topic ‘Use of undefined constant PUSH_SYNDICATE_KEY’ is closed to new replies.