Pol Dellaiera
a0d474f75c
Add a warning message when Composer is not able to guess the root package version ( #11858 )
...
Co-authored-by: Jordi Boggiano <j.boggiano@seld.be>
2024-02-23 10:47:36 +01:00
Jordi Boggiano
3491986ad3
Add IPv4 fallback on connection timeout, and adds COMPOSER_IPRESOLVE env var ( #11791 )
...
* Add IPv4 fallback on connection timeout, and adds COMPOSER_IPRESOLVE env var, fixes #530
* Address feedback
* Add warning in diagnose command when COMPOSER_IPRESOLVE is set
2024-01-11 17:13:54 +01:00
abreel
370b394714
updated memory limit distinction for memory limit errors in docs ( #11624 )
2023-09-11 13:52:05 +02:00
Jordi Boggiano
bc29ffa500
Add network timeout issue to troubleshooting docs, fixes #11036
2022-10-27 16:58:21 +02:00
Jeffrey Cafferata
ceec6ff8e2
Documentation code syntax highlighting ( #11011 )
...
* Add newline at end of file.
* Create a uniformat in the code syntax highlighting by using the main syntax `shell` instead of the alias `bash`/`sh`.
* Added (of corrected) the missing code syntax highlighting.
* Split the shell commands from the text outputs.
* Fix JSON samples formatting.
* Checked the commands and updated the text output.
2022-08-20 12:23:00 +02:00
Jordi Boggiano
868b75d5e8
Fix broken links, refs #10542
2022-02-19 12:52:00 +01:00
gnito-org
239638e687
Fix minor spelling & grammar issues in docs ( #10370 )
2021-12-19 15:15:21 +01:00
Bruno Baguette
0f5f0fb9e1
(Probable) typo fix ( #10286 )
...
Isn't "to" missing before "raise awareness" ?
2021-11-17 11:03:48 +01:00
Yanick Witschi
34183f49f9
Implemented PoolOptimizer
2021-11-11 16:13:24 +01:00
Jordi Boggiano
8542321a31
Updates to the troubleshooting docs, refs #10129
2021-11-11 15:18:16 +01:00
Wouter de Jong
bb128c465c
Capitalize Composer in the docs
2021-10-25 13:11:56 +02:00
Wouter de Jong
6aec6ecbfa
Use `composer.phar` consistently in the examples
2021-10-25 13:11:41 +02:00
Ian Dunn
b78570055d
Docs: Place general troubleshooting steps in a more logical order
...
* `self-update` should be run first, because it may affect the results of `diagnose`.
* `clear-cache` should be run before `update`, otherwise `update` would need to be run again after clearing the cache.
2021-08-31 11:44:46 -07:00
Jordi Boggiano
cbef7b9172
Detect and output a better hint for dependencies on the root package, fixes #9837
2021-05-25 22:47:53 +02:00
Michael McMahon
d4e818c22f
Setting permissions prevents a warning from swapon
...
Warning text:
```
/sbin/swapon /var/swap.1
swapon: /var/swap.1: insecure permissions 0644, 0600 suggested.
```
2020-10-22 17:50:35 +00:00
Frank Prins
2c8cbebd85
Update authentication methods in documentation
2020-10-13 23:30:47 +02:00
Andreas Möller
f7f7883a5e
Fix: Xdebug vs xdebug
2019-11-03 14:08:14 +01:00
John Stevenson
45d616c447
Add Windows proc-open errors to troubleshooting.md
...
As per these issues:
https://github.com/composer/composer/issues/7186
https://github.com/composer/composer/issues/8152
2019-10-21 11:12:08 +02:00
Jordi Boggiano
a652039cc2
Merge pull request #7157 from xabbuh/patch-1
...
document the COMPOSER_MEMORY_LIMIT env var
2018-04-12 09:26:38 +02:00
Sven Luijten
8f65518ed3
Avoid using 'just' in documentation
2018-03-23 11:37:33 +01:00
Christian Flothmann
47ce495454
document the COMPOSER_MEMORY_LIMIT env var
...
as implemented in 882b82d542
2018-03-05 09:38:22 +01:00
Gabriel Caruso
486e580db2
Clean up documentation
2017-12-30 18:11:52 -02:00
Martin Hujer
149a5e9401
Change links to prevent unnecessary redirect
2017-12-29 11:38:02 +01:00
Sonja Leaf
20cdfd09ae
Corrects documentation link by removing space
...
There was an extra space lurking that prevented a link from rendering. The space is now removed.
2017-12-15 12:33:31 -06:00
Michael Cullum
97a80b6249
Update memory limit in docs
...
As per 0bc75c3fb6
2017-01-01 21:18:52 +00:00
johnstevenson
25ff290e4c
Document COMPOSER_DISABLE_XDEBUG_WARN variable
2016-12-28 15:22:00 +00:00
johnstevenson
d57a89d5af
Update xdebug troubleshooting, fixes #5997
2016-12-28 12:13:23 +00:00
Jordi Boggiano
9042147674
Merge pull request #5931 from Jean85/patch-1
...
[Documentation] Update troubleshooting article
2016-12-24 01:08:39 +01:00
Alessandro Lai
365e3feba9
[Documentation] Update troubleshooting article
...
- remove the xdebug section, since it will be irrelevant from v1.3
- add cPanel shell fork bomb protection as an other possible root cause of memory errors
2016-12-02 18:26:07 +01:00
Baptiste Donaux
90b79d685a
Permanent swap file tutorial proposed
2016-11-23 12:05:55 +01:00
snipe
35821fc0ce
Update troubleshooting.md
2016-07-19 02:35:50 -07:00
snipe
1b96882736
Fixed typo
2016-07-19 00:52:08 -07:00
Jordi Boggiano
a8bb93aa1f
Fix typo
2016-06-02 11:59:21 +01:00
Chiao
d2bc5f4563
Add aliases for composer to disable xdebug.
2016-05-12 13:46:59 +08:00
Jordi Boggiano
5ae2deeee2
Fix minor wording issues, refs #5170
2016-04-11 14:32:34 +01:00
Luis Ferro
b37178577c
Update troubleshooting.md
...
Alternative way to turn off composer on Mac OS, with PHP installed in user available folders by Homebrew.
2016-04-08 20:34:36 +01:00
Nicolas Grekas
08d48cb61a
Prefer ZipArchive over unzip on Windows
2016-03-11 11:07:36 +01:00
Niels Keurentjes
379d769132
Troubleshooting and warning in code related to issues with native ZipArchiver.
2016-02-26 08:38:39 +01:00
Jordi Boggiano
c0883d85fa
Fix backticks
2016-02-25 15:44:15 +00:00
Jordi Boggiano
250862b325
Merge pull request #4941 from astehlik/doc/troubleshoot-ssh-controlma
...
Troubleshoot info about SSH ControlMaster
2016-02-25 15:33:06 +00:00
Patrik Lermon
1da09f24ee
Update troubleshooting.md
2016-02-25 12:48:46 +01:00
Patrik Lermon
0c93bc3d0b
Update troubleshooting.md
2016-02-25 11:18:41 +01:00
Patrik Lermon
271c778300
Update troubleshooting.md
2016-02-25 10:43:07 +01:00
Patrik Lermon
5e1bd00089
Update troubleshooting.md
2016-02-25 10:28:19 +01:00
Patrik Lermon
8a4a27e450
Update troubleshooting.md
2016-02-25 10:27:47 +01:00
Patrik Lermon
06dc17ac8e
Update troubleshooting.md
...
Adding a workaround for disabling xdebug while executing composer.
2016-02-25 10:04:50 +01:00
Alexander Stehlik
1fc4a00db7
Troubleshoot info about SSH ControlMaster
...
Relates: #4180
2016-02-22 11:18:57 +01:00
Jordi Boggiano
7e44d19d59
Rewrap
2016-02-20 18:56:22 +00:00
Jordi Boggiano
9e41ce2ab1
Merge pull request #4842 from cgrossde/patch-1
...
Document IPv6 workarounds. Fixes #4748 .
2016-02-20 18:53:59 +00:00
Piotr Antosik
aeb72fb7c6
Update github api url
2016-02-16 01:12:29 +01:00