Make WordPress Core

Opened 20 years ago

Closed 20 years ago

Last modified 2 years ago

#2852 closed defect (bug) (fixed)

Infinite loop in do_robots causes apache to terminate

Reported by: itdamager's profile itdamager Owned by:
Milestone: Priority: normal
Severity: normal Version: 2.1
Component: Administration Keywords: infinite loop
Focuses: Cc:

Description

The function do_robots makes a call to itself with do_action('do_robots') resulting in an infinite loop. I suggest changing the api hook to do_robotstxt on line 790 of functions.php.

Change History (2)

#1 @ryan
20 years ago

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

(In [3904]) Avoid recursive action. Props itdamager. fixes #2852

This ticket was mentioned in Slack in #forums by netweb. View the logs.


9 years ago

Note: See TracTickets for help on using tickets.