Giter Club home page Giter Club logo

wp-imgix's Issues

Uncaught Error: Undefined constant "WP_IMGIX_SIGNING_TOKEN

Uncaught Error: Undefined constant "WP_IMGIX_SIGNING_TOKEN

We don't enable our images for url signing to be used so have added the code below to my WP-config and not added the other line:
define( 'WP_IMGIX_URL', 'https://marquee.imgix.net');

But when I do I get the error in the title that says that WP_IMGIX_SIGNING_TOKEN is undefined.

It sounded like in the readme that this is an optional define to implement.

As we aren't using url signing in imgix what is the recommendation in these cases?

Doesn't work without signing URLs

Hi there,

In the docs it says:

If you're signing urls, Add define( 'WP_IMGIX_SIGNING_TOKEN', 'abcdefg123456' ) to your wp-config.php file.

Implying that this setting is optional.

However if I do not define this in my wp-config.php file, then I get the following error:

Fatal error: Uncaught Error: Undefined constant "WP_IMGIX_SIGNING_TOKEN" in /var/www/vhosts/ply.digital/urban.staging.ply.digital/wp-content/plugins/wp-imgix-master/includes/class-wp-imgix.php:61

If I then try and define this as null - i.e. define( 'WP_IMGIX_SIGNING_TOKEN', '' ) or define( 'WP_IMGIX_SIGNING_TOKEN', null), then the image URLs in the content are not replaced.

Please help.

Ideally I do not want to turn on signing URLs for this website.

Cheers
Mark

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.