Closed (fixed)
Project:
Date
Version:
7.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jan 2011 at 15:11 UTC
Updated:
1 Feb 2011 at 16:00 UTC
On a testsite I installed 1.0-alpha1 today. Get several warnings of the type:
Warning: include_once() [function.include-once]: Unable to access /home/fvangeirt/domains/firewolf.org/public_html/sites/all/modules/date/date/date.theme in theme() (line 794 of /home/fvangeirt/domains/firewolf.org/public_html/includes/theme.inc).
It seems it is looking for a file modules/date/date/date.theme, but that file is not in that location.
Comments
Comment #1
karens commentedIt looks like you have a messed up installation. The directory was re-organized to work around a core bug. So you dumped new files on top of old files without removing the old ones.
Comment #2
Firewolf commentedWhen I update a module I always remove the complete directory before uploading the new one, so that was not the problem.
But now I disabled all date modules and then re-enabled them, and the problem is gone.