Loading...
 
Skip to main content

Architecture / Installation


Composer Packages problem on fresh 27.1 installation

posts: 10 Sweden

Hi,

Just set up a fresh 27.1 Tiki installation and when I go to Packages it says composer not installed, when I press the install composer button I get the following error message. (this has never been the case in earlier versions)

Error
Unable to download composer installer from https://getcomposer.org/installer

Can anyone help with what is the fresh installation might be stopping my Tiki installing composer and therefore packages?

Thanks in advance

Joseph

posts: 8654 France

Hello,

If you install Tiki 27.1 from a package, you don't need to install composer.
The package should be self-sufficient.

https://doc.tiki.org/Tiki-Installation-Guide

If you install Tiki 27.1 from CSV you need to run first sh setup.sh from your shell.
I wrote an article to install Tiki from Git. May be the Tiki install part will help you.

https://opensourcesolutions.pro/article5-Tiki-Wiki-installation-on-Linux-2024-Debian-12

posts: 10 Sweden

Hi Bernard,

I am talking about the packages section in the control panel which fetches external packages into the tiki. It says composer is missing and will not install composer, my hosting has composer installed. So my 27.1 cannot install external packages.


posts: 8654 France

Okayyy... 😉

I had issues with the Packages Tiki Installer from the front end too.
If you have a shell access try with the console.php installer.

package
package:clearcache Deletes all content from Composer's cache directories.
package:disable Disable a Tiki Package
package:enable Enable a Tiki Package
package:install Install package
package:list List installed/available to install packages
package:remove Remove package
package:update Update package

It helped me in many cases.