Forum

Thread tagged as: Error

Bug in include path in Twitter app

Because Linux is case sensitive, I'm getting an error in the Twitter app admin. I believe it's coming from this line:

include(PERCH_PATH.'/addons/apps/perch_twitter/tmhOauth/'.$class_name.'.php');

I've changed tmhOauth to tmhOAuth (capital A) and it fixes the errors.

Darryl Hein

Darryl Hein 0 points

  • 5 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

Are you sure you're on the latest version? That was fixed previously.

Yup, just downloaded 3.6.1 (shows up as 3.6 in diagnostic report though).

Folder is tmhOAuth and include has tmhOauth.

Drew McLellan

Drew McLellan 2638 points
Perch Support

If it's showing up as 3.6 then it's not updated.

I don't know what to tell you Drew – I just downloaded it from the site, literally less then 30 seconds ago (on a different computer from yesterday, so it's not a cache issue).

Perch case sensitivity issue

Drew McLellan

Drew McLellan 2638 points
Perch Support

Yeah, that's not the latest version you've got there. I'll take a look into it.

Drew McLellan

Drew McLellan 2638 points
Perch Support

Not sure what happened with that build. I've bumped it to 3.6.2 and pushed a new build.

Perfect! Thank you. Much appreciated.