Opened 20 years ago
Closed 20 years ago
#1307 closed defect (bug) (fixed)
wp-admin/admin.php crash
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | critical | Version: | 1.5.1 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
the wp-amazon plugin makes the thing crash.
to solve, replace line 2 of wp-admin/admin.php:
require_once('../wp-config.php');
with:
require_once(ABSPATH . 'wp-config.php');
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
if ( !defined( 'ABSPATH' ) )
else
edited on: 05-04-05 14:12