-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An unhandled exception has been thrown #396
Comments
duplicate of #395 |
This seems to be a PHP 7.0 compatibility issue. See the #395 comment by @nuvitong. @juliushaertl : Hopefully groupfolder 3.0.0 gets fixed and will be continued for running with PHP 7.0 in NC 15 for Debian 9 environments. See Evaluate dropping php7.0 support #12021 for an assessment. |
3.0.1 has been released for NC14/15 to fix this issue |
Beware of #417 and apparently the more current version 3.0.2 should fix... Thanks to @fasterit and certainly @icewind1991 |
An unhandled exception has been thrown:
ParseError: syntax error, unexpected '=' in /xdata/www/nextcloud/apps/groupfolders/lib/Command/ACL.php:150
Stack trace:
#0 /xdata/www/nextcloud/lib/composer/composer/ClassLoader.php(322): Composer\Autoload\includeFile('/xdata/www/next...')
#1 [internal function]: Composer\Autoload\ClassLoader->loadClass('OCA\GroupFolder...')
#2 [internal function]: spl_autoload_call('OCA\GroupFolder...')
#3 /xdata/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(96): ReflectionClass->__construct('OCA\GroupFolder...')
#4 /xdata/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(119): OC\AppFramework\Utility\SimpleContainer->resolve('OCA\GroupFolder...')
#5 /xdata/www/nextcloud/lib/private/AppFramework/DependencyInjection/DIContainer.php(453): OC\AppFramework\Utility\SimpleContainer->query('OCA\GroupFolder...')
#6 /xdata/www/nextcloud/lib/private/ServerContainer.php(116): OC\AppFramework\DependencyInjection\DIContainer->queryNoFallback('OCA\GroupFolder...')
#7 /xdata/www/nextcloud/lib/private/Console/Application.php(219): OC\ServerContainer->query('OCA\GroupFolder...')
#8 /xdata/www/nextcloud/lib/private/Console/Application.php(134): OC\Console\Application->loadCommandsFromInfoXml(Array)
#9 /xdata/www/nextcloud/console.php(95): OC\Console\Application->loadCommands(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /xdata/www/nextcloud/occ(11): require_once('/xdata/www/next...')
#11 {main}
The text was updated successfully, but these errors were encountered: