Changes between Initial Version and Version 1 of Ticket #47980, comment 12
- Timestamp:
- 09/13/2019 01:31:13 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47980, comment 12
initial v1 1 1 I am seeing the same issue on a Ubuntu server (18.04.3 LTS). The WordPress install is version 5.2.3 on a multi-site setup. 2 2 3 I have tried removing the section at https://github.com/WordPress/WordPress/commit/c86ee39ff4c1a79b93c967eb88522f5c09614a28 and this makes no difference. Clearly adding a backslash to the ltrim()statement also has no effect.3 I have tried removing the section at https://github.com/WordPress/WordPress/commit/c86ee39ff4c1a79b93c967eb88522f5c09614a28 and this makes no difference. Clearly adding a backslash to the {{{ltrim()}}} statement also has no effect. 4 4 5 In any case, does ltrim()really take three parameters? According to the php manual:5 In any case, does {{{ltrim()}}} really take three parameters? According to the php manual: 6 6 7 7 {{{#!php … … 12 12 13 13 Any suggestions as to how to get round this issue? Currently none of my users can log in. 14 15 Edit: Having checked further, it seems that {{{wp_validate_redirect()}}} is not actually being called. Also this may be a different issue as the user is (sometimes) getting: 16 17 **ERROR**: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress. 18