Procella Posted January 4, 2005 Posted January 4, 2005 After moving my shop to a new domain, only some of the pictures show. At first there were no pictures with the categories, but i uploaded them through admin module, and they work now. the 2new" pictures has overwritten the old ones. The new shop is preconfigured by my ISP. I saved the admin/uncludes/configure.php and shop/includes/configure.php and FTP'ed my shop to overwrite the preconfigured shop, and then moved overwrote the configure.php with the ISP files. Some pictures works by them self, for instance in category "Aloe Vera, but only for subcategories, not for the products. My logo is also missing. I can not click on an empty image, because theres not even that available. It's as if the shop was setup to have no pivc'a Anyone? My configure.php: <?php /* $Id: configure.php,v 1.14 2003/07/09 01:15:48 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://drikkegel.dk'); define('HTTPS_SERVER', 'https://drikkegel.dk'); define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'http://drikkegel.dk'); define('HTTPS_COOKIE_DOMAIN', 'https://drikkegel.dk'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/shop/'); define('DIR_WS_HTTPS_CATALOG', '/shop/'); define('DIR_WS_IMAGES', '/shop/images/'); define('DIR_WS_ICONS', '/shop/icons/'); 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_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME'])); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); // define our database connection define('DB_SERVER', 'XXXXXXXXX'); define('DB_SERVER_USERNAME', 'XXXXXXXX'); define('DB_SERVER_PASSWORD', 'XXXXXXXXXX'); define('DB_DATABASE', 'XXXXXXXXXX'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', 'mysql'); ?> Timo Jensen
Procella Posted January 4, 2005 Author Posted January 4, 2005 I forgot to mention that i restored the database from a backup that i FTP'ed to the new shop. And that graphics shop up, only product images doesn't. Timo Jensen
Procella Posted January 4, 2005 Author Posted January 4, 2005 Latest: I forced images to be shown, via admin setting, but they show in 1x80 pix. What's with the width=1 ? Timo Jensen
Recommended Posts
Archived
This topic is now archived and is closed to further replies.