Full error is:
Strict warning: Declaration of SearchApiViewsHandlerFieldDate::options_form() should be compatible with that of SearchApiViewsHandlerField::options_form() in handler_field_date.inc
Looks like another one of these..fun fun.

As per some of the other issues, the solution is to change the options_form routine to this:

public function options_form(&$form, &$form_state) {
...

Comments

drunken monkey’s picture

Status: Active » Needs review
StatusFileSize
new3.36 KB

fun fun

Indeed …

moonray’s picture

Patch looks good. Didn't test, though.

Anonymous’s picture

The patch fixed the issue for me on beta10.

Status: Needs review » Needs work

The last submitted patch, 1256830--views--where-oop-coding-standards-go-to-die-1.patch, failed testing.

drunken monkey’s picture

Please verify if the problem is still present in dev, and re-roll if necessary.

legolasbo’s picture

Issue summary: View changes
Status: Needs work » Closed (outdated)

This issue has not seen activity in over 2,5 years. I am therefore closing this issue to clean up the issue queue. Feel free to re-open and update this issue if you feel this issue is still relevant and of importance.