On a Tiki 16.3 I did :
svn switch https://svn.code.sf.net/p/tikiwiki/code/branches/17.x .
Then I did:
sh setup.sh
Option c to update composer.
ErrorException
rename(/root/.composer/cache/composer-temp.phar,temp/composer.phar): No such file or directory
I retried, did another try on a different tiki after I deleted the folder "vendor" before switching. Same.
I deleted manually "composer.phar " and retried.
The error is gone but another came up:
- Installing matthiasmullie/minify (1.3.44): Loading from cache
ErrorException
file_put_contents(/var/www/virtual/xn--8dbcma7a7ale.com/bin/minifycss): failed to open stream: No such file or directory
In /var/www/virtual/xn--8dbcma7a7ale.com/bin/ I have wrong symlink:
lessc -> ../vendor/oyejorge/less.php/bin/lessc
minifycss -> ../vendor/matthiasmullie/minify/bin/minifycss
minifyjs -> ../vendor/matthiasmullie/minify/bin/minifyjs
I corrected minifycss and minifyjs to look into "../vendor_bundled/vendor/matthiasmullie/..."
Run setup.sh again and it complete the instal with 2 last warning:
- Applying patches for adodb/adodb-php
../installer/composer-patches/adodb-php__remove_references_to_adodb_extension.patch (Remove references to ADOdb Extension)
Could not apply patch! Skipping. The error was: Cannot apply patch ../installer/composer-patches/adodb-php__remove_references_to_adodb_extension.patch
../installer/composer-patches/adodb-php__remove-the-check-if-the-adodb-php_ext-is-enabled.patch (Remove the check for ADOdb Extension)
Could not apply patch! Skipping. The error was: Cannot apply patch ../installer/composer-patches/adodb-php__remove-the-check-if-the-adodb-php_ext-is-enabled.patch
- Installing jquery/jquery-sheet (3.1): Loading from cache
- Applying patches for jquery/jquery-sheet
../installer/composer-patches/jquery-sheet_fix-visibility-issues.patch (Fix visibility issues)
Could not apply patch! Skipping. The error was: Cannot apply patch ../installer/composer-patches/jquery-sheet_fix-visibility-issues.patch
I though it was done but no:
Fatal error: Uncaught exception 'Symfony\Component\DependencyInjection\Exception\InvalidArgumentException' with message 'You cannot set service "service_container".' in /var/www/virtual/xn
I check on tiki install side after entering credentials, same :
Hopefully done without causing other trouble in r62412 (added rm temp/cache/container.php
to setup.sh)
rm temp/cache/container.php
To help developers solve the bug, we kindly request that you demonstrate your bug on a show2.tiki.org instance. To start, simply select a version and click on "Create show2.tiki.org instance". Once the instance is ready (in a minute or two), as indicated in the status window below, you can then access that instance, login (the initial admin username/password is "admin") and configure the Tiki to demonstrate your bug. Priority will be given to bugs that have been demonstrated on show2.tiki.org.
filename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |