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
need helpt with brain cms
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="airilxx" data-source="post: 468014" data-attributes="member: 10908"><p>Seems like these file has been modified as it differs from original BrainCMS releases. However as Morohara explained, these errors are pretty straightforward.</p><p></p><p>You <strong>can't</strong> simply execute </p><p>[CODE=php]$query->execute([ $userId, $code ]);[/CODE]</p><p>as it contains <strong>square brackets inside brackets</strong>.</p><p></p><p>Perhaps you could try something like this:-</p><p>[CODE=php]$query->execute($userId, $code);[/CODE]</p></blockquote><p></p>
[QUOTE="airilxx, post: 468014, member: 10908"] Seems like these file has been modified as it differs from original BrainCMS releases. However as Morohara explained, these errors are pretty straightforward. You [B]can't[/B] simply execute [CODE=php]$query->execute([ $userId, $code ]);[/CODE] as it contains [B]square brackets inside brackets[/B]. Perhaps you could try something like this:- [CODE=php]$query->execute($userId, $code);[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
need helpt with brain cms
Top