Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

urget help please


lizaa

Recommended Posts

Posted

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

Posted

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.

Posted

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 >

Posted

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?????

Posted
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 >

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...