Closed (fixed)
Project:
Manager
Version:
7.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2011 at 08:23 UTC
Updated:
13 Mar 2012 at 05:34 UTC
Jump to comment: Most recent file
Comments
Comment #1
TripX commentedInvestigated the issue a little bit.
At the install process of "Manager" a ERROR 500 appears.
The server logs show:
[01-Jun-2011 10:14:04] PHP Fatal error: Call to undefined function file_create_path() in .../sites/all/modules/manager/manager.module on line 313
[01-Jun-2011 10:24:45] PHP Fatal error: Call to undefined function file_create_path() in .../sites/all/modules/manager/manager.module on line 313
[01-Jun-2011 10:24:54] PHP Fatal error: Call to undefined function file_create_path() in .../sites/all/modules/manager/manager.module on line 313
[01-Jun-2011 10:27:19] PHP Fatal error: Call to undefined function file_create_path() in .../sites/all/modules/manager/manager.module on line 313
Comment #2
franzTripX, those are 2 separate issues, could you please open another one with the issue mentioned on #1 ?
Thanks
Comment #3
TripX commented@franz - in my mind it could be possible that server error 500 is the reason for the include_once warning. Therefore I posted it into this issue.
Comment #4
franzI'm not saying it isn't, but the "Call to undefined function" is surely another issue.
Comment #5
franzPlease test with this patch.
Comment #6
franzCheck #1175312: File API Changes for the issue on #2
Comment #7
ClaudeS-1 commentedThe patch worked for me - surprised the release went out with this bug, and the patch still isn't in the Dev build. Suggest a beta release ASAP.
Comment #8
franzComment #9
franzYou're right, ClaudeS, this should've been tested and fixed prior to releasing an alpha. I've just committed the patch. I didn't commit this before because I didn't have the time to test it.
While you're at it, you could try testing the patch on #1175312: File API Changes ?
Comment #11
sri948 commentedHo to solve this issues, please