Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

X-Cart 4.1.0 rc3 released

 
Reply
   X-Cart forums > News and Announcements
 
Thread Tools
  #11  
Old 03-14-2006, 04:30 PM
 
Emerson Emerson is offline
 

X-Man
  
Join Date: Mar 2004
Location: Atlanta, GA
Posts: 2,209
 

Default

Quote:
Minimal system requirements
Б─╒ PHP 4.0.6 or later (PHP 5 is also supported).

Make sure the configuration file php.ini meets the following requirements:

safe_mode must be disabled.

file_uploads must be enabled.

[PHP 5] register_long_arrays must be enabled.

Make sure register_long_arrays is enabled in php.ini

HTH
__________________
Emerson
Total Server Solutions LLC- Quality X-Cart Hosting
Recommended X-Cart Hosting Provider - US and UK servers
Does your host backup your site? We do EVERY HOUR!!!
Shared Hosting | Managed Cloud | Dedicated Servers
Reply With Quote
  #12  
Old 03-14-2006, 05:53 PM
 
vulcan-works vulcan-works is offline
 

Senior Member
  
Join Date: Feb 2004
Posts: 143
 

Default

Quote:
Originally Posted by Emerson
Quote:
Minimal system requirements
Б─╒ PHP 4.0.6 or later (PHP 5 is also supported).

Make sure the configuration file php.ini meets the following requirements:

safe_mode must be disabled.

file_uploads must be enabled.

[PHP 5] register_long_arrays must be enabled.

Make sure register_long_arrays is enabled in php.ini

HTH

Checking results
Critical dependencies Status
PHP Version (min 4.0.6 required) ... 5.1.2 - [OK]
PHP Safe mode is ... Off - [OK]
Disabled functions list ... none - [OK]
File uploads is ... On - [OK]
MySQL support is ... On - [OK]
Register long arrays is ... On - [OK]

Non critical dependencies Status
Maximum file size for upload is ... 2M - [OK]

the installer says that everything is ok...but only blank pages after that
__________________
X-cart--4.7.12

vulcanworks.net
Reply With Quote
  #13  
Old 03-14-2006, 08:50 PM
 
svowl svowl is offline
 

X-Cart team
  
Join Date: Jan 2003
Posts: 937
 

Default

Please look up the error log, you might find the answer there. Error log files are located in xcart/var/log/ directory (files like x-errors_php-060315.php)
__________________
Vladimir Semyonov
Lead Software Engineer
Reply With Quote
  #14  
Old 03-14-2006, 09:39 PM
 
shelkie shelkie is offline
 

Newbie
  
Join Date: Feb 2006
Posts: 1
 

Default

Quote:
Originally Posted by vulcan-works
Quote:
Originally Posted by Emerson
Quote:
Minimal system requirements
Б─╒ PHP 4.0.6 or later (PHP 5 is also supported).

Make sure the configuration file php.ini meets the following requirements:

safe_mode must be disabled.

file_uploads must be enabled.

[PHP 5] register_long_arrays must be enabled.

Make sure register_long_arrays is enabled in php.ini

HTH

Checking results
Critical dependencies Status
PHP Version (min 4.0.6 required) ... 5.1.2 - [OK]
PHP Safe mode is ... Off - [OK]
Disabled functions list ... none - [OK]
File uploads is ... On - [OK]
MySQL support is ... On - [OK]
Register long arrays is ... On - [OK]

Non critical dependencies Status
Maximum file size for upload is ... 2M - [OK]

the installer says that everything is ok...but only blank pages after that


I ran into this problem as well . A little hard to track down with the extensive use of "@" for error suppression, but it appears that there is a mis-matched closing bracket in "include/bench.php" that causes a compile error.

Delete the "}" on line 340 and the problem should go away. Did for me at least

Ran into the same problem with RC2.
__________________
X-Cart 4.1.0 RC3 [unix]
PHP 5.1.2
Reply With Quote
  #15  
Old 03-15-2006, 12:15 AM
 
svowl svowl is offline
 

X-Cart team
  
Join Date: Jan 2003
Posts: 937
 

Default Re: BUG

Quote:
Originally Posted by snorocket
BUG:
Create an Extra field and check or uncheck all creates Javascript ERROR
http://www.x-cart.com/demo_preview/provider/extra_fields.php

Fixed. Thank you.
Attached Files
File Type: diff patch_158.diff (760 Bytes, 16 views)
__________________
Vladimir Semyonov
Lead Software Engineer
Reply With Quote
  #16  
Old 03-15-2006, 07:24 AM
 
snorocket snorocket is offline
 

X-Adept
  
Join Date: Dec 2002
Posts: 403
 

Default Passed W3 Validation

Despite my recent complaints I give a big thumbs up for passing W3 validation with flying colors !!!
Reply With Quote
  #17  
Old 03-15-2006, 01:23 PM
 
weckie weckie is offline
 

eXpert
  
Join Date: Feb 2005
Location: Netherlands
Posts: 220
 

Default

We are running the RC3 version LIVE now with a backup from the older one (in case something doesn't work we can switch back immediately).
But till now everything (what we use) works fine. Orders come in correctly etc...

But he, we do not have a lot of products.

For us, it works perfect and we are very pleased with it.
__________________
Herman Steijn

Using: X-cart 4.5.4
AT: http://www.weckonline.com LIVE
Reply With Quote
  #18  
Old 03-16-2006, 09:31 AM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default Wholesale Minimum Order

Is there a way to specify a minimum order amount per product for certain membership levels, like Wholesale? It would be nice to say a product has a minimum order amount of "1" for Premium and "12" for Wholesale. I didn't see how to do this with the demo.

Also, quantity increments for Wholesale would be nice, like you can only order this product by the dozen if Wholesale. Is there anything close to this in 4.1?
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote
  #19  
Old 03-16-2006, 09:05 PM
 
svowl svowl is offline
 

X-Cart team
  
Join Date: Jan 2003
Posts: 937
 

Default

Quote:
Originally Posted by shelkie
I ran into this problem as well . A little hard to track down with the extensive use of "@" for error suppression, but it appears that there is a mis-matched closing bracket in "include/bench.php" that causes a compile error.

Delete the "}" on line 340 and the problem should go away. Did for me at least

Ran into the same problem with RC2.

The error and the blank page resulted from setting the option 'short_open_tag' to 'Off' in php.ini
This has been fixed. Thank you for the report.
__________________
Vladimir Semyonov
Lead Software Engineer
Reply With Quote
  #20  
Old 03-16-2006, 09:44 PM
 
svowl svowl is offline
 

X-Cart team
  
Join Date: Jan 2003
Posts: 937
 

Default Re: Wholesale Minimum Order

Quote:
Originally Posted by cherie
Is there a way to specify a minimum order amount per product for certain membership levels, like Wholesale? It would be nice to say a product has a minimum order amount of "1" for Premium and "12" for Wholesale. I didn't see how to do this with the demo.

Also, quantity increments for Wholesale would be nice, like you can only order this product by the dozen if Wholesale. Is there anything close to this in 4.1?

Sorry, but this feature was not included into 4.1.0.
__________________
Vladimir Semyonov
Lead Software Engineer
Reply With Quote
Reply
   X-Cart forums > News and Announcements



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 04:53 PM.

   

 
X-Cart forums © 2001-2020