I have this error

Deprecated function: Methods with the same name as their class will not be constructors in a future version of PHP; nodequeue_queue has a deprecated constructor in include_once() (linea 1374 di /var/www/html/web/includes/bootstrap.inc).

and I have resolved problem adding new construct.

Comments

nikolas.costa created an issue. See original summary.

nikolas.costa’s picture

guardiola86’s picture

Works good. Thanks.

guardiola86’s picture

Status: Needs review » Reviewed & tested by the community
johnle’s picture

Status: Reviewed & tested by the community » Closed (duplicate)

Issue is duplicated from https://www.drupal.org/node/2638684. Issue has already been merge into into a tag.

sharif.elshobkshy’s picture

The issue was already addressed (as @johnle states) in https://www.drupal.org/node/2638684. However this ticket is not a duplicate, since the patch in this ticket applies to 7.x-3.x-dev.

The other ticket (https://www.drupal.org/node/2638684) contains the patch that addresses the same issue but for 7.x-2.x-dev. The other patch cannot be applied in 7.x-3.x-dev.

Regards.

jenlampton’s picture

Status: Closed (duplicate) » Reviewed & tested by the community

Looks like this should be moved back to RTBC then?

jenlampton’s picture

Status: Reviewed & tested by the community » Closed (won't fix)

The 3.x branch has been abandoned.

I'm going to mark this issue as closed - won't fix, and recommend anyone running the 3.x branch switch to entityqueue. There's a new module that should help called Migrate from Nodequeue.