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

bdragon’s picture

Status: Active » Closed (works as designed)

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