View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003835 | OXID eShop (all versions) | 6. ------ Setup ------- | public | 2012-04-08 10:01 | 2012-06-26 17:02 |
Reporter | ray | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Product Version | 4.5.9 revision 43186 | ||||
Summary | 0003835: Add check for installed Suhosin Patch and "suhosin.get.max_value_length" > = 1024 to system requirements | ||||
Description | If suhosin.get.max_value_length is set too low, it does not submit the user data and the database can not be created in step 420. The problem is, that the standard value for this setting is 512 - which is way too low to submit all necessary data. Then you get an error similar to this "Access denied for user 'www-data'@'localhost' (using password: NO)' " which does not show the user and password you have set while setup. It would be great to include the check for Suhosin into system requirements. | ||||
Steps To Reproduce | install a shop on a server with suhosin.get.max_value_length = 512 | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
duplicate of | 0002362 | resolved | arturas.sevcenko | Refactor setup to not use the URL for sending params |