lenrox Posted November 24, 2009 Posted November 24, 2009 Noob Alert ! I installed V2.x succcessfully (hopefully)... However, the portal loads and the images and links are all broken. The links come up as following : http://shop.lenyinc.com/:///:///vivitar-vivicam-3785-digital-camera-p-45.html Same happens with the admin panel also. Am I doing something wrong? Please help!
Mort-lemur Posted November 24, 2009 Posted November 24, 2009 Noob Alert ! I installed V2.x succcessfully (hopefully)... However, the portal loads and the images and links are all broken. The links come up as following : http://shop.lenyinc.com/:///:///vivitar-vivicam-3785-digital-camera-p-45.html Same happens with the admin panel also. Am I doing something wrong? Please help! Check the paths all point to your site in Admin/includes/configure.php and catalog/includes/configure.php Now running on a fully modded, Mobile Friendly 2.3.4 Store with the Excellent MTS installed - See my profile for the mods installed ..... So much thanks for all the help given along the way by forum members.
Xpajun Posted November 24, 2009 Posted November 24, 2009 Your configures should be - root: define('HTTP_SERVER', 'http://shop.lenyinc.com'); define('HTTPS_SERVER', 'http://shop.lenyinc.com'); define('ENABLE_SSL', false); define('HTTP_COOKIE_DOMAIN', 'shop.lenyinc.com'); define('HTTPS_COOKIE_DOMAIN', 'shop.lenyinc.com'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . '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', '/home/your_user_name_here/public_html/shop/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); admin: define('HTTP_SERVER', 'http://shop.lenyinc.com'); define('HTTP_CATALOG_SERVER', 'http://shop.lenyinc.com'); define('HTTPS_CATALOG_SERVER', 'http://shop.lenyinc.com'); define('ENABLE_SSL_CATALOG', 'false'); define('DIR_FS_DOCUMENT_ROOT', '/home/your_user_name_here/public_html/shop/'); define('DIR_WS_ADMIN', '/admin/'); define('DIR_FS_ADMIN', '/home/your_user_name_here/public_html/shop/'); define('DIR_WS_CATALOG', '/'); define('DIR_FS_CATALOG', '/home/your_user_name_here/public_html/shop/'); 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/'); My store is currently running Phoenix 1.0.3.0 I'm currently working on 1.0.7.2 and hope to get it live before 1.0.8.0 arrives (maybe 🙄 ) I used to have a list of add-ons here but I've found that with the ones that supporters of Phoenix get any other add-ons are not really neccessary
lenrox Posted November 27, 2009 Author Posted November 27, 2009 U guys simply rock! It worked like a breeze... Ok, my site is loading now. I'm sure I'll need more help and I'll be here again.. Thanks!
skylumen Posted December 2, 2009 Posted December 2, 2009 Not sure if this topic is closed now, but I am having a similar problem, I duplicated my site, I changed the configure files to a store I am working on to my localhost in order to experiment without messing up the online store. Everything went well except two paths directly under categories which always lead back to my localhost server not the pages they are supposed to link to 'I get the XAMMP welcome window'. This is one of the links: http://localhost/index.php?cPath=22 it should read: http://localhost/evolution-caps.ch/index.php?cPath=22 Where or how can I reconfigure these broken paths? Is it possible to reconfigure these in the admin panel at the back end? hope someone can help I am thinking its gotta be simple and I am just overlooking it.
skylumen Posted December 2, 2009 Posted December 2, 2009 Not sure if this topic is closed now, but I am having a similar problem, I duplicated my site, I changed the configure files to a store I am working on to my localhost in order to experiment without messing up the online store. Everything went well except two paths directly under categories which always lead back to my localhost server not the pages they are supposed to link to 'I get the XAMMP welcome window'. This is one of the links: http://localhost/index.php?cPath=22 it should read: http://localhost/evolution-caps.ch/index.php?cPath=22 Where or how can I reconfigure these broken paths? Is it possible to reconfigure these in the admin panel at the back end? hope someone can help I am thinking its gotta be simple and I am just overlooking it. Scratch that I fixed it I just needed to resave the categories in admin
Recommended Posts
Archived
This topic is now archived and is closed to further replies.