usefulteam / jwt-auth

WordPress JSON Web Token Authentication
https://wordpress.org/plugins/jwt-auth/
122 stars 49 forks source link

Missing required file - fatal error -> version 2.1.2 #81

Closed adambichler closed 1 year ago

adambichler commented 1 year ago

When updating from version 2.1.0 to version 2.1.2, a fatal erreor occurs on my website. This ist the error i get:

An error of type E_COMPILE_ERROR was caused on line 25 of the path-to-my-root-direcotry/wp-content/plugins/jwt-auth/vendor/composer/autoload_real.php file. Error message: require(): Failed opening required 'path-to-my-root-direcotry/wp-content/plugins/jwt-auth/vendor/composer/platform_check.php' (include_path='.:/ usr/local/php74/pear')

I checked the wordpress repository plugin ZIP and the "platform_check.php" file is indeed missing in the vendor/composer/ folder. When downgrading to version 2.1.0, everything is working fine again.

Thanks for looking into it!

dominic-ks commented 1 year ago

Just closing as a duplicate of https://github.com/usefulteam/jwt-auth/issues/80 as you've seen.