XFileSharing Pro - Twitter Mod Error

Message
Author
flowcubano
Posts: 25
Joined: Dec 15, 2010 12:26 am

Twitter Mod Error

#1 Postby flowcubano » Aug 25, 2011 11:47 am

Hello,

When user click on " Get Twitter Authentification" I get this error:

Software error:

Install Net::OAuth 0.25 or later for OAuth support at index.cgi line 2240


How can I fix it?

Thanks!

applewar
Posts: 67
Joined: Feb 08, 2011 4:21 am

#2 Postby applewar » Aug 25, 2011 12:04 pm

Hello,

On your web server:
perl -MCPAN -e shell
Install Net::OAuth
if you have another error, come back here ;)

flowcubano
Posts: 25
Joined: Dec 15, 2010 12:26 am

#3 Postby flowcubano » Aug 25, 2011 2:22 pm

Hey Thank!

But do you have other shell command to install
Net::OAuth

Becoused I don't undestand this command:
perl -MCPAN -e shell
Install Net::OAuth

glumbo
Posts: 211
Joined: Mar 11, 2011 6:26 am

#4 Postby glumbo » Aug 25, 2011 5:25 pm

It will allow you to use CPAN to install perl modules. After entering

Code: Select all

perl -MCPAN -e 
in shell just press enter until you see:

Code: Select all

cpan>
Then enter:

Code: Select all

install Net::OAuth