Strict warning: Declaration of views_php_handler_field::post_execute() should be compatible with views_handler::post_execute(&$values) in _registry_check_code() (line 3174 of drupal7/includes/bootstrap.inc).

I see this on all pages where views_php is used.
I am running php 5.4 on ubuntu

CommentFileSizeAuthor
#3 wisdom_of_the_ancients.png27.27 KBdassolucas
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

SocialNicheGuru’s picture

Status: Active » Closed (duplicate)
DevDaveUK’s picture

Duplicate of which ticket? Has this been resolved elsewhere?

dassolucas’s picture

FileSize
27.27 KB

I'm upgrading the Drupal 7 core to 7.72 to make it work with PHp 7.3, and now i get this error on the Update.php page.

Warning: Declaration of views_php_handler_field::post_execute() should be compatible with views_handler::post_execute(&$values) in include_once() (line 3518 of docroot/includes/bootstrap.inc).

The only instance I can find of "views_php_handler_field" is on the module docroot/sites/all/modules/contrib/views_php/plugins/views/views_php_handler_field.inc, line 8.

My current View PHP module version is: 7.x-1.0-alpha3. And my Views modules version is: 7.x-3.18.

--

wisdom of the ancients