Loading...
 
Skip to main content

Comments

  • Karen Stingel 09 Feb 13 05:33 UTC

    On a fresh Tiki/trunk checkout, when performing the initial Composer install, you may get an incomplete install due to ZendFramework timing out.

    Just rerun php temp/composer.phar install until you see

    • exit code 0

    This is a familiar problem with the ZendFramework library, we are working on a solution 😊

    • Karen Stingel 11 Feb 13 04:54 UTC

      before running php temp/composer.phar install
      run php temp/composer.phar config process-timeout 5000
      this will raise the default timeout (300 seconds / 5 minutes)
      now you should be able to run
      php temp/composer.phar install or php temp/composer.phar update
      and the Zend library should get installed without error

      this solution is a modification of the timeout solution provided by Zend

  • Tiki version 19.
    WampServer Version 3.1.0 64bit
    Created by Romain Bourdon (2005)
    Windows 10

    Question about: sh setup.sh
    Where is this command supposed to be executed from?
    PHP; Apache?

    Question about: curl and git.
    Are they BOTH necessary, or can just having CURL installed be enough?.

Show PHP error messages