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
How do I fix white pages on revcms? [IIS]
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="s0urc3" data-source="post: 378997" data-attributes="member: 63603"><p>at the top of your config add</p><p>ini_set('display_errors','1');</p><p>error_reporting(E_ALL ^ E_NOTICE);</p><p></p><p>What this does is basically force php to display errors regardless of what the php.ini has set on a per instance basis.</p><p></p><p>if you would like to make this permanent (not recommended) you can go to your php.ini and search for error_reporting set it there.</p><p></p><p>And then if you still need help take a screenshot of the php error and post it.</p></blockquote><p></p>
[QUOTE="s0urc3, post: 378997, member: 63603"] at the top of your config add ini_set('display_errors','1'); error_reporting(E_ALL ^ E_NOTICE); What this does is basically force php to display errors regardless of what the php.ini has set on a per instance basis. if you would like to make this permanent (not recommended) you can go to your php.ini and search for error_reporting set it there. And then if you still need help take a screenshot of the php error and post it. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
How do I fix white pages on revcms? [IIS]
Top