Opened 2 years ago
Closed 2 years ago
#62121 closed defect (bug) (duplicate)
Uncaught Error: Undefined constant "ABSPATH" in wp-includes/blocks/index.php:8
| Reported by: | kittmedia | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Duplicate of #62108.