Looks like the download link has expired, could you refresh it?
PHP 8 Support - v1.16 Pre-Release
Thanks for all the work on this! Figured you're already aware (since there's a comment on the related Pull Request on GitHub); however, I figured I'd mention it here as well just in case.
The Google 2-factor authentication plugin is the only thing giving me issues on PHP 8.1.1. Everything else seems to be working well. Great work!
We are releasing new test builds of the plugins with PHP 8 changes for testing soon.
Cheers.
The download link is not working, can you refresh it?
Park21 For my part the link worked on a old IE but not with Opera
KevinTheJedi
Hello,
For my part, the installation is ok, but impossible to connect with the base account. « Access denied » message, or sometimes « invalid CSRF token ». No php errors, that write a session on database. My config :
php 8.0.13
mysql 8.0.20
apache 2.4.6
centos 7
loaded php module (apcu,bz2,calendar,Core,ctype,curl,date,exif,fileinfo,filter,ftp,gettext,hash,iconv,imap,intl,json,ldap,libxml,mbstring,mysqli,mysqlnd,openssl,pcntl,pcre,PDO,pdo_mysql,pdo_sqlite,Phar,readline,Reflection,session,soap,sockets,sodium,SPL,sqlite3,standard,tokenizer,xml,zlib)
Additionnal information : I’m french, maybe a problem with timezone ?
And when I try hard, i got the « Excessive login attempts » mail
Cheers,
Hmm, I was able to login just fine. Maybe it’s an issue with your implementation of PHP? Try enabling all logging and retest.
Cheers.
Hello, do we currently have an official release data for the new version for production environment as i am about to do an install and would make sense to use the new version that supports php 8.x
Thanks,
Paul
URL updated to provide a longer expiration on the pre-release build.
Hi, I can't download it. Could you look at it?
Hi, I understand that there the Enterprise Appliance is no longer available until the next release. Will the appliance be available again once the V1.16 release is released as stable?
You will need to submit a request on our website to inquire about this (ie. the Contact Us form). This Forum is for free, community support and has no relevance to our paid support/products.
Cheers.
- Edited
KevinTheJedi
Hi,
I'm trying to install this version but I have this error:
PHP Fatal error: Uncaught Error: Class "Mail_Parse" not found in /var/www/osTicket/upload/include/class.validator.php:169\nStack trace:\n#0 /var/www/osTicket/upload/include/class.validator.php(106): Validator::is_email()\n#1 /var/www/osTicket/upload/include/class.validator.php(346): Validator->validate()\n#2 /var/www/osTicket/upload/setup/inc/class.installer.php(66): Validator::process()\n#3 /var/www/osTicket/upload/setup/install.php(52): Installer->install()\n#4 {main}\n thrown in /var/www/osTicket/upload/include/class.validator.php on line 169', referer: http://mydomain.com/setup/install.php
My server is an Ubuntu 20.04 with php8.0.15 and mysql Ver 15.1 Distrib 10.3.32-MariaDB.
Doing var_dump(get_included_files());
on class.validator.php
i have this output:
array(31) { [0]=> string(42) "/var/www/osTicket/upload/setup/install.php" [1]=> string(44) "/var/www/osTicket/upload/setup/setup.inc.php" [2]=> string(38) "/var/www/osTicket/upload/bootstrap.php" [3]=> string(51) "/var/www/osTicket/upload/include/class.osticket.php" [4]=> string(47) "/var/www/osTicket/upload/include/class.csrf.php" [5]=> string(51) "/var/www/osTicket/upload/include/class.migrater.php" [6]=> string(49) "/var/www/osTicket/upload/include/class.plugin.php" [7]=> string(49) "/var/www/osTicket/upload/include/class.config.php" [8]=> string(46) "/var/www/osTicket/upload/include/class.orm.php" [9]=> string(47) "/var/www/osTicket/upload/include/class.util.php" [10]=> string(51) "/var/www/osTicket/upload/include/class.variable.php" [11]=> string(50) "/var/www/osTicket/upload/include/class.message.php" [12]=> string(47) "/var/www/osTicket/upload/include/class.misc.php" [13]=> string(47) "/var/www/osTicket/upload/include/class.http.php" [14]=> string(52) "/var/www/osTicket/upload/include/class.validator.php" [15]=> string(48) "/var/www/osTicket/upload/include/class.setup.php" [16]=> string(49) "/var/www/osTicket/upload/include/class.passwd.php" [17]=> string(49) "/var/www/osTicket/upload/include/PasswordHash.php" [18]=> string(49) "/var/www/osTicket/upload/include/class.format.php" [19]=> string(50) "/var/www/osTicket/upload/include/class.charset.php" [20]=> string(43) "/var/www/osTicket/upload/include/mysqli.php" [21]=> string(47) "/var/www/osTicket/upload/include/class.i18n.php" [22]=> string(48) "/var/www/osTicket/upload/include/class.error.php" [23]=> string(47) "/var/www/osTicket/upload/include/class.yaml.php" [24]=> string(41) "/var/www/osTicket/upload/include/Spyc.php" [25]=> string(54) "/var/www/osTicket/upload/include/class.translation.php" [26]=> string(47) "/var/www/osTicket/upload/include/i18n/langs.php" [27]=> string(54) "/var/www/osTicket/upload/setup/inc/class.installer.php" [28]=> string(53) "/var/www/osTicket/upload/include/pear/Mail/RFC822.php" [29]=> string(46) "/var/www/osTicket/upload/include/pear/PEAR.php" [30]=> string(47) "/var/www/osTicket/upload/include/pear/PEAR5.php" }
As you can see the file class.mailparse.php
wich contains the class Mail_Parse{}
does not included. Where is it supposed to be included? Or I'm doing something wrong?
Thanks.
Yea there were just a few lingering issues that were resolve with the following:
- https://github.com/JediKev/osTicket/commit/b6d7d7ee3b43e6d5354ed3ccc9de8f8b5cd1f731
- https://github.com/JediKev/osTicket/commit/46a21461afabde13be83b56dd392479c1ca2cb12
These will be included in the next build.
Cheers.