Zen Cart Logo
Forums / Basic Configuration / Failed opening required 'DIR_FS_CATALOG_LANGUAGESenglish/

Failed opening required 'DIR_FS_CATALOG_LANGUAGESenglish/

Locked

Views: 1,881

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
12 Oct 2008, 2:56 AM
#1
lah2420 avatar

lah2420

New Zenner

Join Date:
Sep 2008
Posts:
8
Plugin Contributions:
0

Failed opening required 'DIR_FS_CATALOG_LANGUAGESenglish/

Do you think you can help with my problem? I get this error message when I try to login to https://www.rhinonaturals.com/store/admin.

Fatal error: require() [function.require]: Failed opening required 'DIR_FS_CATALOG_LANGUAGESenglish/meta_tags.php' (include_path='.;C:\php5\pear') in C:\hosting\webhost4life\member\RHINO01\Store\admin\includes\languages\english.php on line 50

12 Oct 2008, 8:59 AM
#2
fairestcape avatar

fairestcape

Totally Zenned

Join Date:
Mar 2008
Location:
Cape Town & London (depends on the season)
Posts:
2,957
Plugin Contributions:
0

Re: Failed opening required 'DIR_FS_CATALOG_LANGUAGESenglish/

The file:-

english/meta_tags.php

is either corrupted, or missing.

FTP a fresh copy to your server.

(Other files may also be corrupted, and you may need to send them as well).

12 Oct 2008, 9:04 AM
#3
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Failed opening required 'DIR_FS_CATALOG_LANGUAGESenglish/

Actually, it's not related to the meta_tags.php file.
The problem is that the DIR_FS_CATALOG_LANGUAGES constant is apparently not defined ... because if it was, then its definition would be showing up, not the name of the constant.
Thus, the problem is that your /admin/includes/configure.php file is missing or incomplete, or isn't the admin version of the file.