Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

robkos

Archived
  • Posts

    6
  • Joined

  • Last visited

Everything posted by robkos

  1. try this: in includes/header.php find this section: if ( (WARN_DOWNLOAD_DIRECTORY_NOT_READABLE == 'true') && (DOWNLOAD_ENABLED == 'true') ) { if (!is_dir(DIR_FS_DOWNLOAD)) { in the 2nd line remove ! sign so it looks like this: if (is_dir(DIR_FS_DOWNLOAD)) { I hope this helps. It fixed my problem.
  2. That's it!!! the issue is fixed now, thank you very much Sir! It may be because of php version - I'm using v. 5.2.5 on my development pc when I encountered this error. After moving my site to my host provider server who is using php 4.4.6 - I didn't have this issue. I only had it on my local pc. After applying serverguy's fix it's resolved. Maybe older versions of php are not picking up these php tags missing in the lines you specified.
  3. in addition: biling address content is not populating to shipping address fields (billing address is filled out with code). Also missing icon for "Press if Delivery Address different from Billing Address:" I tried all 3 options for create_account.php and got the same problem.
  4. I'm getting very similar problem - no matter what I put in billing form under "required information" I will get this popup asking for correction even though it's correct....this problem doesn't exists when reverting to backup from before installing Fec 3.2.
  5. I just installed new 2rc1 version of oscommerce and then installed fec 3.2 with account_3.php option. After clicking on Checkout and filling out Billing Address in Order From - no matter how do I fill it out, after clicking on Continue, I am getting popup asking to make correction with this information (postal code, province, country, etc.) - it's filled out correctly but it's not accepting it and keeps popoping up. When I reverse to my backup from before fec 3.2 installation - this problem doesn't exists. I'm stuck. Please help.
  6. I just installed 2rc1 version of oscommerce and then installed fec 3.2 with account_3.php option. After clicking on Checkout and filling out Billing Address in Order From - no matter how do I fill it out, after clicking on Continue, I am getting popup asking to make correction with this information (postal code, province, country, etc.) - it's filled out correctly but it's not accepting it and keeps popoping up. I'm stuck. Please help.
×
×
  • Create New...