Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

sty1129

Archived
  • Posts

    12
  • Joined

  • Last visited

Profile Information

  • Real Name
    Mike Steel

sty1129's Achievements

  1. I don't understand:"you have a / within the statement" I have 777 permissions. Check and recheck... I relly don't know what to do. Strange, because after the first intervention, I added a leading slash, and after that all was fine. After 2 weeks, I try again, and surprise... Please help me because I don't understand what is the cause of this error. If you need some code of whatever file, please let me know, and i will post it. Thanks again.
  2. Sorry, but this problem i already solve it. The new error look like: Warning: file(/home/store/public_html/magazin/temp/EP2004Dec13-0909.txt): failed to open stream: No such file or directory in /home/store/public_html/magazin/admin/easypopulate.php on line 657 Warning: Invalid argument supplied for foreach() in /home/store/public_html/magazin/admin/easypopulate.php on line 680
  3. Hi, I have: $tempdir = "/magazin/temp/"; $tempdir2 = "/magazin/temp/"; The permissions are set to 777.
  4. Its back! This time i have: File uploaded. Temporary filename: /tmp/phpG1yAq6 User filename: EP2004Dec13-0909.csv Size: 80700 Warning: file(/home/store/public_html/magazin/temp/EP2004Dec13-0909.txt): failed to open stream: No such file or directory in /home/store/public_html/magazin/admin/easypopulate.php on line 657 Warning: Invalid argument supplied for foreach() in /home/store/public_html/magazin/admin/easypopulate.php on line 680 I have a /magazin/temp/ folder, with 777 permissions. After I added a leading slash, its work. Now I receive this error again. What could be the problem? With many thanks!!
  5. I solve it The slash was missing after the temp, in easypopulate.php file. Now i have the corect path: /magazin/temp/ Thanks a lot again!
  6. <?php /* $Id: configure.php,v 1.14 2003/02/21 16:55:24 dgw_ Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright ? 2002 osCommerce Released under the GNU General Public License */ // define our webserver variables // FS = Filesystem (physical) // WS = Webserver (virtual) define('HTTP_SERVER', 'http://store.ro'); define('HTTP_CATALOG_SERVER', ''); define('HTTPS_CATALOG_SERVER', ''); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT); // where your pages are located on the server. if $DOCUMENT_ROOT doesnt suit you, replace with your local path. (eg, /usr/local/apache/htdocs) define('DIR_WS_ADMIN', '/magazin/admin/'); define('DIR_FS_ADMIN', DIR_FS_DOCUMENT_ROOT . DIR_WS_ADMIN); define('DIR_WS_CATALOG', '/magazin/'); define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); This is my admin/includes/configure.php page. I could not find the mistake. Thanks a lot for your help.
  7. File uploaded. Temporary filename: /tmp/phpc6WdRt User filename: EP2004Nov05-14021.txt Size: 41308 Warning: file(/home/store/public_html/magazin/tempEP2004Nov05-14021.txt): failed to open stream: No such file or directory in /home/store/public_html/magazin/admin/easypopulate.php on line 657 Warning: Invalid argument supplied for foreach() in /home/store/public_html/magazin/admin/easypopulate.php on line 680 I can not get out of this error. I have a /magazin/temp/ folder, with 777 permissions. I have only 170 products in database. Please help me because I don't now what more I can do. With many thanks!!
×
×
  • Create New...