Array to string conversion
-
I have debugging enabled from wp-config and get the following warnings:
Notice: Array to string conversion in /var/www/html/wp-content/plugins/ssh-sftp-updater-support/class-wp-filesystem-ssh2.php on line 316 Notice: Array to string conversion in /var/www/html/wp-content/plugins/ssh-sftp-updater-support/class-wp-filesystem-ssh2.php on line 317
Which I think are the following lines:
$struc['owner'] = $this->owner($path.'/'.$entry, $entry['uid']); $struc['group'] = $this->group($path.'/'.$entry, $entry['gid']);
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Array to string conversion’ is closed to new replies.