Make WordPress Core

Opened 19 years ago

Closed 18 years ago

#5474 closed enhancement (invalid)

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

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

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 19 years ago.
abspath.patch (2.1 KB ) - added by gimler 19 years ago.
add patch for tiny_mce :)
abspath_2_3_2.patch (2.4 KB ) - added by gimler 19 years ago.
add wp-admin/admin-ajax.php wp-blog-header.php wp-login.php

Download all attachments as: .zip

Change History (6)

@gimler
19 years ago

#1 @ionfish
19 years ago

  • Milestone 2.3.22.4
  • Priority highest omg bbqnormal
  • Severity blockernormal
  • Type defectenhancement

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

@gimler
19 years ago

add patch for tiny_mce :)

@gimler
19 years ago

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

#2 @ffemtcj
18 years ago

  • Milestone 2.52.6

#3 @DD32
18 years ago

  • Milestone 2.6
  • Resolutioninvalid
  • Status newclosed

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.