-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Refactor #11
Merged
Merged
Refactor #11
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix usage of Prophecy
Closed
sectorres
added a commit
to sectorres/libresign
that referenced
this pull request
Jan 23, 2023
Foi necessario inserir a linha: include_once __DIR__ . '/../../vendor/autoload.php'; para corrigir erro no update para a versão: 6.2.5. [root@fileserver config]# occ libresign:configure:check An unhandled exception has been thrown: Error: Class "Jeidison\JSignPDF\JSignPDF" not found in /usr/share/nextcloud/apps/libresign/lib/Handler/JSignPdfHandler.php:33 Stack trace: #0 /usr/share/nextcloud/apps/libresign/lib/Service/ConfigureCheckService.php(116): OCA\Libresign\Handler\JSignPdfHandler->getJSignPdf() LibreSign#1 /usr/share/nextcloud/apps/libresign/lib/Service/ConfigureCheckService.php(48): OCA\Libresign\Service\ConfigureCheckService->checkJSignPdf() LibreSign#2 /usr/share/nextcloud/apps/libresign/lib/Service/ConfigureCheckService.php(34): OCA\Libresign\Service\ConfigureCheckService->checkSign() LibreSign#3 /usr/share/nextcloud/apps/libresign/lib/Command/Configure/Check.php(54): OCA\Libresign\Service\ConfigureCheckService->checkAll() LibreSign#4 /usr/share/nextcloud/3rdparty/symfony/console/Command/Command.php(255): OCA\Libresign\Command\Configure\Check->execute() LibreSign#5 /usr/share/nextcloud/core/Command/Base.php(177): Symfony\Component\Console\Command\Command->run() LibreSign#6 /usr/share/nextcloud/3rdparty/symfony/console/Application.php(1009): OC\Core\Command\Base->run() LibreSign#7 /usr/share/nextcloud/3rdparty/symfony/console/Application.php(273): Symfony\Component\Console\Application->doRunCommand() LibreSign#8 /usr/share/nextcloud/3rdparty/symfony/console/Application.php(149): Symfony\Component\Console\Application->doRun() LibreSign#9 /usr/share/nextcloud/lib/private/Console/Application.php(213): Symfony\Component\Console\Application->run() LibreSign#10 /usr/share/nextcloud/console.php(100): OC\Console\Application->run() LibreSign#11 /usr/share/nextcloud/occ(11): require_once('...')
Merged
backportbot-libresign bot
pushed a commit
that referenced
this pull request
Jan 25, 2023
Foi necessario inserir a linha: include_once __DIR__ . '/../../vendor/autoload.php'; para corrigir erro no update para a versão: 6.2.5. [root@fileserver config]# occ libresign:configure:check An unhandled exception has been thrown: Error: Class "Jeidison\JSignPDF\JSignPDF" not found in /usr/share/nextcloud/apps/libresign/lib/Handler/JSignPdfHandler.php:33 Stack trace: #0 /usr/share/nextcloud/apps/libresign/lib/Service/ConfigureCheckService.php(116): OCA\Libresign\Handler\JSignPdfHandler->getJSignPdf() #1 /usr/share/nextcloud/apps/libresign/lib/Service/ConfigureCheckService.php(48): OCA\Libresign\Service\ConfigureCheckService->checkJSignPdf() #2 /usr/share/nextcloud/apps/libresign/lib/Service/ConfigureCheckService.php(34): OCA\Libresign\Service\ConfigureCheckService->checkSign() #3 /usr/share/nextcloud/apps/libresign/lib/Command/Configure/Check.php(54): OCA\Libresign\Service\ConfigureCheckService->checkAll() #4 /usr/share/nextcloud/3rdparty/symfony/console/Command/Command.php(255): OCA\Libresign\Command\Configure\Check->execute() #5 /usr/share/nextcloud/core/Command/Base.php(177): Symfony\Component\Console\Command\Command->run() #6 /usr/share/nextcloud/3rdparty/symfony/console/Application.php(1009): OC\Core\Command\Base->run() #7 /usr/share/nextcloud/3rdparty/symfony/console/Application.php(273): Symfony\Component\Console\Application->doRunCommand() #8 /usr/share/nextcloud/3rdparty/symfony/console/Application.php(149): Symfony\Component\Console\Application->doRun() #9 /usr/share/nextcloud/lib/private/Console/Application.php(213): Symfony\Component\Console\Application->run() #10 /usr/share/nextcloud/console.php(100): OC\Console\Application->run() #11 /usr/share/nextcloud/occ(11): require_once('...')
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Solve #10
The DSV app is in the bkp folder and will be added to LibreSign in the future.