View Issue Details

IDProjectCategoryView StatusLast Update
0004110OXID eShop (all versions)2. ----- eShop backend (admin) -----public2012-06-04 10:42
ReporterSkygate Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version4.6.1 revision 45706 
Summary0004110: Articles do not display in Admin View
DescriptionIn 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
TagsNo tags attached.
Attached Files
admin_start.png (71,624 bytes)   
admin_start.png (71,624 bytes)   
ThemeBoth
BrowserAll
PHP Version5.3
Database Version5.5

Activities

Skygate

2012-06-03 01:16

reporter   ~0006754

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.

Adrian.Kirchner

2012-06-03 14:46

reporter   ~0006755

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

ray

2012-06-04 09:27

reporter   ~0006756

I second that - not a bug, just update VIEWS and it works again.

Please close this "bug" -> no change required.

Skygate

2012-06-04 09:37

reporter   ~0006757

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.

dainius.bigelis

2012-06-04 10:42

reporter   ~0006758

Closed as not an issue.