View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000677 | OXID eShop (all versions) | 3.1. Design, GUI, UX | public | 2009-03-08 00:00 | 2013-04-21 09:24 |
Reporter | marco_steinhaeuser | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | duplicate | ||
Fixed in Version | 4.1.6 revision 22740 | ||||
Summary | 0000677: pagination doesnt work without clearing tmp | ||||
Description | this is from forums: http://www.oxid-esales.com/de/resources/forum/installation-und-konfiguration/seite-1-von Entering articles, list is not actualized, accept /tmp/ is cleared. The effect is, you have 18 articles in your category. Entering 3 other ones to it. Now,a third page should appear. A third page appears only if the /tmp/ has been cleared. | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
duplicate of | 0001302 | resolved | rimvydas_paskevicius | The cache is not reset when any change made in admin using AJAX lists |
|
i think, this is the same thing i reported in 0000623 |
|
i could not reproduce this problem in SVN and in demoshop versions. If i understud correctly (according to entry in forum) products are imported, but not entered in admin ? Maybe they just insert products using phpmyadmin or uses third party script, update SQLs ? FYI: Due to performance reasons we keep article counts in cache and normally its is cleared when you insert/update products in admin. On special cases, when user wants to make its own module or importer script, it is recommended to call this: EE: $oCache = oxNew( 'oxcache' ); $oCache->reset(); PE: oxUtils::getInstance()->oxResetFileCache(); |
|
Reminder sent to: marco_steinhaeuser, tjungcl Please check my notices |
|
For my part i can say, the products are imported with your soap-erp-interface - not via sql, phpadmin ore 3rdparty-module. The soap-erp-interface should do all necessary steps when importing. |
|
This bug is same as described in bug 0001302. It is already fixed. |