Ticket #176 (closed defect: worksforme)
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
Note: See
TracTickets for help on using
tickets.
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.