PDA

View Full Version : Install issues


stevehare
11-9-05, 10:23 PM
This was my third install of osCommerce. Everything went well using the tools in my PowWeb control center.

BUT...with this install it didn't ask me what folder I wanted to install the cart to. In the past I had to create a folder and all the files woudl then be found in that folder.

With this install, PowWeb/osCommerce installed the cart right into my htdocs folder.

Well, I think this is causing me some problems.

For instance, I had to manually load all of my images...not a big deal.

But, now I have gone to modules to install shipping and payment modules and nothing happens when I click install...and there are no options for me as there were in the past (Shipping: flat rate, etc.; Payment: Pay Pal, etc.).

Looking at the path shown in the modules screen I get this:

htdocs/catalog/includes/modules/payment/

BUT, in my htdocs, the structure is different. I think it should look like this:

htdocs/includes/modules/payment

Am I close?

If so, how can I fix this?

Thanks!

stevel
11-10-05, 02:45 PM
Edit admin/includes/configure.php and change DIR_WS_CATALOG to '/' instead of '/catalog/'

stevehare
11-10-05, 02:49 PM
That was the problem...thanks.