[Tiki-devel] setup.sh misbehaving

Brendan Ferguson <[email protected]>
Newsgroups gmane.comp.cms.tiki.devel
Message-ID <[email protected]>
Any idea why setup.sh won’t run?

None of the vendor files get downloaded. Output below. 

Brendan





 Tiki setup.sh - your options
 ============================

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://doc.tiki.org/Composer
  
 c run composer (log output on screen, not all warnings) and exit (recommended to be done first)
 L run composer (log output to logfile) and exit (recommended to be done first)
 V run composer (verbose log output on screen) and exit (recommended to be done first)
 H make composer download packages over HTTP and return here

For all Tiki instances (via SVN or via a released package):

 f fix file & directory permissions (classic default)          o open file and directory permissions (classic option)
 S clear screen

 q quit                                  x exit

 m display more directory permissions commands recommended for advanced users only.
   More documentation about this: https://doc.tiki.org/Permission+Check

-n Your choice [c]? 

Local PHP version 73 >= to required PHP version 72 - good

Warning: You forced the install of 1.10.23 via --1, but 2.1.9 is the latest stable version. Updating to it via composer self-update --stable is recommended.
You are already using composer version 1.10.23 (1.x channel).
Could not scan for classes inside "vendor/adodb/adodb-php/" which does not appear to be a file nor a folder
Could not scan for classes inside "vendor/h5p/h5p-core" which does not appear to be a file nor a folder
Could not scan for classes inside "vendor/h5p/h5p-editor" which does not appear to be a file nor a folder
Could not scan for classes inside "vendor/pear/xml_rpc" which does not appear to be a file nor a folder
Could not scan for classes inside "vendor/smarty/smarty/libs/sysplugins/smarty_security.php" which does not appear to be a file nor a folder
> Tiki\Composer\RestoreVendors::restore
> Tiki\Composer\CleanVendorAfterVendorBundledMigration::cleanLinks
Loading composer repositories with package information
Installing dependencies from lock file
Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. It is recommended that you run `composer update` or `composer update <package name>`.
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested PHP extension ext-intl * is missing from your system. Install or enable PHP's intl extension.
  Problem 2
    - The requested PHP extension ext-zip * is missing from your system. Install or enable PHP's zip extension.
  Problem 3
    - Installation request for laminas/laminas-i18n 2.10.3 -> satisfiable by laminas/laminas-i18n[2.10.3].
    - laminas/laminas-i18n 2.10.3 requires ext-intl * -> the requested PHP extension intl is missing from your system.
  Problem 4
    - laminas/laminas-i18n 2.10.3 requires ext-intl * -> the requested PHP extension intl is missing from your system.
    - laminas/laminas-oauth 2.0.3 requires laminas/laminas-i18n >=2.0.0 -> satisfiable by laminas/laminas-i18n[2.10.3].
    - Installation request for laminas/laminas-oauth 2.0.3 -> satisfiable by laminas/laminas-oauth[2.0.3].


 Tiki setup.sh - your options
 ============================

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://doc.tiki.org/Composer
  
 c run composer (log output on screen, not all warnings) and exit (recommended to be done first)
 L run composer (log output to logfile) and exit (recommended to be done first)
 V run composer (verbose log output on screen) and exit (recommended to be done first)
 H make composer download packages over HTTP and return here

For all Tiki instances (via SVN or via a released package):

 f fix file & directory permissions (classic default)          o open file and directory permissions (classic option)
 S clear screen

 q quit                                  x exit

 m display more directory permissions commands recommended for advanced users only.
   More documentation about this: https://doc.tiki.org/Permission+Check

-n Your choice [f]? 
You are not root or you are on a shared hosting account. You can now:

1- ctrl-c to break now.

or

2- If you press enter to continue, you will probably get some error messages
but it (the script) will still fix what it can according to the permissions
of your user. This script will now ask you some questions. If you don't know
what to answer, just press enter to each question (to use default value)
> Press enter to continue: 
> Group [_www]: 
touch: db/virtuals.inc: Permission denied
> Multi []: 
Checking non-bundled composer : 
-n  Found composer.json...
-n  found composer.json...
 done.
Checking dirs : 
-n   db ... 
 ok.
-n   dump ... 
 ok.
-n   img/wiki ... 
 ok.
-n   img/wiki_up ... 
 ok.
-n   img/trackers ... 
 ok.
-n   modules/cache ... 
 ok.
-n   storage ... 
 ok.
-n   storage/public ... 
 ok.
-n   temp ... 
 ok.
-n   temp/cache ... 
 ok.
-n   temp/public ... 
 ok.
-n   temp/templates_c ... 
 ok.
-n   templates ... 
 ok.
-n   themes ... 
 ok.
-n   whelp ... 
 ok.
-n   mods ... 
 ok.
-n   files ... 
 ok.
-n   tiki_tests/tests ... 
 ok.
-n   temp/unified-index ... 
 ok.
-n   vendor ... 
 ok.
Fix global perms ...
You are not root and you are not in the group _www. We can't change the group ownership to _www.
Special dirs permissions will be set accordingly.
-n Fix normal dirs ...
 done.
-n Fix special dirs ...
chmod: Unable to change file mode on composer.json: Operation not permitted
chmod: Unable to change file mode on composer.lock: Operation not permitted
 done.

 Tiki setup.sh - your options
 ============================

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://doc.tiki.org/Composer
  
 c run composer (log output on screen, not all warnings) and exit (recommended to be done first)
 L run composer (log output to logfile) and exit (recommended to be done first)
 V run composer (verbose log output on screen) and exit (recommended to be done first)
 H make composer download packages over HTTP and return here

For all Tiki instances (via SVN or via a released package):

 f fix file & directory permissions (classic default)          o open file and directory permissions (classic option)
 S clear screen

 q quit                                  x exit

 m display more directory permissions commands recommended for advanced users only.
   More documentation about this: https://doc.tiki.org/Permission+Check

-n Your choice [x]? 



_______________________________________________
TikiWiki-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.