XHanch Studio Log in | Register | Cart

Forum

Notifications
Clear all

PHP error: "Class 'OAuthSignatureMethod_HMAC_SHA1' not found"

2 Posts
2 Users
0 Likes
4,219 Views
(@jeremyh)
Posts: 1
New Member Guest
Topic starter
 

I moved a number of Wordpress  sites to new hosts. (moving files, importing database). Alll is well on the other aspects of the sites.  They all use the the Xaanch  Mytwitter plugin. I need to to some reconfiguration for the new hosts.
On one site all is normal and  I just need to set up twitter for this.
On the other when I try to  access the confifiguration page I am greeted by

Fatal error: Class 'OAuthSignatureMethod_HMAC_SHA1' not found in //wp-content/plugins/xhanch-my-twitter/inc/twitter-oauth.php on line 61

Where is the path ot the web files of the wordpress installation.  SO nothing can be configured.
Any Ideas on how get back to be able to configure the plugin?

Thanks
Jeremy

 
Posted : 22/07/2013 6:56 am
XHanch
(@xhanch-alt)
Posts: 2105
Member Admin
 

Looks like your web server enable the oauth.so extension so that there is an incompatibility.
So, you need to edit your PHP configuration (php.ini) to disable that extension.
Find

extension=oauth.so

Change it to

;extension=oauth.so

restart your web server

If you are using shared hosting, you can ask them to do that

 
Posted : 25/07/2013 12:22 am
Share:

× Close Menu