Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Tutorials
How to set up a retro in 2023 (IIS) (Nitro HTML5) - (Part 2)
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="okiu" data-source="post: 481584" data-attributes="member: 121429"><p>Heyooo! extremely easy!</p><p>So far amazing but facing this issue at step:</p><p><strong>Dependencies installation:</strong></p><p>Atom CMS relies on multiple different dependencies which we will have to install - To install those dependencies write the following commands</p><p>Code:</p><p>composer install && npm i && npm run build:atom</p><p></p><p>Error</p><p></p><p>C:\inetpub\wwwroot\atomcms>composer install && npm i && npm run build:atom</p><p>Installing dependencies from lock file (including require-dev)</p><p>Verifying lock file contents can be installed on current platform.</p><p>Package operations: 2 installs, 0 updates, 0 removals</p><p> Failed to download phpstan/phpstan from dist: The zip extension and unzip/7z commands are both missing, skipping.</p><p>The php.ini used by your command-line PHP is: C:\PHP\php.ini</p><p> Now trying to download from source</p><p> - Syncing phpstan/phpstan (1.10.57) into cache</p><p> Failed to download srmklive/paypal from dist: The zip extension and unzip/7z commands are both missing, skipping.</p><p>The php.ini used by your command-line PHP is: C:\PHP\php.ini</p><p> Now trying to download from source</p><p> - Syncing srmklive/paypal (3.0.28) into cache</p><p> - Installing phpstan/phpstan (1.10.57): Cloning 1627b1d034</p><p> Install of phpstan/phpstan failed</p><p> - Installing srmklive/paypal (3.0.28): Cloning 6bde2b232a from cache</p><p> Install of srmklive/paypal failed</p><p> 0 [--->------------------------]The following exception is caused by a process timeout</p><p>Check <a href="https://getcomposer.org/doc/06-config.md#process-timeout" target="_blank">https://getcomposer.org/doc/06-config.md#process-timeout</a> for details</p><p></p><p>In Process.php line 1205:</p><p></p><p> The process "git clone --no-checkout -- <a href="https://github.com/phpstan/phpstan.git" target="_blank">https://github.com/phpstan/phpstan.git</a> C:\inetpub\wwwroot\atomcms\vendor\ph</p><p> pstan\phpstan && cd /D C:\inetpub\wwwroot\atomcms\vendor\phpstan\phpstan && git remote add composer -- <a href="https://gith" target="_blank">https://gith</a></p><p> ub.com/phpstan/phpstan.git && git fetch composer && git remote set-url origin -- <a href="https://github.com/phpstan/phpstan" target="_blank">https://github.com/phpstan/phpstan</a></p><p> .git && git remote set-url composer -- <a href="https://github.com/phpstan/phpstan.git" target="_blank">https://github.com/phpstan/phpstan.git</a>" exceeded the timeout of 300 seconds.</p><p></p><p>Tried multiple times to redo the command ( in admin mode included ) but seems not to solve the issue.</p><p>[automerge]1712944363[/automerge]</p><p></p><p>fixed it by adding extension=zip to the PHP.ini file</p></blockquote><p></p>
[QUOTE="okiu, post: 481584, member: 121429"] Heyooo! extremely easy! So far amazing but facing this issue at step: [B]Dependencies installation:[/B] Atom CMS relies on multiple different dependencies which we will have to install - To install those dependencies write the following commands Code: composer install && npm i && npm run build:atom Error C:\inetpub\wwwroot\atomcms>composer install && npm i && npm run build:atom Installing dependencies from lock file (including require-dev) Verifying lock file contents can be installed on current platform. Package operations: 2 installs, 0 updates, 0 removals Failed to download phpstan/phpstan from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\PHP\php.ini Now trying to download from source - Syncing phpstan/phpstan (1.10.57) into cache Failed to download srmklive/paypal from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\PHP\php.ini Now trying to download from source - Syncing srmklive/paypal (3.0.28) into cache - Installing phpstan/phpstan (1.10.57): Cloning 1627b1d034 Install of phpstan/phpstan failed - Installing srmklive/paypal (3.0.28): Cloning 6bde2b232a from cache Install of srmklive/paypal failed 0 [--->------------------------]The following exception is caused by a process timeout Check [URL]https://getcomposer.org/doc/06-config.md#process-timeout[/URL] for details In Process.php line 1205: The process "git clone --no-checkout -- [URL]https://github.com/phpstan/phpstan.git[/URL] C:\inetpub\wwwroot\atomcms\vendor\ph pstan\phpstan && cd /D C:\inetpub\wwwroot\atomcms\vendor\phpstan\phpstan && git remote add composer -- [URL]https://gith[/URL] ub.com/phpstan/phpstan.git && git fetch composer && git remote set-url origin -- [URL]https://github.com/phpstan/phpstan[/URL] .git && git remote set-url composer -- [URL]https://github.com/phpstan/phpstan.git[/URL]" exceeded the timeout of 300 seconds. Tried multiple times to redo the command ( in admin mode included ) but seems not to solve the issue. [automerge]1712944363[/automerge] fixed it by adding extension=zip to the PHP.ini file [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Tutorials
How to set up a retro in 2023 (IIS) (Nitro HTML5) - (Part 2)
Top