Make WordPress Core

Opened 20 years ago

Closed 20 years ago

Last modified 3 years ago

#2852 closed defect (bug) (fixed)

Infinite loop in do_robots causes apache to terminate

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

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

  • Resolutionfixed
  • Status newclosed

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

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


10 years ago

Note: See TracTickets for help on using tickets.