massedge / wordpress-plugin-export-media-library

WordPress plugin that allows users to export media library files as a compressed zip archive.
https://wordpress.org/plugins/export-media-library/
GNU General Public License v3.0
10 stars 4 forks source link

Parse error: syntax error #34

Closed zkm closed 4 years ago

zkm commented 4 years ago

Attempted to download and activate your plugin but was unable to due to this parse error.

Parse error: syntax error, unexpected T_OBJECT_OPERATOR in .../wp-content/plugins/export-media-library/index.php on line 17

WP v4.2.27

andrejpavlovic commented 4 years ago

Plugin supports PHP 7.1+. You're probably running a very old version of PHP.

zkm commented 4 years ago

You're probably not wrong. Thank you for the quick response.