setup.php first default value contradicts message just above it
- Status
- Closed
- Subject
- setup.php first default value contradicts message just above it
- Version
- 12.x
- Category
- Usability
- Feature
- Console / Command Line
- Resolution status
- Fixed or Solved
- Submitted by
- Jean-Marc Libs
- Volunteered to solve
- Jean-Marc Libs
- Lastmod by
- Jean-Marc Libs
- Rating
- Description
When running
sh setup.sh
on a fresh install, it shows the following message:
«Composer: If you are installing via a released Tiki package (zip, tar.gz, tar.bz2, 7z), you can and should skip using Composer. If you are installing and upgrading via SVN, you need to run Composer after 'svn checkout' and 'svn upgrade'. More info at https://dev.tiki.org/Composer»
But the first default is always c (Composer). This is only correct when one installs from an svn checkout.
When installing from tar, zip or other archives, the first default value should be f (fix permissions)
- Solution
Test for presence of a ".svn" directory.
If none, default value is 'f' (fix permissions)Fixed in revision 49798
- Importance
- 3
- Easy to solve?
- 10 easy
- Priority
- 30
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 5136
- Created
- Sunday 09 February, 2014 22:01:16 UTC
by Jean-Marc Libs - LastModif
- Sunday 09 February, 2014 22:54:56 UTC