Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

teraknor

Archived
  • Posts

    24
  • Joined

  • Last visited

Profile Information

teraknor's Achievements

  1. Okay, just need to be sure of something: the above line actually says: define('DIR_FS_DOCUMENT_ROOT', '/home/mythgame/public_html'); // where the pages are located on the server Now should I replace that whole string, or just add the $DOCUMENT_ROOT behind the , like so: define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT '/home/mythgame/public_html'); // where the pages are located on the server Thanks Surf! Cory
  2. Okay, so I have the download working now. Do I need to download every field? I'm getting a host of errors and warnings when I try to upload the file. Yes, I have created the temp directory and set the permissions to 777 One thing I am confused on is this line: // Please set DOCUMENT_ROOT to $DOCUMENT_ROOT in your /catalog/admin/includes/configure.php (I have not touched this as I am not 100% sure that this needs to be done or what the lines should lool like afterwards as in is it supposed to be: DIR_FS_$DOCUMENT_ROOT or something else?) Thanks Cory Here are the errors when I use the "split file". I have saved my excel sheet as tab seperated Warning: move_uploaded_file(DIR_FS_DOCUMENT_ROOT/shop/temp/EP2007Jan07-1500.txt) [function.move-uploaded-file]: failed to open stream: No such file or directory in /home/mythgame/public_html/shop/admin/easypopulate_functions.php on line 43 Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpdO0AjV' to 'DIR_FS_DOCUMENT_ROOT/shop/temp/EP2007Jan07-1500.txt' in /home/mythgame/public_html/shop/admin/easypopulate_functions.php on line 43 Warning: fopen(DIR_FS_DOCUMENT_ROOT/shop/temp/EP2007Jan07-1500.txt) [function.fopen]: failed to open stream: No such file or directory in /home/mythgame/public_html/shop/admin/easypopulate.php on line 884 Warning: fgets(): supplied argument is not a valid stream resource in /home/mythgame/public_html/shop/admin/easypopulate.php on line 887 Creating file EP_Split1.txt ... Warning: fopen(DIR_FS_DOCUMENT_ROOT/shop/temp/EP_Split1.txt) [function.fopen]: failed to open stream: No such file or directory in /home/mythgame/public_html/shop/admin/easypopulate.php on line 893 Warning: fwrite(): supplied argument is not a valid stream resource in /home/mythgame/public_html/shop/admin/easypopulate.php on line 894 Warning: fgets(): supplied argument is not a valid stream resource in /home/mythgame/public_html/shop/admin/easypopulate.php on line 897 Added 0 records and closing file... Warning: fclose(): supplied argument is not a valid stream resource in /home/mythgame/public_html/shop/admin/easypopulate.php on line 923 Warning: fclose(): supplied argument is not a valid stream resource in /home/mythgame/public_html/shop/admin/easypopulate.php on line 924 You can download your split files in the Tools/Files under DIR_FS_DOCUMENT_ROOT/shop/temp/
  3. Have that version. Just unziped it again and loaded the files withough any changes and it works now. Thanks
  4. EP Version is 2.76 PHP is 4.4.3 MYSQL 5.0.24 Standard
  5. Havn't touched a thing on it. I set up the configs like the read me text said and had to change the word catalog to shop. I removed the # on the images as I have manypics loaded. Other than that it is the stock files.
  6. Getting this parse error: Parse error: syntax error, unexpected '.' in /home/mythgame/public_html/shop/admin/easypopulate.php on line 2113 Any idea what this is and how to fix it? Thanks!
  7. awesome mod! thanks for the tips on the wrapping. Hated those old cat --> ! And the color of the bullets are the same as the site. ;-)
  8. Trying to fond a contribution that will allow me to have a base rate plus item. So for express shipping it would be $3.95 plus $2.50 per item. Also, I need some way to set a maximum shipping cost. Any ideas as to which contributions do that. There are over 240 listed and some do not have real details as to what they do. Thanks!
  9. Having an error pop up when I select "update". This only happens when I have changed the config files for this mod (when I put the original files back the error goes away): Warning: Cannot modify header information - headers already sent by (output started at /home/mythgame/public_html/shop/admin/includes/languages/english/categories.php:1) in /home/mythgame/public_html/shop/admin/includes/functions/general.php on line 18 Any ideas as to what is going on?
×
×
  • Create New...