View Issue Details

IDProjectCategoryView StatusLast Update
0000730OXID eShop (all versions)2. ----- eShop backend (admin) -----public2009-03-24 10:48
Reportersannc Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionduplicate 
Product Version4.0.1.0 revision 15990 
Summary0000730: Field OXINSERT is overwritten with date in the futute if images are added
DescriptionSorry to produce a dupe but it is not possible for me to add a not to bug 704.

I reproduced the behaviour:

1. Added new article "TEST" with admin

2. SQL statement

  SELECT OXINSERT, OXTIMESTAMP FROM `oxarticles` WHERE OXARTNUM = 'TEST'

shows

OXINSERT OXTIMESTAMP
2009-03-20 2009-03-20 16:31:40

3. Added picture (picture 1)

4. Same SQL statement shows

OXINSERT OXTIMESTAMP
2020-03-20 2009-03-20 16:37:08

Please not the wrong date in OXINSERT.
Additional InformationMySQL Version:
mysql Ver 14.12 Distrib 5.0.70, for pc-linux-gnu (x86_64) using readline 5.2
TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Relationships

duplicate of 0000704 resolvedrimvydas_paskevicius OXINSERT is zero 

Activities

dainius.bigelis

2009-03-24 10:33

reporter   ~0000612

Reminder sent to: sannc

Hi,

Very strange. As according to your description, I made the same behaviour and still for me it shows:
- before picture insert:
OXINSERT OXTIMESTAMP
2009-03-24 2009-03-24 10:23:00
- after:
2009-03-24 2009-03-24 10:25:12

both dates are correct.
Are you testing on fresh shop installation? With shop's demo data? Which exact shop version it is?
Do you have some modules installed in the shop?

Best regards,

dainius.bigelis

2009-03-24 10:48

reporter   ~0000616

Reopened the same bug 0000704. So this entry is closed. I moved all comments from this entry to the 0000704.