Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Easy Populate v.2_76


waalker

Recommended Posts

I'm having problem changing my $document_root in admin/includes/configure.php.

 

I downloaded and installed easy populate. but i can't seem to change the php correctly. The instructions state to change $DOCUMENT_ROOT. But it doesn't say what line in the code or what to take out!

 

Someone please help.

Link to comment
Share on other sites

Here is what I did to fix this problem. I think it's the same one.

 

Replace the line they said with this one.

define('DIR_FS_DOCUMENT_ROOT', 'YOUR ROOT DIRECTORY TO THE WEBSITE HERE'); // where the pages are located on the server

 

define('DIR_FS_DOCUMENT_ROOT', '/home/SERVERNAME/public_html/FOLDER/'); // where the pages are located on the server

 

hope this helps

Link to comment
Share on other sites

I think that I replaced the $DOCUEMENT_ROOT line correctly but now I a have the following error:

 

 

Filename: products.csv

 

Warning: file(): Unable to access $DOCUMENT_ROOT/CatalogFolder/temp/products.csv in /usr/local/psa/home/vhosts/resourcequeenonline.com/httpdocs/CatalogFolder/admin/easypopulate.php on line 685

 

Warning: file($DOCUMENT_ROOT/CatalogFolder/temp/products.csv): failed to open stream: No such file or directory in /usr/local/psa/home/vhosts/resourcequeenonline.com/httpdocs/CatalogFolder/admin/easypopulate.php on line 685

 

Warning: Invalid argument supplied for foreach() in /usr/local/psa/home/vhosts/resourcequeenonline.com/httpdocs/CatalogFolder/admin/easypopulate.php on line 690

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...