View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001998 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2010-07-22 09:35 | 2010-11-10 14:13 |
Reporter | csimon | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.4.0 revision 28699 | ||||
Fixed in Version | 4.4.5 revision 31315 | ||||
Summary | 0001998: Wrong Error message if config.inc.php is not read-only | ||||
Description | If you don't set config.inc.php to read-only, the shop warns you that the system requirements are not met, and marks the file rights incompatible (red). This is wrong, the shop runs fine even if the config.inc.php is not read-only. Currently it displays such message: " Information: Your system doesn't fit the system requirements. More information can be found in the system requirements check. Due to security reasons put your config.inc.php file to read-only mode! " 1. Implement check, if ONLY the file rights fails (all other system requirements matches), so the first sentence is not displayed "Your system doesn't fit the system requirements.". 2. Move the last sentence "Due to security reasons put your config.inc.php file to read-only mode!" above the first one. So it should look like: " Information: Due to security reasons put your config.inc.php file to read-only mode! More information can be found in the system requirements check. " If there are other messages about file rights in system requirements check - apply the same logic please. | ||||
Steps To Reproduce | set the config.inc.php rights to anything more permissive than 444. | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
has duplicate | 0002187 | closed | birute_meilutyte | error message still wrong if config.inc.php is not set to 444 |
|
Hello, this is not a bug. yes, shop is working correctly even if config file is not read-only. However, due security reasons, it is strongly recommended to put this file in read-only mode (shop setup does this automatically). thats why in admin area there is message about this file, if its not read-only. greetings, |
|
Yes, the warning is OK, but not that the message that the shop doesn't meet the system requirements, and that the shop doesn't run properly if the file is not read-only. It Should be a warning, not a system requirement. The red-light is defined with "Your system doesn't fit the requirement. The OXID eShop will not work without it and cannot be installed.". Thats wrong, the shop works but it's recommended that you change the file rights. The file rights fit totally, but are maybe not secure. Not working and not secure are two different deals. |
|
only text changes |