Making WordPress.org

Opened 16 months ago

Closed 16 months ago

Last modified 16 months ago

#6713 closed defect (bug) (invalid)

Got errors with $src_url['path'] from wp-includes\l10n.php on login page.

Reported by: markomaksym's profile markomaksym Owned by:
Milestone: Priority: normal
Component: General Keywords: dev-feedback
Cc:

Description

Warning: Undefined array key "path" in /.../.../wp-includes/l10n.php on line 1104
Warning: Undefined array key "path" in /.../.../wp-includes/l10n.php on line 1121
Warning: Undefined array key "path" in /.../.../wp-includes/l10n.php on line 1139
Warning: Undefined array key "path" in /.../.../wp-includes/l10n.php on line 1104
Warning: Undefined array key "path" in /.../.../wp-includes/l10n.php on line 1121
Warning: Undefined array key "path" in /.../.../wp-includes/l10n.php on line 1139

After making the changes, the errors disappeared.

<?php
if ( ! isset( $src_url['path'] ) ) {
$src_url['path'] = '/';
}

Thank you.

Change History (2)

#1 @Otto42
16 months ago

  • Resolution set to invalid
  • Status changed from new to closed

The Meta trac is used for tracking bugs on wordpress.org and related properties.

If you are having issues with your own website, please use the wordpress.org support forums: https://wordpress.org/support/forums/

#2 @Otto42
16 months ago

  • Component changed from Login & Authentication to General
Note: See TracTickets for help on using tickets.