View Issue Details

IDProjectCategoryView StatusLast Update
0000904OXID eShop (all versions)4.07. Source code, Testpublic2012-12-10 13:45
Reporterdainius.bigelis Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.1.2 revision 18998 
Fixed in Version4.2.0 revision 23610 
Summary0000904: Not existing DB field is still used in PE
DescriptionThe field oxvpe in table oxarticles exists only in the Enterprise edition eShop.
But in PE/CE details.tpl it is still used:
[{if $product->oxarticles__oxvpe->value > 1}]
    <div class="packing">
        [{ oxmultilang ident="DETAILS_PERSPARAM_VPE_MESSAGE_1" }] [{ $product->oxarticles__oxvpe->value}] [{ oxmultilang ident="DETAILS_PERSPARAM_VPE_MESSAGE_2" }]
    </div>
    [{/if}]

So when viewing the details page of article, in basket, the SQL errors occurs:
SQL QUERY: select oxvpe from oxarticles where oxid = '...'
PARAMS: false
ERROR NR: 1054
ERROR Message: Unknown column 'oxvpe' in 'field list'
TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

There are no notes attached to this issue.