I've just installed PHP 7.1 and now I am seeing this error :
PHP Warning: Cannot assign an empty string to a string offset in /postfixadmin/variables.inc.php on line 31
Line #31 :
$fDomains[0] = "";
How does on clear $fDomains[0] now in PHP 7.1?
My reason for this message 'PHP Warning: Cannot assign an empty string to a string offset' is:
My $fDomains
variable was initiated as a string, not as an array.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With