Make WordPress Core

Opened 21 years ago

Closed 20 years ago

#79 closed defect (bug)

PHP Warnings in fsockopen() and wp_dropdown_cats()

Reported by: anonymousbugger's profile anonymousbugger Owned by:
Milestone: Priority: normal
Severity: minor Version: 1.2
Component: General Keywords:
Focuses: Cc:

Description

I saw this is my error log - [error] PHP Warning: Missing argument 1 for wp_dropdown_cats() in /home/beconfu/public_html/blog/wp-admin/admin-functions.php on line 93.
I don't understand it, but it seems to be a bug.

I got this too-
[Thu Jun 17 11:27:26 2004] [error] PHP Warning: fsockopen(): unable to connect to news.bbc.co.uk:80 in /home/beconfu/public_html/blog/wp-includes/functions.php on line 739
[Thu Jun 17 11:27:26 2004] [error] PHP Warning: fsockopen(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/beconfu/public_html/blog/wp-includes/functions.php on line 739
It's probably trying to ping BBC, is that a bug?

Change History (2)

#2 @matt
20 years ago

  • Status changed from new to closed

Added @ to fsockopen calls.

Note: See TracTickets for help on using tickets.