View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000904 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2009-05-15 14:25 | 2012-12-10 13:45 |
Reporter | dainius.bigelis | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.1.2 revision 18998 | ||||
Fixed in Version | 4.2.0 revision 23610 | ||||
Summary | 0000904: Not existing DB field is still used in PE | ||||
Description | The 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' | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||