Skip to content

Strict Standard Errors with PHP 5.4 and WP 3.6 #101

@kristofferR

Description

@kristofferR

After updating to WP 3.6 I get a bunch of PHP Strict Standard errors due to Front-End Editor:

Strict Standards: Static function FEE_Field_Base::get_object_type() should not be abstract in /Users/kristoffer/Sites/wpsite/wp-content/plugins/front-end-editor/php/fields/base.php on line 36

Strict Standards: Declaration of FEE_Field_Terms::wrap() should be compatible with FEE_Field_Base::wrap($content, $data) in /Users/kristoffer/Sites/wpsite/wp-content/plugins/front-end-editor/php/fields/post.php on line 275

Strict Standards: Declaration of FEE_Field_Tags::wrap() should be compatible with FEE_Field_Base::wrap($content, $data) in /Users/kristoffer/Sites/wpsite/wp-content/plugins/front-end-editor/php/fields/post.php on line 284

Strict Standards: Declaration of FEE_Field_Category::wrap() should be compatible with FEE_Field_Base::wrap($content, $data) in /Users/kristoffer/Sites/wpsite/wp-content/plugins/front-end-editor/php/fields/post.php on line 293

Strict Standards: Declaration of FEE_Field_Post_Thumbnail::wrap() should be compatible with FEE_Field_Base::wrap($content, $data) in /Users/kristoffer/Sites/wpsite/wp-content/plugins/front-end-editor/php/fields/post.php on line 335

Strict Standards: Declaration of FEE_Field_Post_Meta::wrap() should be compatible with FEE_Field_Base::wrap($content, $data) in /Users/kristoffer/Sites/wpsite/wp-content/plugins/front-end-editor/php/fields/post.php on line 401

Strict Standards: Declaration of FEE_Field_Widget::wrap() should be compatible with FEE_Field_Base::wrap($content, $data) in /Users/kristoffer/Sites/wpsite/wp-content/plugins/front-end-editor/php/fields/widget.php on line 98

Strict Standards: Declaration of FEE_Field_Comment::wrap() should be compatible with FEE_Field_Base::wrap($content, $data) in /Users/kristoffer/Sites/wpsite/wp-content/plugins/front-end-editor/php/fields/other.php on line 54

Strict Standards: Declaration of FEE_Field_Term_Field::wrap() should be compatible with FEE_Field_Base::wrap($content, $data) in /Users/kristoffer/Sites/wpsite/wp-content/plugins/front-end-editor/php/fields/other.php on line 104

Strict Standards: Declaration of FEE_Field_Single_Title::wrap() should be compatible with FEE_Field_Base::wrap($content, $data) in /Users/kristoffer/Sites/wpsite/wp-content/plugins/front-end-editor/php/fields/other.php on line 120

Strict Standards: Declaration of FEE_Field_Option::wrap() should be compatible with FEE_Field_Base::wrap($content, $data) in /Users/kristoffer/Sites/wpsite/wp-content/plugins/front-end-editor/php/fields/other.php on line 267

I know I could ignore the errors by changing my PHP configuration, but the code should preferably be fixed anyway.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions