Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.

Extiverse helper

ctml

HD3D
can you do an md5sum on that file?


HD3D

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.

[deleted]

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


HD3D

luceos Oh please, if you can correct that.
I'm using VestaCP on my vps, It is using PHP 7.2 so it is gonna be impossible for me to update PHP version unless VestaCP does it.

[deleted] Thanks for your reply but I needed and had been waiting for your reply in another post here


luceos

I wasn't even aware I wrote the binary for 7.3; maybe I can correct that 🙈


[deleted]

luceos Given Flarum requires 7.3 minimum, I think it makes sense that Extiverse is the same, no ?


luceos

HD3D Oh please, if you can correct that.

It won't be possible to change the php requirement for the helper as pointed out luceos . This is because the binary is created based on the latest Laravel Zero scaffolding and Laravel 8+ components.


luceos

[deleted] flarum has a minimum stability for php of 7.2 as far as I know 😉


[deleted]

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



HD3D

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

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?


dartrax

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 :


Gatsu

Hi,
is it better to upgrade to beta15 with php extiverse upgrade or manually?
Thank you.


ctml

Gatsu up to you, I prefer using extiverse as it takes care of extension compatibility and points out any potential issues for you.


Gatsu

ctml I have beta13. Can extiverse automatically upgrade beta13 to beta 15?


luceos

Gatsu yes and it will give you feedback interactively. Always make sure to make a backup though, no matter what method you use.



UaMV

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!


ctml

UaMV try composer config --global process-timeout 1000


luceos

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 🙊 ).


« Previous Page Next Page »