Line 39:
require_once( 'include/oauth.php' );
On case-sensitive system (unix) it will case an error. It should be changed to match the filename.
require_once( 'include/OAuth.php' );
Thanks
Line 39:
require_once( 'include/oauth.php' );
On case-sensitive system (unix) it will case an error. It should be changed to match the filename.
require_once( 'include/OAuth.php' );
Thanks
OAuth.php doesn't exist anymore. It was named that once. I'm not sure why it still exists on your installation.
We've changed the filename in version 2.4.5, so hopefully that will stop that issue from happening.
This topic has been closed to new replies.