You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, this weird but I have compiled and installed the module but I am still getting Uncaught Error: Call to undefined function jwt_encode() .
I have verified from phpinfo() that jwt.ini is loading.
I am using PHP 7.3 on runcloud.
I installed module using:
/RunCloud/Packages/php73rc/bin/phpize && ./configure --with-openssl=/usr/bin/openssl --with-php-config=/RunCloud/Packages/php73rc/bin/php-config
make
sudo make install
Am I missing something here?
The text was updated successfully, but these errors were encountered:
Well, this weird but I have compiled and installed the module but I am still getting
Uncaught Error: Call to undefined function jwt_encode()
.I have verified from
phpinfo()
that jwt.ini is loading.I am using PHP 7.3 on runcloud.
I installed module using:
Am I missing something here?
The text was updated successfully, but these errors were encountered: