GOT-Hosting Posted June 24, 2003 Posted June 24, 2003 I am running on an upgraded database which has caused some problems, most of which I have fixed, but this one has me stumped. When I go into Languages then Define (to bring up a list of files to edit) I get this error: Warning: dir(/home/admin/public_html/echocart/includes/languages/english) [function.dir]: failed to open dir: Permission denied in /home/laserboy/public_html/echocart/admin/define_language.php on line 142 That path is wrong. It ought to be /home/laserboy/public_html... not /home/admin. I cannot find this value anywhere! grep shows no file in the structure contains the words 'public_html' So I figured it must be in the database, but I have looked and looked and cannot find the key. Can someone tell me what table/key/file this is being set in? Thanks!
Wizzud Posted June 24, 2003 Posted June 24, 2003 Have you checked your configure.php in admin/includes/? Regards, Wizzud "It is better to remain silent and be thought a fool, than to open your mouth and remove all doubt."
GOT-Hosting Posted June 24, 2003 Author Posted June 24, 2003 Have you checked your configure.php in admin/includes/? Yes. Unless I am completely blind, there are no references to real paths in that file. There used to be in much older versions, but it has since been removed, right? Am using the milestone version.
Wizzud Posted June 24, 2003 Posted June 24, 2003 Does that mean that you don't have defines for DIR_FS_DOCUMENT_ROOT, DIR_FS_CATALOG, and DIR_FS_ADMIN? Regards, Wizzud "It is better to remain silent and be thought a fool, than to open your mouth and remove all doubt."
GOT-Hosting Posted June 24, 2003 Author Posted June 24, 2003 Thank you! $DOCUMENT_ROOT was not acceptable in my application. Jon
Recommended Posts
Archived
This topic is now archived and is closed to further replies.