lizaa Posted November 6, 2007 Posted November 6, 2007 Helloo I moved the catalog to another server but i put it in the root not inside a folder eg: www.mysite.com/index.php also i changed in the 2configuration files to meet the new changes of dbname and site name but i got this error in the admin area after i log in Error: Catalog images directory does not exist: /home/++++/public_html/images/ i donot know how to fix it please help me soon i must deliver this site today to the customer. thank you
ScriptThis13 Posted November 6, 2007 Posted November 6, 2007 Is it inside the public_html folder? or just in the root?
ScriptThis13 Posted November 6, 2007 Posted November 6, 2007 It sounds like the images setup is pointed in the wrong place...maybe try tweaking it...
lizaa Posted November 6, 2007 Author Posted November 6, 2007 what do you mean by images setup is pointed in the wrong place this site was working properly in the other server which i moved from also it is not my first time to move oscommerce site from one server to another i foloowed the same steps as before.
ScriptThis13 Posted November 6, 2007 Posted November 6, 2007 what i mean is that maybe theres one too many dashes...and that server might be 'looking' for your images where they are not
germ Posted November 6, 2007 Posted November 6, 2007 The error states that the config files are looking for an "images" folder inside the "public_html" folder, and there is none. Right or wrong, creating the folder there should make the error go away. After creating the folder, you may need to change the permissions. Try 755 first. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
lizaa Posted November 7, 2007 Author Posted November 7, 2007 Thank you for ur replays I deleted the folder images and created new one with the permissions 755 but still have the same error also i am installing a contibution wich make multi admin levels and when i press in the admin file access i got this error Warning: dir(/home/++++/public_html/admin/) [function.dir]: failed to open dir: No such file or directory in /home2/+++/public_html/admin/admin_files.php on line 241 Fatal error: Call to a member function read() on a non-object in /home2/+++/public_html/admin/admin_files.php on line 243 and these are the 2 lines: $dir = dir(DIR_FS_ADMIN); while ($file = $dir->read()) { also in the admin configuration file: define('DIR_FS_ADMIN', '/home/+++/public_html/admin/'); so what is the problem?????
germ Posted November 7, 2007 Posted November 7, 2007 Warning: dir(/home/++++/public_html/admin/) [function.dir]: failed to open dir: No such file or directory in /home2/+++/public_html/admin/admin_files.php on line 241 Suggests you have a config file problem (2 different paths?), which may explain the image folder error that still exists. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
lizaa Posted November 7, 2007 Author Posted November 7, 2007 Yes Jim you are right I installed the oscommerce by fantastico and replace the files with mine keeping the configuration files... and found that the paths should be home2/+++/public_html not home/+++/public_html now my problem is solved thank you soo much
Recommended Posts
Archived
This topic is now archived and is closed to further replies.