• 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:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Problem in the application of Twitter

Status
Not open for further replies.

samaup

Chevereto Member
Hello

Problem in the application of Twitter

Fatal error [400]: Twitter connect error code:401
Triggered in /app/routes/route.connect.php at line 160

Stack trace:
#0 /lib/G/classes/class.handler.php(216): G\Handler->{closure}(G\Handler)
#1 /lib/G/classes/class.handler.php(120): G\Handler->processRequest()
#2 /app/loader.php(394): G\Handler->__construct(Array)
#3 /index.php(20): include_once('/app/loader.php')


http://www.samaup.net/
 
You get that error because the provided API keys are wrong. Check if you entered the keys properly.
 
Correct key

There's a mistake



Parse error
: syntax error, unexpected '[', expecting ')' in /home/sa1maup/public_html/app/loader.php on line 120

 
Correct key

There's a mistake



Parse error
: syntax error, unexpected '[', expecting ')' in /home/sa1maup/public_html/app/loader.php on line 120
That's doest have anything to do with Twitter. That is the error that you getting when you are running a PHP version older than 5.4. Chevereto needs at least php version 5.4 to run.
 
  • Chevereto version3.6.8 –
  • PHP version5.4.45




Fatal error [400]: Twitter connect error code:401
Triggered in /app/routes/route.connect.php at line 160

Stack trace:
#0 /lib/G/classes/class.handler.php(216): G\Handler->{closure}(G\Handler)
#1 /lib/G/classes/class.handler.php(120): G\Handler->processRequest()
#2 /app/loader.php(394): G\Handler->__construct(Array)
#3 /index.php(20): include_once('/app/loader.php')
 
401 means that the Twitter credential are wrong. Make sure that the credentials are OK.
 
Status
Not open for further replies.
Back
Top