After installing, following message appears.

Warning: include_once(.../includes/manager.views_default.inc): failed to open stream: No such file or directory in include_once() (line 10 .../sites/all/modules/manager/manager.module).
Warning: include_once(): Failed opening '.../includes/manager.views_default.inc' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in include_once() (line 10 .../sites/all/modules/manager/manager.module).

Did something fail in installation? What should I do?

CommentFileSizeAuthor
#11 include.png211.63 KBsri948
#5 manager.include_once.patch397 bytesfranz

Comments

TripX’s picture

Investigated 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

franz’s picture

Title: Include_once warning after installation » Include_once with wrong path

TripX, those are 2 separate issues, could you please open another one with the issue mentioned on #1 ?

Thanks

TripX’s picture

@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.

franz’s picture

I'm not saying it isn't, but the "Call to undefined function" is surely another issue.

franz’s picture

Status: Active » Needs review
StatusFileSize
new397 bytes

Please test with this patch.

franz’s picture

Check #1175312: File API Changes for the issue on #2

ClaudeS-1’s picture

The 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.

franz’s picture

Status: Needs review » Reviewed & tested by the community
franz’s picture

Status: Reviewed & tested by the community » Fixed

You'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 ?

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

sri948’s picture

StatusFileSize
new211.63 KB

Ho to solve this issues, please