• Remember to address to the Bug Tracking guidelines and to follow the instructions in the post ticket template.
  • Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

  • 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

Reviewing 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