Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

petetto

Archived
  • Posts

    8
  • Joined

  • Last visited

Profile Information

petetto's Achievements

  1. Hi Jack, please let me know if you have a solution for this: I installed 2 weeks ago oscommerce-2.2ms2-060817 and register_globals_v1.5_bug_fixes_1_2 contribution successfully in my shared server (stargateinc). I haven´t changed the directory structure. I´ve installed EP_v2_76d_MS2. I can access to EP. Here are the steps I followed to install this contribution: 1.- Directory catalog/temp created with chdmod 777 (with dreamweaver and rechecked with cuteFTP). 2.- I´ve some products in my database, all of them with model number. 3.- I copied file easypopulate.php and easypopulate_functions into admin/ and the file /catalog/admin/includes/classes/table_block.php has been copied. 4.- For adding link to the Admin, I edited file admin/includes/boxes/catalog.php correctly. 5.- I´ve changed configuration variuables in easypopulate.php: --> $modelsize = 9; // I only need 9 digits to my model number. All products will have a 9 digit code. --> I´ve changed the froogle paths correctly 6.- I corrected the EP download problem (No files where created in the temp directory). 7.- Now I´m unable to upload files. or to export if I choose to save the file it in the temp directory Catalog/admin/includes/configure.php: define('HTTP_SERVER', 'http://www.estacion-sonora.com'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.estacion-sonora.com'); define('HTTPS_CATALOG_SERVER', ''); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT); // where the pages are located on the server define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required define('DIR_FS_ADMIN', '/home/oliver66/public_html/estacion-sonora/catalog/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/catalog/'); // absolute path required define('DIR_FS_CATALOG', '/home/oliver66/public_html/estacion-sonora/catalog/'); // absolute path required 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/'); // define our database connection define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', 'mylogin'); define('DB_SERVER_PASSWORD', 'mypassword'); define('DB_DATABASE', 'oliver66_ESTACION'); define('USE_PCONNECT', 'false'); // use persisstent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' catalog/admin/easypopulate.php $tempdir = DIR_FS_DOCUMENT_ROOT . "/catalog/temp/"; ------------------------------------------------------------------------- I donwnloaded a file with EP and tried to upload the same file. This is the error I get when I try to upload: Warning: move_uploaded_file(/catalog/temp/EP2006dic26-0606M.txt) [function.move-uploaded-file]: failed to open stream: No such file or directory in /home/oliver66/public_html/estacion-sonora/catalog/admin/easypopulate_functions.php on line 43 Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/php807WEY' to '/catalog/temp/EP2006dic26-0606M.txt' in /home/oliver66/public_html/estacion-sonora/catalog/admin/easypopulate_functions.php on line 43 File uploaded. Temporary filename: /tmp/php807WEY User filename: EP2006dic26-0606M.txt Size: Warning: file(/catalog/temp/EP2006dic26-0606M.txt) [function.file]: failed to open stream: No such file or directory in /home/oliver66/public_html/estacion-sonora/catalog/admin/easypopulate.php on line 815 Warning: Invalid argument supplied for foreach() in /home/oliver66/public_html/estacion-sonora/catalog/admin/easypopulate.php on line 854 ------------------------------------------------------------------------ I tried to change in catalog/admin/easypopulate.php $tempdir = DIR_FS_DOCUMENT_ROOT . "/catalog/temp/"; to $tempdir = "/catalog/temp/"; $tempdir2 = "/catalog/temp/"; Also $tempdir = "/temp/"; $tempdir2 = "/temp/"; It didn´t work. I need help, I could´t find a solution in this forum. Please let me know if you have an idea... Thanks a lot 4 your help.
  2. Hi Jan, I think I have a similar problem you had: I installed 2 weeks ago oscommerce-2.2ms2-060817 and register_globals_v1.5_bug_fixes_1_2 contribution successfully in my shared server (stargateinc). I haven´t changed the directory structure. I´ve installed EP_v2_76d_MS2. I can access to EP. Here are the steps I followed to install this contribution: 1.- Directory catalog/temp created with chdmod 777 (with dreamweaver and rechecked with cuteFTP). 2.- I´ve some products in my database, all of them with model number. 3.- I copied file easypopulate.php and easypopulate_functions into admin/ and the file /catalog/admin/includes/classes/table_block.php has been copied. 4.- For adding link to the Admin, I edited file admin/includes/boxes/catalog.php correctly. 5.- I´ve changed configuration variuables in easypopulate.php: --> $modelsize = 9; // I only need 9 digits to my model number. All products will have a 9 digit code. --> I´ve changed the froogle paths correctly 6.- I corrected the EP download problem (No files where created in the temp directory). 7.- Now I´m unable to upload files. or to export if I choose to save the file it in the temp directory Catalog/admin/includes/configure.php: define('HTTP_SERVER', 'http://www.estacion-sonora.com'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.estacion-sonora.com'); define('HTTPS_CATALOG_SERVER', ''); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT); // where the pages are located on the server define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required define('DIR_FS_ADMIN', '/home/oliver66/public_html/estacion-sonora/catalog/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/catalog/'); // absolute path required define('DIR_FS_CATALOG', '/home/oliver66/public_html/estacion-sonora/catalog/'); // absolute path required 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/'); // define our database connection define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', 'mylogin'); define('DB_SERVER_PASSWORD', 'mypassword'); define('DB_DATABASE', 'oliver66_ESTACION'); define('USE_PCONNECT', 'false'); // use persisstent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' catalog/admin/easypopulate.php $tempdir = DIR_FS_DOCUMENT_ROOT . "/catalog/temp/"; ------------------------------------------------------------------------- I donwnloaded a file with EP and tried to upload the same file. This is the error I get when I try to upload: Warning: move_uploaded_file(/catalog/temp/EP2006dic26-0606M.txt) [function.move-uploaded-file]: failed to open stream: No such file or directory in /home/oliver66/public_html/estacion-sonora/catalog/admin/easypopulate_functions.php on line 43 Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/php807WEY' to '/catalog/temp/EP2006dic26-0606M.txt' in /home/oliver66/public_html/estacion-sonora/catalog/admin/easypopulate_functions.php on line 43 File uploaded. Temporary filename: /tmp/php807WEY User filename: EP2006dic26-0606M.txt Size: Warning: file(/catalog/temp/EP2006dic26-0606M.txt) [function.file]: failed to open stream: No such file or directory in /home/oliver66/public_html/estacion-sonora/catalog/admin/easypopulate.php on line 815 Warning: Invalid argument supplied for foreach() in /home/oliver66/public_html/estacion-sonora/catalog/admin/easypopulate.php on line 854 ------------------------------------------------------------------------ I tried to change in catalog/admin/easypopulate.php $tempdir = DIR_FS_DOCUMENT_ROOT . "/catalog/temp/"; to $tempdir = "/catalog/temp/"; $tempdir2 = "/catalog/temp/"; Also $tempdir = "/temp/"; $tempdir2 = "/temp/"; It didn´t work. I need help, I could´t find a solution in this forum. Please let me know if you have an idea... Thanks a lot 4 your help.
  3. Hi Richard, I installed 2 weeks ago oscommerce-2.2ms2-060817 and register_globals_v1.5_bug_fixes_1_2 contribution successfully in my shared server (stargateinc). I haven´t changed the directory structure. I´ve installed EP_v2_76d_MS2. I can access to EP. Here are the steps I followed to install this contribution: 1.- Directory catalog/temp created with chdmod 777 (with dreamweaver and rechecked with cuteFTP). 2.- I´ve some products in my database, all of them with model number. 3.- I copied file easypopulate.php and easypopulate_functions into admin/ and the file /catalog/admin/includes/classes/table_block.php has been copied. 4.- For adding link to the Admin, I edited file admin/includes/boxes/catalog.php correctly. 5.- I´ve changed configuration variuables in easypopulate.php: --> $modelsize = 9; // I only need 9 digits to my model number. All products will have a 9 digit code. --> I´ve changed the froogle paths correctly 6.- I corrected the EP download problem (No files where created in the temp directory). 7.- Now I´m unable to upload files. or to export if I choose to save the file it in the temp directory Catalog/admin/includes/configure.php: define('HTTP_SERVER', 'http://www.estacion-sonora.com'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.estacion-sonora.com'); define('HTTPS_CATALOG_SERVER', ''); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT); // where the pages are located on the server define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required define('DIR_FS_ADMIN', '/home/oliver66/public_html/estacion-sonora/catalog/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/catalog/'); // absolute path required define('DIR_FS_CATALOG', '/home/oliver66/public_html/estacion-sonora/catalog/'); // absolute path required 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/'); // define our database connection define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', 'mylogin'); define('DB_SERVER_PASSWORD', 'mypassword'); define('DB_DATABASE', 'oliver66_ESTACION'); define('USE_PCONNECT', 'false'); // use persisstent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' catalog/admin/easypopulate.php $tempdir = DIR_FS_DOCUMENT_ROOT . "/catalog/temp/"; ------------------------------------------------------------------------- I donwnloaded a file with EP and tried to upload the same file. This is the error I get when I try to upload: Warning: move_uploaded_file(/catalog/temp/EP2006dic26-0606M.txt) [function.move-uploaded-file]: failed to open stream: No such file or directory in /home/oliver66/public_html/estacion-sonora/catalog/admin/easypopulate_functions.php on line 43 Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/php807WEY' to '/catalog/temp/EP2006dic26-0606M.txt' in /home/oliver66/public_html/estacion-sonora/catalog/admin/easypopulate_functions.php on line 43 File uploaded. Temporary filename: /tmp/php807WEY User filename: EP2006dic26-0606M.txt Size: Warning: file(/catalog/temp/EP2006dic26-0606M.txt) [function.file]: failed to open stream: No such file or directory in /home/oliver66/public_html/estacion-sonora/catalog/admin/easypopulate.php on line 815 Warning: Invalid argument supplied for foreach() in /home/oliver66/public_html/estacion-sonora/catalog/admin/easypopulate.php on line 854 ------------------------------------------------------------------------ I tried to change in catalog/admin/easypopulate.php $tempdir = DIR_FS_DOCUMENT_ROOT . "/catalog/temp/"; to $tempdir = "/catalog/temp/"; $tempdir2 = "/catalog/temp/"; Also $tempdir = "/temp/"; $tempdir2 = "/temp/"; It didn´t work. I need help, I could´t find a solution in this forum Thanks a lot 4 your help. (I mean, merci beacoup!!)
  4. Hi, I installed 2 weeks ago oscommerce-2.2ms2-060817 and register_globals_v1.5_bug_fixes_1_2 contribution successfully in my shared server (stargateinc). I haven´t changed the directory structure. I´ve installed EP_v2_76d_MS2. I can access to EP. Here are the seps I followed to install this contribution: 1.- Directory catalog/temp created with chdmod 777. 2.- I´ve some products in my database, all of them with model number. 3.- I copied file easypopulate.php and easypopulate_functions into admin/ and the file /catalog/admin/includes/classes/table_block.php has been copied. 4.- For adding link to the Admin, I edited file admin/includes/boxes/catalog.php correctly. 5.- I´ve changed configuration variuables in easypopulate.php: --> $modelsize = 9; // I only need 9 digits to my model number. All products will have a 9 digit code. --> I´ve changed the froogle paths correctly 6.- I corrected the EP download problem (No files where created in the temp directory). 7.- Now I´m unable to upload files. Catalog/admin/includes/configure.php: define('HTTP_SERVER', 'http://www.estacion-sonora.com'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.estacion-sonora.com'); define('HTTPS_CATALOG_SERVER', ''); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT); // where the pages are located on the server define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required define('DIR_FS_ADMIN', '/home/oliver66/public_html/estacion-sonora/catalog/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/catalog/'); // absolute path required define('DIR_FS_CATALOG', '/home/oliver66/public_html/estacion-sonora/catalog/'); // absolute path required 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/'); // define our database connection define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', 'mylogin'); define('DB_SERVER_PASSWORD', 'mypassword'); define('DB_DATABASE', 'oliver66_ESTACION'); define('USE_PCONNECT', 'false'); // use persisstent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' catalog/admin/easypopulate.php $tempdir = DIR_FS_DOCUMENT_ROOT . "/catalog/temp/"; ------------------------------------------------------------------------- I donwnloaded a file with EP and tried to upload the same file. This is the error I get when I try to upload: Warning: move_uploaded_file(/catalog/temp/EP2006dic26-0606M.txt) [function.move-uploaded-file]: failed to open stream: No such file or directory in /home/oliver66/public_html/estacion-sonora/catalog/admin/easypopulate_functions.php on line 43 Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/php807WEY' to '/catalog/temp/EP2006dic26-0606M.txt' in /home/oliver66/public_html/estacion-sonora/catalog/admin/easypopulate_functions.php on line 43 File uploaded. Temporary filename: /tmp/php807WEY User filename: EP2006dic26-0606M.txt Size: Warning: file(/catalog/temp/EP2006dic26-0606M.txt) [function.file]: failed to open stream: No such file or directory in /home/oliver66/public_html/estacion-sonora/catalog/admin/easypopulate.php on line 815 Warning: Invalid argument supplied for foreach() in /home/oliver66/public_html/estacion-sonora/catalog/admin/easypopulate.php on line 854 ------------------------------------------------------------------------ I tried to change $tempdir = DIR_FS_DOCUMENT_ROOT . "/catalog/temp/"; to $tempdir = "/catalog/temp/"; $tempdir2 = "/catalog/temp/"; Also $tempdir = "/temp/"; $tempdir2 = "/temp/"; It didn´t work. I need help, I could´t find a solution in this forum Thanks a lot.
  5. I think I´ve found the solution in another post from choosealogin. It seems to work... Usually when EP just sits there and refreshes or does nothing, it's a register globals issue. Try this: Add this at the top of easypopulate.php, after the $tempdir declarations: // fix by jb 20040815 set the strings to http post/request, since they don't seem to work on the new server, with register globals=off... $dltype=$_REQUEST['dltype']; $download=$_REQUEST['download']; global $HTTP_POST_FILES; foreach( $HTTP_POST_FILES as $varname => $fileinfo ){ $GLOBALS[$varname] = $fileinfo["tmp_name"]; $GLOBALS[$varname.'_name'] = $fileinfo["name"]; } // end fix jb
  6. Hi Simon, I installed 2 weeks ago oscommerce-2.2ms2-060817 and register_globals_v1.5_bug_fixes_1_2 contribution successfully in my shared server (stargateinc). I haven´t changend the directory structure. I tried to install EP_v2_76d_MS2, but when I try to export, no file is created. It seems I have the same problem you had. ¿Did you solve the problem or tried with another contribution? Tanks for your help Oliver Madrid
  7. Hi all, I installed 2 weeks ago oscommerce-2.2ms2-060817 and register_globals_v1.5_bug_fixes_1_2 contribution successfully in my shared server (stargateinc). I haven´t changend the directory structure. I´ve installed EP_v2_76d_MS2. I can access to EP, but when I try to export, no file is created in the catalog/temp directory. Here are the seps I followed to install this contribution: 1.- Directory catalog/temp created with chdmod 777. 2.- I´ve some products in my database, all of them with model number. 3.- I copied file easypopulate.php and easypopulate_functions into admin/ and the file /catalog/admin/includes/classes/table_block.php has been copied. 4.- For adding link to the Admin, I edited file admin/includes/boxes/catalog.php correctly. 5.- I´ve changed configuration variuables in easypopulate.php: --> $modelsize = 9; // I only need 9 digits to my model number. All products will have a 9 digit code. --> I´ve changed the froogle paths correctly 6.- Here is the /catalog/admin/includes/configure.php before (B) and after (A) B define('HTTP_SERVER', ''); // eg, http://localhost or - https://localhost should not be NULL for productive servers A define('HTTP_SERVER', 'http://www.estacion-sonora.com'); // eg, http://localhost - should not be empty for productive servers B define('HTTP_CATALOG_SERVER', ''); define('HTTPS_CATALOG_SERVER', ''); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module A define('HTTP_CATALOG_SERVER', 'http://www.estacion-sonora.com'); define('HTTPS_CATALOG_SERVER', ''); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module B 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', '/admin/'); define('DIR_FS_ADMIN', DIR_FS_DOCUMENT_ROOT . DIR_WS_ADMIN); define('DIR_WS_CATALOG', '/catalog/'); define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG); A define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT); // where the pages are located on the server define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required define('DIR_FS_ADMIN', '/home/oliver66/public_html/estacion-sonora/catalog/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/catalog/'); // absolute path required define('DIR_FS_CATALOG', '/home/oliver66/public_html/estacion-sonora/catalog/'); // absolute path required Please, helt me so I´ll know what I doing wrong. I didnt found any post with the same problem. I´ve checked error_log in catalog and admin folders, but can´t see anyting. Muchas gracias. Oliver - Madrid
×
×
  • Create New...