Ticket #191 (closed defect: invalid)

Opened 6 years ago

Last modified 5 years ago

PHP Fatal error: Call to undefined function filter_xss_bad_protocol()

Reported by: chris Owned by: jim
Priority: minor Milestone:
Component: Drupal modules & settings Keywords:
Cc: jim, ed Estimated Number of Hours: 0.0
Add Hours to Ticket: 0 Billable?: yes
Total Hours: 0

Description

I don't know if this is worth following up, from logwatch:

Dec  1 08:30:11 quince apache2: PHP Fatal error:  Call to undefined function filter_xss_bad_protocol() in /web/transitionnetwork.org/www/sites/all/modules/securepages/securepages.module on line 312

This is the line in question:

    $options['external'] = ($colonpos !== FALSE && !preg_match('![/?#]!', substr($path, 0, $colonpos)) && filter_xss_bad_protocol($path, FALSE) == check_plain($path));

Change History

comment:1 Changed 5 years ago by jim

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

Ancient, obsolete, closing.

Note: See TracTickets for help on using tickets.