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 3)
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="thepixel" data-source="post: 482119" data-attributes="member: 122949"><p>Can you guys help me with this?</p><p></p><p>[SPOILER="Image"]</p><p>[ATTACH=full]15941[/ATTACH]</p><p>[/SPOILER]</p><p>Current url: <a href="http://localhost/installation" target="_blank">http://localhost/installation</a></p><p></p><p>I did run both files on my database:</p><p>[URL unfurl="true"]https://github.com/ObjectRetros/2023-hotel-files/blob/main/arcturus-3-5-3-database.sql[/URL]</p><p>[URL unfurl="true"]https://github.com/ObjectRetros/2023-hotel-files/blob/main/2023-catalog.sql[/URL]</p><p></p><p>And, its true, account_created does not have a default value if you insert a new user without saying this field value:</p><p>[CODE=sql]`account_created` int(0) NOT NULL,[/CODE]</p><p></p><p>PHP Version: 8.3.8 (php-8.3.8-nts-Win32-vs16-x64.zip)</p><p>MariaDB version: 10.11.6 (mariadb-10.11.6-winx64.msi)</p><p></p><p>(I tried with PHP 8.2.0 and the error still occurs)</p><p></p><p>I also tried changing sql mode to:</p><p>[CODE][mysqld]</p><p>sql-mode=NO_ENGINE_SUBSTITUTION[/CODE]</p><p></p><p>(did not work aswell)</p><p></p><p>---</p><p><strong>UPDATE:</strong></p><p>I finally figure out how to make it work...</p><p>First I had to disable strict mode in laravel:</p><p>database.php line 55 and 75:</p><p>[CODE]'strict' => false,[/CODE]</p><p></p><p>Finally, I had to fix the manifest key in installation.blade.php line 17 because the key 'resources/css/app.scss' did not exists in my manifest.json:</p><p>[CODE]@vite(['resources/themes/' . setting('theme') . '/css/app.scss', 'resources/themes/' . setting('theme') . '/js/app.js'], 'build')[/CODE]</p></blockquote><p></p>
[QUOTE="thepixel, post: 482119, member: 122949"] Can you guys help me with this? [SPOILER="Image"] [ATTACH type="full" alt="1719071772578.png"]15941[/ATTACH] [/SPOILER] Current url: [URL]http://localhost/installation[/URL] I did run both files on my database: [URL unfurl="true"]https://github.com/ObjectRetros/2023-hotel-files/blob/main/arcturus-3-5-3-database.sql[/URL] [URL unfurl="true"]https://github.com/ObjectRetros/2023-hotel-files/blob/main/2023-catalog.sql[/URL] And, its true, account_created does not have a default value if you insert a new user without saying this field value: [CODE=sql]`account_created` int(0) NOT NULL,[/CODE] PHP Version: 8.3.8 (php-8.3.8-nts-Win32-vs16-x64.zip) MariaDB version: 10.11.6 (mariadb-10.11.6-winx64.msi) (I tried with PHP 8.2.0 and the error still occurs) I also tried changing sql mode to: [CODE][mysqld] sql-mode=NO_ENGINE_SUBSTITUTION[/CODE] (did not work aswell) --- [B]UPDATE:[/B] I finally figure out how to make it work... First I had to disable strict mode in laravel: database.php line 55 and 75: [CODE]'strict' => false,[/CODE] Finally, I had to fix the manifest key in installation.blade.php line 17 because the key 'resources/css/app.scss' did not exists in my manifest.json: [CODE]@vite(['resources/themes/' . setting('theme') . '/css/app.scss', 'resources/themes/' . setting('theme') . '/js/app.js'], 'build')[/CODE] [/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 3)
Top