Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

3 Running Easy Populate Question


aaronsounds

Recommended Posts

Posted

I've tried every thing I can think of to get my inventory to load using EZ Populate. I've changed my temp file from 644 to 777. Ive changed my code:

 

$tempdir = "/catalog/temp/";

$tempdir2 = "/catalog/temp/";

 

 

to

 

$tempdir = "/home/public_html/osCommerce/catalog/temp";

$tempdir2 = "/home/public_html/osCommerce/catalog/temp";

 

 

and I still keep getting the error:

 

 

Filename: Test Inventory.txt

 

Warning: file(/home/mysite/public_html/osCommerce/catalog// home / public_html / osCommerce / catalog / temp Test Inventory.txt): failed to open stream: No such file or directory in /home/mysite/public_html/osCommerce/catalog/admin/easypopulate.php on line 684

 

Warning: Invalid argument supplied for foreach() in /home/mysite/public_html/osCommerce/catalog/admin/easypopulate.php on line 689

 

 

I am desperate and do not know what else to do!!!!! Is there anyone who might be able to help me with this????

Posted

this:

osCommerce/catalog// home

 

should let u know your document root is not set per the documentation

Archived

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

×
×
  • Create New...