• 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

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