View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004110 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2012-06-03 01:15 | 2012-06-04 10:42 |
| Reporter | Skygate | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Product Version | 4.6.1 revision 45706 | ||||
| Summary | 0004110: Articles do not display in Admin View | ||||
| Description | In Admin Panel after going into Artikel verwalten > Artikel only the number of articles is listed, but no articles are listed. In our development shop we have about 54 products with 12 articles LIMIT per site - we can see there are 5 pages in this tab page, but any of them is listed | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
| Theme | Both | ||||
| Browser | All | ||||
| PHP Version | 5.3 | ||||
| Database Version | 5.5 | ||||
|
|
We have also found the database error: - Unknown column 'oxv_oxarticles_de.oxupdateprice' in 'field list' So probably this is the problem with the oxv_oxarticles_de and oxv_oxarticles_en views are not taken into consideration in the udpate sql file. |
|
|
This behaviour normally is caused by changes in a base table (e.g. oxarticles) without updating the views. Try Service > Tools > VIEWS jetzt updaten. Empty your tmp-folder after thah. Your added mysql error supports this guess |
|
|
I second that - not a bug, just update VIEWS and it works again. Please close this "bug" -> no change required. |
|
|
OK, probably - You, as the product makers know everything about the OXID, but it was not written in the update pack README file - and it should be, because it is not obvious for everyone. |
|
|
Closed as not an issue. |