helpdesk-z / helpdeskz-dev

HelpDeskZ is a free PHP based software which allows you to manage your site's support with a web-based support ticket system.
http://www.helpdeskz.com/
GNU General Public License v2.0
83 stars 64 forks source link

Can't run index.php from console #10

Closed i5o closed 3 years ago

i5o commented 3 years ago

As seen in https://docs.helpdeskz.com/en/latest/configuration/email_imap/

I'm not able to run php index.php. I've added error_reporting(E_ALL); to index.php to see the error

root@server:/var/www/# php7.4 index.php imap_fetcher
An uncaught Exception was encountered

Type:        ErrorException
Message:     Array and string offset access syntax with curly braces is deprecated
Filename:    /var/www/hdz/app/Helpers/helpdesk_helper.php
Line Number: 277
root@server:/var/www/# 
i5o commented 3 years ago

Looks like an issue of php version, trying with php7.2 instead of 7.4

i5o commented 3 years ago

php7.2 index.php imap_fetcher does nothing. However opening http://server/imap_fetcher does work

i5o commented 3 years ago

This is working now. The issue is that I was in maintenance mode and admin wasn't logged in so die() was called.