• Resolved srzahmad

    (@srzahmad)


    i am using a vps with wordops setup, only difference in this setup is that wp-config.php is outside the public html directory.
    added lines required for configuration in wp-config file.
    your plugin reads the account id but it is not reading the token

    where as in my other vps setup where wp-config is present in public html it plugin working fine

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter srzahmad

    (@srzahmad)

    reply to the previous message
    i manuall added these two options in wp-options table via php myadmin by running this query, and now it works

    INSERT INTO wp_options (option_id, option_name, option_value, autoload) VALUES
    (33087740, ‘cf-images-config-written’, ‘1’, ‘no’),
    (33087749, ‘cf-images-setup-done’, ‘1’, ‘no’);

    Plugin Author Anton Vanyukov

    (@vanyukov)

    Hi @srzahmad,

    Thank you for reporting this. I’ll improve support for this case scenario in the upcoming update.

    Best regards,
    Anton

    Plugin Author Anton Vanyukov

    (@vanyukov)

    I’ve release a new version that improves detection of set defines. I’ll mark this as resolved. Feel free to open a new thread, if there are still issues.

    Best regards,
    Anton

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘plugin not recieving token in wordops setup’ is closed to new replies.