Fatal Error leads to WSOD

Created on 12 December 2013, almost 11 years ago
Updated 8 October 2023, about 1 year ago

I am not sure what caused this error to start. I am getting a WSOD when trying to access

admin/structure/types/manage/CONTENT_TYPE/fields

Adding error reporting to index.php produces following error message:

Fatal error: Cannot increment/decrement overloaded objects nor string offsets in /var/www/html/sites/all/modules/field_tools/field_tools.module on line 288

Ref: How to add error reporting to Index.php. https://drupal.org/node/158043

Note the requirement to add these lines to the top of the file:

<?php
error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);
// $Id: index.php,v 1.94 2007/12/26...

Also, DO NOT include the <?php line

🐛 Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

No activities found.

Production build 0.71.5 2024