Guest Posted May 17, 2003 Posted May 17, 2003 for example, Within Admin ~ Modules ~ Order totals there is a low order fee that will allow you to asses a fee if an order is below $100. i have installed osC both locally (winxp, cvs-051103) and on a server successfully. however, Admin > Modules doesn't show locally except for the text Module Directory: /path/to/modules/* --but on the server it does. is this normal since its on a different os? just wondering.... if not, any suggestions/ideas on how to fix it? ...i'm planning to do layouts, and develop osC locally before uploading to the server that's why... thanks in advance.
smiley Posted May 17, 2003 Posted May 17, 2003 Ajeh (bless her heart) addresses this here: http://www.www.oscommerce.com/forums/viewtopic.php?t=38465 In brief: And then edit your configure.php files and replace references to $DOCUMENT_ROOT with the real path ... The real path can be obtained via Admin ... Tools ... Server Info ... search for DOCUMENT_ROOT without the $ And use that path in your define statements for both the catalog and admin I found I had to enclose mine in single quotes. '/home/my***/public_html/MyDir' :) HTH Neil Common sense is genius dressed in working clothes. Ralph Waldo Emerson
Guest Posted May 17, 2003 Posted May 17, 2003 thanks it worked... i guess for local installs, even though the physical location of the default "localhost" folder is set in http.conf... you still have to use "c:/..../...." for all the "FS" settings in configure.php
smiley Posted May 17, 2003 Posted May 17, 2003 You got it. http.conf... can be configured So many ways :!: :bomb: Simple to quote the real path and move on. :onfire: HTH Neil Common sense is genius dressed in working clothes. Ralph Waldo Emerson
Recommended Posts
Archived
This topic is now archived and is closed to further replies.