You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cypht appears to not be compatible with PHP 8.4. Running the bash script from the install page generated a log of over 7,000 lines, with most entries like the following:
Deprecation Notice: Constant E_STRICT is deprecated in phar:///opt/cpanel/composer/bin/composer/src/Composer/Util/Silencer.php:36
Deprecation Notice: Composer\CaBundle\CaBundle::getSystemCaRootBundlePath(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in phar:///opt/cpanel/composer/bin/composer/vendor/composer/ca-bundle/src/CaBundle.php:67
So I dropped the PHP version on the server to 8.13 and it installed without those notices. The only thing that looked a little strange were the following lines:
4 additional suggestions by transitive dependencies can be shown with --all
cp: cannot stat 'cypht-master/.env.example.ini': No such file or directory
chmod: cannot access 'cypht-master/vendor/thomaspark/bootswatch/docs/3/bower_components/html5shiv/MIT': No such file or directory
chmod: cannot access 'and': No such file or directory
chmod: cannot access 'GPL2': No such file or directory
chmod: cannot access 'licenses.md': No such file or directory
chmod: cannot access 'cypht-master/vendor/garethp/php-ews/Resources/recordings/garethp/ews/Test/APITest.testListItemChanges': No such file or directory
chmod: cannot access 'with': No such file or directory
chmod: cannot access 'data': No such file or directory
chmod: cannot access 'set': No such file or directory
chmod: cannot access '#0.json': No such file or directory
chmod: cannot access 'cypht-master/vendor/garethp/php-ews/Resources/recordings/garethp/ews/Test/APITest.testGetFolderByDisplayName': No such file or directory
chmod: cannot access 'with': No such file or directory
chmod: cannot access 'data': No such file or directory
chmod: cannot access 'set': No such file or directory
chmod: cannot access '#0.json': No such file or directory
I've attached the install log from the 8.4 attempt, in case that helps.
Cypht appears to not be compatible with PHP 8.4. Running the bash script from the install page generated a log of over 7,000 lines, with most entries like the following:
So I dropped the PHP version on the server to 8.13 and it installed without those notices. The only thing that looked a little strange were the following lines:
I've attached the install log from the 8.4 attempt, in case that helps.
Cypht istall log.txt
The text was updated successfully, but these errors were encountered: