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
Code to hide errors on your Habbo Retro.
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="broges" data-source="post: 275158" data-attributes="member: 43824"><p style="text-align: center"></p> <p style="text-align: center">Hi,</p> <p style="text-align: center">Have you ever made a retro, and get all excited to start playing? But there are those stupid errors in the way, just like this one?<img src="http://i61.tinypic.com/282nh38.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /> </p> <p style="text-align: center">Well, here is a fix and it is very simple! What you want to do is go to your config in your htdocs > app > management > config and paste the following code: </p> <p style="text-align: center"> [CODE]<?php</p> <p style="text-align: center"> error_reporting(0);</p> <p style="text-align: center"> ?>[/CODE]</p> <p style="text-align: center"> At the top of the page, it should look like this:</p> <p style="text-align: center"><img src="http://i61.tinypic.com/20s7er4.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /> </p> <p style="text-align: center"> The click save, and your errors should be gone!</p></blockquote><p></p>
[QUOTE="broges, post: 275158, member: 43824"] [CENTER] Hi, Have you ever made a retro, and get all excited to start playing? But there are those stupid errors in the way, just like this one?[IMG]http://i61.tinypic.com/282nh38.png[/IMG] Well, here is a fix and it is very simple! What you want to do is go to your config in your htdocs > app > management > config and paste the following code: [CODE]<?php error_reporting(0); ?>[/CODE] At the top of the page, it should look like this: [IMG]http://i61.tinypic.com/20s7er4.png[/IMG] The click save, and your errors should be gone![/CENTER] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Tutorials
Code to hide errors on your Habbo Retro.
Top