Quick.Cart v3.6-rc1 - NON STABLE version - released!

treewood (OpenSolution)

Avatar: treewood

2010-05-12 07:04

New Quick.Cart v3.6 - release candidate 1.

You can get this version from download here:
http://opensolution.org/download/

You can test this version here:
http://opensolution.org/Quick.Cart/v3.6/

Changes in this version are here:
http://opensolution.org/download/Quick.Cart/changeLog.txt

If You will find bug, something unclear then write it here please!

1. THIS VERSION IS NOT STABLE!!! DON'T USE FOR COMMERCIAL USE,
2. We will add update information when stable version will be released
3. We dont know sure when stable version will be released. It depends from users and test. Usually it takes 2 weeks.

beholder

Avatar: beholder

2010-05-13 18:32

this bug: http://opensolution.org/Quick.Cms/forum/?p=readTopic&nr=1419
seems to still be present in quick cart, as well as it is in QCMS.

You might have overlooked it or you ignored it on purpose - am I not getting something?

beholder

Avatar: beholder

2010-05-14 01:34

there is probably another serious problem in this RC1: images added to pages are not being deleted from dirs when a page that is the last to have them is deleted. They get deleted from db files and they disappear from the form but not from files/ directory and its subdirs.

the fix to this issue is as follows.. in db/files-admin.php change line:
foreach( $this->aFilesImages[$iLinkType] as $aFile ){
to:
foreach( $this->aFilesImages[$iDbLinkType] as $aFile ){

The reason for this is that in that particular part of the script you want to check all files entries in the db - both pages files and products files. The invalid line worked in QuickCMS well, since there is only one dbLinkType (pages files). It does bad when there are more types of files -- there is a complicated mismatch of script logic in that case.

beholder

Avatar: beholder

2010-05-14 01:36

they actually don't even disappear from the form. They disappear from the administration files listings accessible from Files menu.

treewood (OpenSolution)

Avatar: treewood

2010-05-14 15:49

beholder - thx for bug report again. we missed/forget your suggestion before. we will fix it in QC v3.6

beholder

Avatar: beholder

2010-05-14 16:33

No problem. You are lucky that I have had some work with backporting these features to previous QC versions (3.3 and 3.5), otherwise it would be difficult to notice the bugs. The backported features of course required a thourough testing and that's why I found the problems -- imagine, it always started with feeling: OMG it doesn't work, I fucked up something.

Back to top
about us | contact