Changes between Initial Version and Version 1 of Ticket #42527, comment 3
- Timestamp:
- 11/18/2023 07:17:30 PM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42527, comment 3
initial v1 1 1 file_exists is still (in wp 6.4.1) wrecking havoc testing file paths that include a url. 2 3 4 {{{ 5 file_exists(): open_basedir restriction in effect. File(C:\.../wp-content/plugins/http://www.domain.com/wp-admin/edit.php) is not within the allowed path(s): (C:\inetpub\wwwroot;C:\inetpub\temp\php_temp) in C:\inetpub\wwwroot\...\wp-admin\menu-header.php on line 259 6 }}}