Server Information
osTicket Version v1.16.6 (30ef1cc) — Up to date
Web Server Software Apache/2.4.53 (Rocky Linux) OpenSSL/3.0.1
MySQL Version 10.10.3
PHP Version 8.1.17
I've been using the Plugin "Store Attachment on File System" successfully.
I'm try to install & use the Amazon S3 Plugni.
I copied the .phar file in the folder and when I tried to EABLE it, I encountered the following error:
tail -f /var/log/php-fpm/www-error.log
[21-May-2023 17:18:25 UTC] PHP Fatal error: Uncaught Error: Non-static method S3StoragePluginConfig::translate() cannot be called statically in phar:///var/www/html/OST-Jobs-New/include/plugins/storage-fs.phar/storage.php:138
Stack trace:
#0 /var/www/html/OST-Jobs-New/include/class.plugin.php(147): FsStoragePlugin->bootstrap()
#1 /var/www/html/OST-Jobs-New/include/class.osticket.php(676): PluginManager->bootstrap()
#2 /var/www/html/OST-Jobs-New/main.inc.php(34): osTicket::start()
#3 /var/www/html/OST-Jobs-New/scp/staff.inc.php(20): require_once('...')
#4 /var/www/html/OST-Jobs-New/scp/admin.inc.php(16): require_once('...')
#5 /var/www/html/OST-Jobs-New/scp/plugins.php(2): require('...')
#6 {main}
thrown in phar:///var/www/html/OST-Jobs-New/include/plugins/storage-fs.phar/storage.php on line 138
What did I miss and how can I fix this?
Thanks