Title: PHP 7.4 problems? Trying to access array offset &#8230;
Last modified: January 28, 2021

---

# PHP 7.4 problems? Trying to access array offset …

 *  Resolved [jrmatwpress](https://wordpress.org/support/users/jrmatwpress/)
 * (@jrmatwpress)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/php-7-4-problems-trying-to-access-array-offset/)
 * I’m getting a set of notices in the “Site Language” section of General Settings:
 *     ```
       Notice: Trying to access array offset on value of type bool in /var/www/html/example/wp-content/plugins/ssh-sftp-updater-support/class-wp-filesystem-ssh2.php on line 263
   
       Notice: Trying to access array offset on value of type bool in /var/www/html/example/wp-content/plugins/ssh-sftp-updater-support/class-wp-filesystem-ssh2.php on line 263
   
       Notice: Trying to access array offset on value of type bool in /var/www/html/example/wp-content/plugins/ssh-sftp-updater-support/class-wp-filesystem-ssh2.php on line 258
   
       Notice: Trying to access array offset on value of type bool in /var/www/html/example/wp-content/plugins/ssh-sftp-updater-support/class-wp-filesystem-ssh2.php on line 263
       ```
   
 * These look like PHP 7.4 issues, but I’m not certain how to resolve them. Any 
   advice? Thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fphp-7-4-problems-trying-to-access-array-offset%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [David Anderson / Team Updraft](https://wordpress.org/support/users/davidanderson/)
 * (@davidanderson)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/php-7-4-problems-trying-to-access-array-offset/#post-14040508)
 * This is not related to PHP 7.4; it is triggered by having a plugin or theme which
   uses the WP_Filesystem API incorrectly: specifically, it requests to set up a
   connection and then ignores the result (trying to use the connection after it
   failed to set up). To resolve this you need to ask your web hosting company how
   to get PHP to log the full trace (not just the final message), and see which 
   plugin/theme it is coming through.
 * David

Viewing 1 replies (of 1 total)

The topic ‘PHP 7.4 problems? Trying to access array offset …’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ssh-sftp-updater-support.svg)
 * [SSH SFTP Updater Support](https://wordpress.org/plugins/ssh-sftp-updater-support/)
 * [Support Threads](https://wordpress.org/support/plugin/ssh-sftp-updater-support/)
 * [Active Topics](https://wordpress.org/support/plugin/ssh-sftp-updater-support/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ssh-sftp-updater-support/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ssh-sftp-updater-support/reviews/)

## Tags

 * [php 7.4](https://wordpress.org/support/topic-tag/php-7-4/)

 * 1 reply
 * 2 participants
 * Last reply from: [David Anderson / Team Updraft](https://wordpress.org/support/users/davidanderson/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/php-7-4-problems-trying-to-access-array-offset/#post-14040508)
 * Status: resolved