View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004332 | OXID eShop (all versions) | 7. --- Other tools -------------- | public | 2012-08-08 14:34 | 2015-05-04 14:57 |
Reporter | ray | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.6.3 revision 47975 | ||||
Target Version | 4.6.6 revision 54646 | Fixed in Version | 4.6.6 revision 54646 | ||
Summary | 0004332: oxchkversion mentions "modified" and "unknown" on fresh installation | ||||
Description | Several users reported in forums, that on a fresh installation of CE the oxchkversion mentions one "modified" and one "unknown" file, but does not tell which ones. I could imagine that those are config.inc.php and maybe .htaccess - but those never can be untouched after installing. This behaviour is irritating users a lot. | ||||
Steps To Reproduce | install a fresh eShop - check with oxchkversion | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
related to | 0004118 | resolved | michael_keiluweit | oxchkversion does not work with 4.6.0 |
related to | 0003343 | resolved | dainius.bigelis | oxchkversion detects many files as version mismatch |
|
Hi, config.inc.php and .htaccess are not included in cheking files. We have added unknown files listing, as it was not listed at all. As for showing of modified files, we coult not reproduce it. Maybe you could give us screenshot or link to the thread at forum? To show unknown files, oxchkversion.php oeShopCheck::run() line 561 should be changed to: } elseif ($oXML->res == 'UNKNOWN') { $sMessage = 'Unknown'; $sColor = "green"; } |
|
Reminder sent to: ray Hi, we have investigated this case and the case with unknown files. However, you have mentioned that there are some "modified" files not being displayed. As we could not reproduce this case, maybe you could give any more information on when this case happens? |
|
it just mentioned "xy files modified" but did not list them Anyway, with new version and 4.7.x I did not see any mistakes, so maybe it is solved now? |
|
I see, so we are closing this ticket then. If there will be any further problems with it, please reopen it. |