• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Twitter connection not working

Version
4.0.8
PHP version
8.2
Database driver
MariaDB
Database version
10
Web browser
Chrome

lovedigit

👽 Chevereto Freak
*️⃣ Must open one ticket per issue. If you are experiencing multiple issues don't hesitate to create multiple tickets for each issue.

▶ Reproduction steps
  1. Go to account settings > connections
  2. Click on twitter to add a twitter account for authentication
😢 Unexpected result

An error is thrown as shown below:
📃 Error log message

Code:
Chevere\Throwable\Exceptions\ErrorException thrown in /var/www/html/app/vendor/hybridauth/hybridauth/src/Thirdparty/OAuth/OAuthConsumer.php:31

# Message [Code #8192]

Creation of dynamic property Hybridauth\Thirdparty\OAuth\OAuthConsumer::$callback_url is deprecated

# Incident ID:64cd03a619e8a

# Time
2023-08-04T13:56:54+00:00 [1691157414]

# Stack trace
------------------------------------------------------------
#0 /var/www/html/app/vendor/hybridauth/hybridauth/src/Thirdparty/OAuth/OAuthConsumer.php:31
{main}()
------------------------------------------------------------
#1 /var/www/html/app/vendor/hybridauth/hybridauth/src/Adapter/OAuth1.php:186
Hybridauth\Thirdparty\OAuth\OAuthConsumer->__construct()
------------------------------------------------------------
#2 /var/www/html/app/vendor/hybridauth/hybridauth/src/Adapter/AbstractAdapter.php:113
Hybridauth\Adapter\OAuth1->initialize()
------------------------------------------------------------
#3 /var/www/html/app/vendor/hybridauth/hybridauth/src/Hybridauth.php:141
Hybridauth\Adapter\AbstractAdapter->__construct()
------------------------------------------------------------
#4 /var/www/html/app/legacy/routes/connect.php:66
Hybridauth\Hybridauth->getAdapter()
------------------------------------------------------------
#5 /var/www/html/app/src/Legacy/G/Handler.php:242
Chevereto\Legacy\G\Handler->{closure}()
------------------------------------------------------------
#6 /var/www/html/app/src/Legacy/G/Handler.php:158
Chevereto\Legacy\G\Handler->processRequest()
-----------------------------------------------------------
#7 /var/www/html/app/legacy/load/web.php:501
Chevereto\Legacy\G\Handler->__construct()
------------------------------------------------------------
#8 /var/www/html/app/legacy/entrypoints/index.php:25
require_once(string(length=46))
------------------------------------------------------------
#9 /var/www/html/index.php:12
require_once(string(length=55))
 
Last edited:
Try with PHP 8.1, and if it doesn't work then PHP 8.0.
 
Back
Top