Closed (works as designed)
Project:
Category
Version:
4.7.x-1.x-dev
Component:
User interface
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Jul 2006 at 10:34 UTC
Updated:
14 Oct 2006 at 17:20 UTC
Hi all,
Tried to install Category Module.
I get a fatal Error
"
Fatal error: category_init(): Failed opening required 'sites/default/modules/category/category.inc' (include_path='E:\Program Files\EasyPHP\php\pear\') in e:\program files\easyphp\www\cms\sites\default\modules\category\category.module on line 73"
I am badly stuck in a project.
Request help from one and all.
Urgent Please.
Garry
Comments
Comment #1
bdragon commentedThis may be too little too late, but:
I'd say either:
a) You didn't copy the category.inc file when uploading the module
b) The webserver user can't read category.inc due to insufficient permissions.
Marking this as "By Design" because a fatal error in this situation is correct behavior. Trying to continue at this point would just make it error later due to missing functions.