Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Modules Error with new store setup


Guest

Recommended Posts

Posted

hello,

 

I am trying this cart out for the first time. I do have technical knowledge and everything is working perfectly, except in the admin section to choose modules for payment/shipping etc, there are no error messages, and i do not get any options to choose from. All i see is for example in shipping:

 

Shipping Modules

Module Directory: /catalog/includes/modules/shipping/

 

in payment:

 

Payment Modules

Module Directory: /catalog/includes/modules/payment/

 

 

 

I'm really not sure what i have done wrong, everything else is working perfect. If someone can point me in the right direction i would be much thankful.

 

I appreciate it!! :)

Posted

just to add in this:

 

i have it setup as:

mydomain.com/catalog

mydomain.com/admin

 

possibly it nees to be:

mydomain.com/catalog/admin ?? just a thought.

Posted

make sure the directories and files in there can be read by the webserver.

Set the correct permissions on them:

 

linux:

chmod -R 755 /catalog/includes/modules/shipping/ 

chmod -R 755 /catalog/includes/modules/payment/

 

Windows:

right click and make sure they are not set to READ ONLY.

"Politics is the art of preventing people from taking part in affairs which properly concern them"

Posted

FIXED IT.. it was a path problem.. but i do have another question now.

 

i have set the order stuff, a shipping method and a payment method, but after i add to cart/log in and hit checkout, i get::

 

site.com/catalog/FILENAME_CHECKOUT_SHIPPING

 

can anyone point me to look for fixing this? thanks and sorry about before.

Posted

FILENAME_CHECKOUT_SHIPPING is not defined in catalog/includes/application_top.php

Look in the file on how to add it.

just look at any FILENAME_CHECKOUT_XXXX

 

Regards,

Mattice

"Politics is the art of preventing people from taking part in affairs which properly concern them"

Posted

i downloaded a recent snapshot and having a path problem, how did you fix your path problem? I checked configure.php and the link to checkout is showing correct on a properties right click

 

the file checkout_payment.php is there where it should be, but I am still getting a page not found error..

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...