catchmypixiedust Posted September 20, 2006 Posted September 20, 2006 hello, i have just done a fresh install and all the images on front end loaded perfect! However none of images under admin work! please help michael
GemRock Posted September 20, 2006 Posted September 20, 2006 ... all the images on front end loaded perfect! However none of images under admin work!michael hmmm, without the details...not sure, but just in case, all images must be uploaded to admin/images/ separately. Ken commercial support - unProtected channel, not to be confused with the forum with same name - open to everyone who need some professional help: either PM/email me, or go to my website (URL can be found in my profile). over 20 years of computer programming experience.
catchmypixiedust Posted September 24, 2006 Author Posted September 24, 2006 hope you could help! i am trying to install a modified version of Oscommerce 2.x that have added several contributions and working fine on my other site i am installing the this site per normal 1. do the www.mysite.com/install 2. go through all the steps with no errors shown 3. final step done that show the page where you have 2 buttons ( catalog or admin) where you can chose to click on to check if the site site is working or not when click on the catalog button: all pics come up with no broken link when click on the admin button ---> admin page loaded with all the pics link broken! pic included below: have i missed out some of the setting eg, permisions etc? please help michael
GemRock Posted September 24, 2006 Posted September 24, 2006 This is normally called (osCommerce) logo/icons, not pictures which would make people think you are talking about pruduct photos/images. To fix it, you could try right click on the red X (within the square boxes), and then select properties, to see which path (address) & file name it refers to, and check to see if the path/filename exists on your server. Or, if the path/file name does not seem right, then you may have a problem with your configure.php under admin/includes/ folder. Ken commercial support - unProtected channel, not to be confused with the forum with same name - open to everyone who need some professional help: either PM/email me, or go to my website (URL can be found in my profile). over 20 years of computer programming experience.
catchmypixiedust Posted September 24, 2006 Author Posted September 24, 2006 i think there maybe something wrong with my admin/include/configure page i am trying to figure it out with a sore head at the moment anyway, i have include it below: <?php /* osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 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://www.fairyland.com.au'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.fairyland.com.au'); define('HTTPS_CATALOG_SERVER', ''); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/home/fairyland/fairyland.com.au/admin'); // where the pages are located on the server define('DIR_WS_ADMIN', '/admin/'); // absolute path required define('DIR_FS_ADMIN', '/home/fairyland/fairyland.com.au/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/'); // absolute path required define('DIR_FS_CATALOG', '/home/fairyland/fairyland.com.au/'); // 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', 'mysql.fairyland.com.au'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', 'username'); define('DB_SERVER_PASSWORD', 'password'); define('DB_DATABASE', 'database'); define('USE_PCONNECT', 'false'); // use persisstent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' ?> hope you could help a little
Recommended Posts
Archived
This topic is now archived and is closed to further replies.