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 Q&A
MySQL Error with BrainCMS Users not added in database
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="kevkev0320" data-source="post: 451269" data-attributes="member: 70660"><p>I have installed BrainCMS on my webserver on one of my domains i made a host header and i can connect to it properly.</p><p>only problem is i have a problem with my MySQL, when i register my user is not added in the database. i already tried</p><p></p><p></p><p>ALTER TABLE users ADD google_secret_code VARCHAR(200) NULL;</p><p>ALTER TABLE users ADD 2fa_status int(1) NOT NULL DEFAULT 0;</p><p>ALTER TABLE `users` ADD `seckey` VARCHAR(999)</p><p>SET@@global.sql_mode =''; </p><p></p><p></p><p>But this is not doing the job for me.</p><p></p><p>my config file:</p><p><a href="https://pastebin.com/63zMBmVK" target="_blank">https://pastebin.com/63zMBmVK</a></p><p></p><p><b> i use:</p><p></p><p>IIS 10</p><p>PHP 7.1</p><p>MySQL Community server 5.1</p><p>Brain version 1.9.1</p><p>Arcturus version 1.15.2</p><p>i used original database provided with arcturus (installed first) then i added the Brain 1.9.1 database</p><p></b></p><p>Is there anyone out here who perhaps knows the fix?</p><p>Thanks in advance</p></blockquote><p></p>
[QUOTE="kevkev0320, post: 451269, member: 70660"] I have installed BrainCMS on my webserver on one of my domains i made a host header and i can connect to it properly. only problem is i have a problem with my MySQL, when i register my user is not added in the database. i already tried ALTER TABLE users ADD google_secret_code VARCHAR(200) NULL; ALTER TABLE users ADD 2fa_status int(1) NOT NULL DEFAULT 0; ALTER TABLE `users` ADD `seckey` VARCHAR(999) SET@@global.sql_mode =''; But this is not doing the job for me. my config file: [URL]https://pastebin.com/63zMBmVK[/URL] <b> i use: IIS 10 PHP 7.1 MySQL Community server 5.1 Brain version 1.9.1 Arcturus version 1.15.2 i used original database provided with arcturus (installed first) then i added the Brain 1.9.1 database </b> Is there anyone out here who perhaps knows the fix? Thanks in advance [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
MySQL Error with BrainCMS Users not added in database
Top