Make WordPress Core

Opened 16 years ago

Closed 16 years ago

#5474 closed enhancement (invalid)

[PATCH] wp-admin ABSPATH not defined for wp-config.php

Reported by: gimler's profile gimler Owned by:
Milestone: Priority: normal
Severity: normal Version: 2.3.1
Component: Administration Keywords:
Focuses: Cc:

Description

i have more than one blog so i will symlink the wp-admin folder but for this i must patch the wp-admin/admin.php file

the problem is that the ABSPATH constant is not defined a this point.

greetings
Gimler

Attachments (3)

patch.txt (666 bytes) - added by gimler 16 years ago.
abspath.patch (2.1 KB) - added by gimler 16 years ago.
add patch for tiny_mce :)
abspath_2_3_2.patch (2.4 KB) - added by gimler 16 years ago.
add wp-admin/admin-ajax.php wp-blog-header.php wp-login.php

Download all attachments as: .zip

Change History (6)

@gimler
16 years ago

#1 @ionfish
16 years ago

  • Milestone changed from 2.3.2 to 2.4
  • Priority changed from highest omg bbq to normal
  • Severity changed from blocker to normal
  • Type changed from defect to enhancement

For future reference, if you provide patches with .diff or .patch extensions Trac will format them more nicely.

@gimler
16 years ago

add patch for tiny_mce :)

@gimler
16 years ago

add wp-admin/admin-ajax.php wp-blog-header.php wp-login.php

#2 @ffemtcj
16 years ago

  • Milestone changed from 2.5 to 2.6

#3 @DD32
16 years ago

  • Milestone 2.6 deleted
  • Resolution set to invalid
  • Status changed from new to closed

wp-load.php is used to define the constant ABSPATH in 2.6, And as a result, it should be defined in any location needed.

Closing as Invalid.

Note: See TracTickets for help on using tickets.