ctml
HD3D
can you do an md5sum on that file?
HD3D
can you do an md5sum on that file?
ctml luceos I download the file directly to my vps using:
wget https://github.com/extiverse/helper/releases/download/0.1-beta.3/extiverse
ls -l extiverse is giving the right size
-rw-rw-r-- 1 admin admin 9045254 Dec 9 10:27 extiverse
But now I'm getting this error
Box Requirements Checker
========================
> Using PHP 7.2.24-0ubuntu0.18.04.1
> PHP is using the following php.ini file:
/etc/php/7.2/cli/php.ini
> Checking Box requirements:
E.............
[ERROR] Your system is not ready to run the application.
Fix the following mandatory requirements:
=========================================
* The application requires the version "^7.3" or greater.
HD3D yes, you are using PHP 7.2 in the CLI. The minimum supported version is 7.3. You'll need to update PHP on your server, or, if it's installed already, it needs to made default before you can use Extiverse
I wasn't even aware I wrote the binary for 7.3; maybe I can correct that 🙈
luceos Given Flarum requires 7.3 minimum, I think it makes sense that Extiverse is the same, no ?
[deleted] flarum has a minimum stability for php of 7.2 as far as I know 😉
luceos 7.3 actually from recollection.... I could well be wrong though. If you're using composer 2.0 then you'll get a message stating you need 7.3 minimum
luceos So is there no way left for me to use extiverse? That's a shame because I don't want to mess up during flarum update as I'm still on beta 13
HD3D as 7.2 is already end of life, it might as well be a good time to upgrade anyhow:
luceos [deleted] I have finally updated PHP version from 7.2 to 7.4 on my vps as I'm preparing for V1.0.0 but I haven't switched to it yet, I need expert guide here that if I switch from 7.2 to 7.4 in my vestacp for my forum, is it gonna create any issue or work on the go? I mean I'm confused if changing a php version on a running site can cause any issue?
I get:
PS C:\xampp\htdocs\flarum_extiverse_helper> php extiverse upgrade --path C:\xampp\htdocs\flarum
In Local.php line 135:
file_put_contents(C:\xampp\htdocs\flarum\composer.json.back-2020-12-24T18:05:16+00:00):
failed to open stream: No such file or directory
I think the filename composer.json.back-2020-12-24T18:05:16+00:00
that it tries to create is not a valid windows filename because it contains :
Hi,
is it better to upgrade to beta15 with php extiverse upgrade or manually?
Thank you.
Gatsu up to you, I prefer using extiverse as it takes care of extension compatibility and points out any potential issues for you.
ctml I have beta13. Can extiverse automatically upgrade beta13 to beta 15?
Gatsu yes and it will give you feedback interactively. Always make sure to make a backup though, no matter what method you use.
I've been encountering this error when attempting to use the upgrade feature (from beta13).
Updated composer.json with wildcard extension constraints.
In Process.php line 1201:
The process "/usr/sbin/composer update --prefer-dist --no-dev -a" exceeded the timeout of 60 seconds.
I expect it's a server-related setting that needs tweaked, but unsure what setting might need adjusted. I thought maybe max_execution_time
, but running php -i
shows that it is set to 0
. Any thoughts on how I can get past this? TIA!
UaMV try composer config --global process-timeout 1000
UaMV I found the culprit, need to test some stuff and I can then release a new version. Sorry about the delay, things have been quite hectic (and I forgot about this 🙊 ).