Active
Project:
Fellowship One
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Major
Category:
Task
Assigned:
Reporter:
Created:
31 Aug 2010 at 19:39 UTC
Updated:
1 Sep 2010 at 00:35 UTC
I just thought I would let anyone know that is working with this that you must name the high level folder for the F1 API library "f1api-php" so that the "V2" folder is underneath it. If you don't do that correctly before you install autoload and libraries, you will get a fatal error whenever you try to use the Drupal login interface, even if you name the folder correctly later on. Clear the site cache if you didn't get the naming correct on the first try. As an example, your directory for the f1 library should be like this: /sites/all/libraries/f1api-php/V2/OAuth
Comments
Comment #1
kaynen commentedComment #2
mfer commented@kaynenh the reason you have to clear the cache is because of the way the autoload module caches file locations.
I'm opening this back up because it should degrade more gracefully.