Opened 18 months ago
Closed 18 months ago
#62121 closed defect (bug) (duplicate)
Uncaught Error: Undefined constant "ABSPATH" in wp-includes/blocks/index.php:8
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | |
| Focuses: | Cc: |
Description
If you access the index.php inside wp-includes/blocks/ directly, you get the following fatal error, since WordPress is not loaded on direct access:
Fatal error: Uncaught Error: Undefined constant "ABSPATH" in wp-includes/blocks/index.php:8 Stack trace: #0 {main} thrown in wp-includes/blocks/index.php on line 8
Change History (1)
Note: See
TracTickets for help on using
tickets.
Duplicate of #62108.