-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
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
ddd0234
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
By this commit, in All of my Contao 3.5.* that uses this package, I recieve this error:
`Warning: proc_open(): fork failed - Cannot allocate memory in phar://composer/composer.phar/vendor/symfony/process/Process.php on line 291
#0 [internal function]: __error(2, 'proc_open(): fo...', 'phar:///home/po...', 291, Array)
#1 phar://composer/composer.phar/vendor/symfony/process/Process.php(291): proc_open('rm -rf '/home/p...', Array, Array, '/home/pooyanmeh...', NULL, Array)
#2 phar://composer/composer.phar/vendor/symfony/process/Process.php(202): Symfony\Component\Process\Process->start(Array)
#3 phar://composer/composer.phar/src/Composer/Util/ProcessExecutor.php(62): Symfony\Component\Process\Process->run(Array)
#4 phar://composer/composer.phar/src/Composer/Util/Filesystem.php(119): Composer\Util\ProcessExecutor->execute('rm -rf '/home/p...', NULL)
#5 phar://composer/composer.phar/src/Composer/Downloader/FileDownloader.php(208): Composer\Util\Filesystem->removeDirectory('/home/pooyanmeh...')
#6 phar://composer/composer.phar/src/Composer/Downloader/DownloadManager.php(270): Composer\Downloader\FileDownloader->remove(Object(Composer\Package\CompletePackage), '/home/pooyanmeh...')
#7 phar://composer/composer.phar/src/Composer/Installer/LibraryInstaller.php(202): Composer\Downloader\DownloadManager->remove(Object(Composer\Package\CompletePackage), '/home/pooyanmeh...')
#8 phar://composer/composer.phar/src/Composer/Installer/LibraryInstaller.php(125): Composer\Installer\LibraryInstaller->removeCode(Object(Composer\Package\CompletePackage))
#9 phar://composer/composer.phar/src/Composer/Installer/InstallationManager.php(190): Composer\Installer\LibraryInstaller->uninstall(Object(Composer\Repository\InstalledFilesystemRepository), Object(Composer\Package\CompletePackage))
#10 phar://composer/composer.phar/src/Composer/Installer/InstallationManager.php(139): Composer\Installer\InstallationManager->uninstall(Object(Composer\Repository\InstalledFilesystemRepository), Object(Composer\DependencyResolver\Operation\UninstallOperation))
#11 phar://composer/composer.phar/src/Composer/Installer.php(604): Composer\Installer\InstallationManager->execute(Object(Composer\Repository\InstalledFilesystemRepository), Object(Composer\DependencyResolver\Operation\UninstallOperation))
#12 phar://composer/composer.phar/src/Composer/Installer.php(232): Composer\Installer->doInstall(Object(Composer\Repository\InstalledFilesystemRepository), Object(Composer\Repository\CompositeRepository), Object(Composer\Repository\PlatformRepository), Array, false)
#13 system/modules/!composer/src/Controller/UpdatePackagesController.php(139): Composer\Installer->run()
#14 system/modules/!composer/src/Controller/UpdatePackagesController.php(47): ContaoCommunityAlliance\Contao\Composer\Controller\UpdatePackagesController->runInline(Array, false)
#15 system/modules/!composer/src/ClientBackend.php(211): ContaoCommunityAlliance\Contao\Composer\Controller\UpdatePackagesController->handle(Object(Contao\Input))
#16 system/modules/core/classes/Backend.php(423): ContaoCommunityAlliance\Contao\Composer\ClientBackend->generate()
#17 system/modules/core/controllers/BackendMain.php(131): Contao\Backend->getBackendModule('composer')
#18 contao/main.php(20): Contao\BackendMain->run()
#19 {main}
`
ddd0234
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a Composer problem on your hosting, not related to this extension.