Zen Cart Logo
Forums / Upgrading to 2.x.x / Alpha build of 2.1.0 now available

Alpha build of 2.1.0 now available

Views: 1,261

Results 1 to 8 of 8
04 Aug 2024, 17:53
#1
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,682
Plugin Contributions:
56

Alpha build of 2.1.0 now available

If you'd like to help with some early testing of the next release, grab the zip file and join the fun!

Links here: https://github.com/zencart/zencart/discussions/6629

05 Aug 2024, 01:29
#2
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,760
Plugin Contributions:
9

Re: Alpha build of 2.1.0 now available

Initial zc_install run.

Getting > The GZip Extension in PHP is not enabled.

but Litespeed says it's enabled sitewide.

[root@host ~]# grep -i gzip /usr/local/lsws/conf/httpd_config.xml
<enableGzipCompress>1</enableGzipCompress>
<enableDynGzipCompress>1</enableDynGzipCompress>
<gzipAutoUpdateStatic>1</gzipAutoUpdateStatic>
05 Aug 2024, 09:12
#3
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,682
Plugin Contributions:
56

Re: Alpha build of 2.1.0 now available

My guess would be that config is not the one in use. You can do a phpinfo(); and check the results.

29 Aug 2024, 01:05
#4
johnniejetski2 avatar

johnniejetski2

New Zenner

Join Date:
Dec 2017
Location:
FLAH-DUH
Posts:
45
Plugin Contributions:
0

Re: Alpha build of 2.1.0 now available

swguy:

If you'd like to help with some early testing of the next release, grab the zip file and join the fun!

Links here: https://github.com/zencart/zencart/discussions/6629

I installed it, will update soon

29 Aug 2024, 02:00
#5
johnniejetski2 avatar

johnniejetski2

New Zenner

Join Date:
Dec 2017
Location:
FLAH-DUH
Posts:
45
Plugin Contributions:
0

Re: Alpha build of 2.1.0 now available

I installed it here:

https://www.monstergoped.com

seems ok so far... some pics are not showing up, how do you turn the no-pic off?

29 Aug 2024, 19:10
#6
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Alpha build of 2.1.0 now available

dbltoe:

Initial zc_install run.

Getting

but Litespeed says it's enabled sitewide.

[root@host ~]# grep -i gzip /usr/local/lsws/conf/httpd_config.xml
<enableGzipCompress>1</enableGzipCompress>
<enableDynGzipCompress>1</enableDynGzipCompress>
<gzipAutoUpdateStatic>1</gzipAutoUpdateStatic>

The GZip "detection" is looking for PHP's configuration to say that output_buffering is on/true.

What I don't know for certain at this point, is whether we even need PHP to "support" this anymore, if nginx and litespeed are overriding PHP and doing it themselves already anyway.
I guess we could avoid checking for it altogether ...
29 Aug 2024, 19:38
#7
johnniejetski2 avatar

johnniejetski2

New Zenner

Join Date:
Dec 2017
Location:
FLAH-DUH
Posts:
45
Plugin Contributions:
0

Re: Alpha build of 2.1.0 now available

cannot log in to admin ... did all the normal reset steps AND the ones in the zencart doc to reset to Admin, admin several times and get a HTTP ERROR 500
or just user/pw not found

02 Oct 2024, 21:41
#8
barco57 avatar

barco57

Totally Zenned

Join Date:
Apr 2006
Location:
West Salem, IL
Posts:
2,841
Plugin Contributions:
0

Re: Alpha build of 2.1.0 now available

johnniejetski2:

cannot log in to admin ... did all the normal reset steps AND the ones in the zencart doc to reset to Admin, admin several times and get a HTTP ERROR 500
or just user/pw not found

PHP version issue?