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
Error with ubercms v51
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="Muscab" data-source="post: 40059" data-attributes="member: 2992"><p>Hello Guys some of u all might get and error on you Hotel about Global eror it should say this.</p><p></p><p>PHP Code:</p><p style="text-align: left"><span style="color: #000000"><span style="color: #0000BB">set_magic_quotes_runtime</span><span style="color: #007700">(</span><span style="color: #DD0000">'0'</span><span style="color: #007700">); </span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="color: #007700"></span></span></p><p></p><p>This is Just The simple fix for it.Just replease old code with one below.</p><p></p><p>PHP Code:</p><p style="text-align: left"><span style="color: #000000"><span style="color: #0000BB">ini_set</span><span style="color: #007700">(</span><span style="color: #DD0000">"magic_quotes_runtime"</span><span style="color: #007700">, </span><span style="color: #0000BB">0</span><span style="color: #007700">); </span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="color: #007700"></span></span></p><p></p><p>The reason you go that error was because php.net Updated it.</p><p></p><p>Sorry If it was already released.</p><p></p><p>Credits to <span style="color: #647A8D"><a href="http://forum.*****.com/members/777078.html" target="_blank">jmandupree</a> from RZ</span></p></blockquote><p></p>
[QUOTE="Muscab, post: 40059, member: 2992"] Hello Guys some of u all might get and error on you Hotel about Global eror it should say this. PHP Code: [LEFT][COLOR=#000000][COLOR=#0000BB]set_magic_quotes_runtime[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'0'[/COLOR][COLOR=#007700]); [/COLOR][COLOR=#0000BB][/COLOR][/COLOR][/LEFT] This is Just The simple fix for it.Just replease old code with one below. PHP Code: [LEFT][COLOR=#000000][COLOR=#0000BB]ini_set[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]"magic_quotes_runtime"[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]0[/COLOR][COLOR=#007700]); [/COLOR][COLOR=#0000BB][/COLOR][/COLOR][/LEFT] The reason you go that error was because php.net Updated it. Sorry If it was already released. Credits to [COLOR=#647A8D][URL="http://forum.*****.com/members/777078.html"]jmandupree[/URL] from RZ[/COLOR] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Error with ubercms v51
Top