PHP Fatal error: Uncaught Error: [] operator not supported for strings (line 607)

Issue #340 resolved
Giorgio created an issue

Hi, after upgrading to php7.1(.8) I got this error with phpliteadmin 1.9.7.1

PHP Fatal error: Uncaught Error: [] operator not supported for strings in line 607

The workaround for me was to change at line 592

    $path = '';

to

    $path = array();

I hope this helps.

Cheers

Giorgio

Comments (1)

  1. Log in to comment