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="TUGADJ" data-source="post: 484015" data-attributes="member: 95755"><p>Hello,</p><p>Error on composer:</p><p>[CODE]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>Your lock file does not contain a compatible set of packages. Please run composer update.</p><p></p><p> Problem 1</p><p> - calebporzio/sushi is locked to version v2.5.2 and an update of this package was not requested.</p><p> - calebporzio/sushi v2.5.2 requires ext-sqlite3 * -> it is missing from your system. Install or enable PHP's sqlite3 extension.</p><p> Problem 2</p><p> - atomcms/core is locked to version dev-main and an update of this package was not requested.</p><p> - atomcms/core dev-main requires calebporzio/sushi * -> satisfiable by calebporzio/sushi[v2.5.2].</p><p> - calebporzio/sushi v2.5.2 requires ext-sqlite3 * -> it is missing from your system. Install or enable PHP's sqlite3 extension.</p><p></p><p>To enable extensions, verify that they are enabled in your .ini files:</p><p> - C:\Program Files\PHP\php.ini</p><p>You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode.</p><p>Alternatively, you can run Composer with `--ignore-platform-req=ext-sqlite3` to temporarily ignore these required extensions.[/CODE]</p><p></p><p>I have checked php.ini restarted ISS and checked the files. Still, issues persist.</p><p></p><p>EDIT: Fixed, missed the "3" on SQLite.</p></blockquote><p></p>
[QUOTE="TUGADJ, post: 484015, member: 95755"] Hello, Error on composer: [CODE]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. Your lock file does not contain a compatible set of packages. Please run composer update. Problem 1 - calebporzio/sushi is locked to version v2.5.2 and an update of this package was not requested. - calebporzio/sushi v2.5.2 requires ext-sqlite3 * -> it is missing from your system. Install or enable PHP's sqlite3 extension. Problem 2 - atomcms/core is locked to version dev-main and an update of this package was not requested. - atomcms/core dev-main requires calebporzio/sushi * -> satisfiable by calebporzio/sushi[v2.5.2]. - calebporzio/sushi v2.5.2 requires ext-sqlite3 * -> it is missing from your system. Install or enable PHP's sqlite3 extension. To enable extensions, verify that they are enabled in your .ini files: - C:\Program Files\PHP\php.ini You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode. Alternatively, you can run Composer with `--ignore-platform-req=ext-sqlite3` to temporarily ignore these required extensions.[/CODE] I have checked php.ini restarted ISS and checked the files. Still, issues persist. EDIT: Fixed, missed the "3" on SQLite. [/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