Closed (fixed)
Project:
Revisioning
Version:
6.x-3.12
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2011 at 11:30 UTC
Updated:
29 May 2011 at 10:51 UTC
/node/1221/revisions/4292/view
generates
Fatal error: require_once() [function.require]: Failed opening required '/diff.pages.inc'
Comments
Comment #1
nardberjean commentedThe URL is used at various places into revisioning, like in the block with waiting revisions.
The fatal error is an error page by itself, no page is generated and users are totally blocked, even administrator have no way to process revisions.
Revisioning is a simple install, by the book.
Permissions
/admin/user/permissionshave been rebuild/admin/content/node-settings/rebuildwithout effect.Browsing other pages of the site, some warning have been observed:
/node/1221/revisions/view/2792/4292Warning: Missing argument 1 for diff_node_revision_access() in diff_node_revision_access() (line 110 of /srv/aegir/platforms/pressflow-6.20.97-6.4-production/sites/all/modules/contrib/diff/diff.module).
Solutions
Comment #2
nardberjean commentedFatal error: require_once() [function.require]: Failed opening required '/diff.pages.inc' (include_path=...) in .../includes/menu.inc on line 346
Here is the complete error message.
Comment #3
rdeboerMaybe try the dev version of the Diff module...
Comment #4
nardberjean commentedAlways same thing (I mean with dev version of diff):
Memory usage:
Memory used at: devel_init()=1.94 MB, devel_shutdown()=17.02 MB.
Comment #5
nardberjean commented/admin/by-module (disapeared after flush all caches):
Comment #6
nardberjean commentedOK with dev version of diff, it finally worked, after visiting and submitting the /admin/build/modules page (very probablely). Thanks for your help!
Comment #7
rdeboerGreat! Closing this as it is not a Revisioning issue..
Comment #8
13rac1 commentedDev of diff fixed it for me also.
Comment #9
imclean commenteddiff dev alone didn't fix it for me, I needed to manually set the weight of the diff module. #1145130: require_once(/diff.pages.inc) ... No such file or directory in /includes/menu.inc
Comment #10
rdeboer@imclean, #9
Thanks for sharing! BTW, the issue you refer to (#1145130: require_once(/diff.pages.inc) ... No such file or directory in /includes/menu.inc) was reported against diff 6.x, whereas this issue has entries w.r.t 6.x as well as 7.x ...
Just so that we're all clear can you please confirm that your above issue is with 6.x or 7.x?
Comment #11
imclean commentedSure thing. I see the version of both this and the other issue as being 6.x because that's what the issues are set to.
I guess I tend to stick to the version being discussed, then once a solution arises see if it works for other versions. In this case I can't comment on version 7.x as I'm not using it yet.
Comment #12
a.siebel commentedI trief both, updating to latest dev and setting weight to -50 - But the erros still occurs. :-/