Ticket #176 (closed defect: worksforme)

Opened 6 years ago

Last modified 5 years ago

PHP Fatal error: Unsupported operand types

Reported by: chris Owned by: jim
Priority: minor Milestone:
Component: Drupal modules & settings Keywords:
Cc: ed Estimated Number of Hours: 0.0
Add Hours to Ticket: 0 Billable?: yes
Total Hours: 0.1

Description

Logwatch on the NewLiveServer reported:

Nov 16 21:50:26 quince apache2: PHP Fatal error:  Unsupported operand types in /web/transitionnetwork.org/www/includes/common.inc on line 2937

The corresponding Drupal logs from the same time has these 3 errors:

Missing argument 2 for drupal_retrieve_form() in /web/transitionnetwork.org/www/includes/form.inc on line 330.

https://www.transitionnetwork.org/admin/reports/event/648813

call_user_func_array() [<a href='function.call-user-func-array'>function.call-user-func-array</a>]: First argument is expected to be a valid callback, '' was given in /web/transitionnetwork.org/www/includes/form.inc on line 376.

https://www.transitionnetwork.org/admin/reports/event/648814

uasort() [<a href='function.uasort'>function.uasort</a>]: The argument should be an array in /web/transitionnetwork.org/www/includes/common.inc on line 2935.

https://www.transitionnetwork.org/admin/reports/event/648815

This article has suggestions about how to track this down: Fatal error: Unsupported operand types in common.inc

Change History

comment:1 Changed 6 years ago by jim

  • Add Hours to Ticket changed from 0.0 to 0.1
  • Priority changed from major to minor
  • Status changed from new to accepted
  • Total Hours changed from 0.0 to 0.1

These appear to be corner-case bugs in some modules... Since a new release is happening within the next two weeks, this should be finished then.

Not regular so less important.

comment:2 Changed 5 years ago by jim

  • Status changed from accepted to closed
  • Resolution set to worksforme

Old and closing -- these kind of issues are a per-module bug and should be reported in the Dlog issues ticket or their own ticket.

Note: See TracTickets for help on using tickets.