Skip to content

[ENH] stop tiki 24 from taking a package it doesn't support

Eutyche odimba requested to merge keutyche/tiki:packages into 24.x
  • [ENH] stop tiki 24 from taking a package it doesn't support
  • i've been working on version changes like on !4157 (merged) but i've realized that it can become a regular job when some libraries evoluate. so i've been looking for the real cause that makes the problem occur only when i'm using the graphical interface but in cmd it works. so i've just seen that when it wants to execute commands, it takes the highest version of php installed on the server.

i just take the php version compatible with tiki 24.

i'm thinking that this problem hasn't arisen before, since we weren't using virtualmin with tiki versions using different php versions.

Merge request reports