[wp-trac] [WordPress Trac] #19342: Call to undefined function convert_to_screen when using plugins with custom meta boxes
WordPress Trac
wp-trac at lists.automattic.com
Wed Nov 23 19:27:32 UTC 2011
#19342: Call to undefined function convert_to_screen when using plugins with custom
meta boxes
--------------------------+-----------------------------
Reporter: jackdewey | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Template | Version: 3.3
Severity: major | Keywords:
--------------------------+-----------------------------
In WP 3.3 Beta 3, activating a plugin that registers custom meta boxes
makes the web site go to a blank screen with the error:
Fatal error: Call to undefined function convert_to_screen() in
C:\Home\Projects\htdocs\wp-admin\includes\template.php on line 854
Looking at this line, it is trying to call the function convert_to_screen
to convert the name of the screen that meta box should be displayed on,
since it is passed as one of the function arguments.
In this specific case, it happened upon trying to activate the Link
Library plugin (http://wordpress.org/extend/plugins/link-library/)
--
Ticket URL: <http://core.trac.wordpress.org/ticket/19342>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list