Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

onlinebisnes

Archived
  • Posts

    9
  • Joined

  • Last visited

About onlinebisnes

  • Birthday 03/29/1980

Profile Information

onlinebisnes's Achievements

  1. Hi, can help me on "oscFileBrowser" contribution? I try to reply on oscFileBrowser but got error msg. How can I defide this FILE & UPLOAD path? define("FILE_PATH","/var/www/files/catalog/images/"); ..... define("UPLOAD_PATH","/var/www/files/catalog/images/"); what is the correct path if my catalog folder are in c:/easyphp/www/catalog/ ? are these is the right code for my config.php file? <?php // Specifies the path to your image folder. DON'T FORGET THE TRAILING SLASH! define("FILE_PATH","c:/program files/easyphp1-8/www/catalog/images/"); // If your files are OUTSIDE of the web root, leave this blank. If // your files are INSIDE the web root, set this to the URI which // corresponds to FILE_PATH above. DON'T FORGET THE TRAILING SLASH! define("FILE_URI","/catalog/images/"); // If you wish to allow file uploads, specify the path into which // file uploads should be saved. Otherwise, leave this blank to disable // uploads. DON'T FORGET THE TRAILING SLASH! define("UPLOAD_PATH","c:/program files/easyphp1-8/www/catalog/images/"); // Web path admin folder from web root folder. This is usually '/catalog/admin/' or '/admin/'. DON'T FORGET THE TRAILING SLASH! define('ADMIN_PATH', '/catalog/admin/'); // Web path to images folder from admin folder. LEAVE TRAILING SLASH OFF HERE! define('CATALOG_IMAGES_PATH_REL_TO_ADMIN', '../catalog/images'); // Webserver-writable temporary path for scratch space. // DON'T FORGET THE TRAILING SLASH! define("TEMP_PATH","/tmp/"); // Path to your ZIP application define("ZIP_BINARY","/usr/bin/zip"); ?> thanks in advance.
  2. HI, I've copy all catalog files on this contrib,and follow all instructions in installation note, I can see 'BOX_TOOLS_NEWS' option under 'tools' in admin. but when I click those BOX.. button I got this error msg : Not Found The requested URL /catalog/admin/FILENAME_EDIT_NEWS was not found on this server.
  3. Thanks nicko107, after comparing my boxes.php with the code given I found that I'm missing the : class infoBox extends tableBox { now I got my store back. thanks.
  4. Hi, I got this error : - "Parse error: parse error in ..www\catalog\includes\classes\boxes.php on line 134" anyone know what's the problem? also wanna ask can we wrap the whole osc site with the same infobox border with this constribution? thanks in advance
×
×
  • Create New...