Intechnic
Users Developers
Home / Forums / In-Portal CMS / Installation & Upgrade / 2 Server-side requirements failed / Topic Posts

In-Portal Forum

This is a place for users of In-Portal to ask questions, discuss various topics, and interact with other members of the In-Portal Community. Please report bugs through the Bugs Team (not the Forum). If you are interested in contributing or joining one of the many Teams for In-Portal, please check out the Contribute section of the website.
 

In-Portal Forum

2 Server-side requirements failed (3)


Posted: 10/23/2012 2:16:29 PM

Reply Quoted  


When i try to install In-portal I get two errors:

- ini_get('date.timezone') - timezone set (required) [FAILED]
- ini_get('output_buffering') > 0 - buffering works (required) [FAILED]

Can anyone help me?

Posted: 10/23/2012 3:11:16 PM

Reply Quoted  


This means, that mentioned settings in php.ini file have incorrect values.

In particular this means, that webserver timezone isn't set and output buffering is disabled.

Contacting web server administrator would be best option here if php.ini word doesn't sound a bell.

Posted: 10/24/2012 7:28:38 AM

Reply Quoted  


alex wrote:10/23/2012 3:11:16 PM
This means, that mentioned settings in php.ini file have incorrect values.

In particular this means, that webserver timezone isn't set and output buffering is disabled.

Contacting web server administrator would be best option here if php.ini word doesn't sound a bell.


Thank you for your answer, for the first error i will contact the webserver administratorr. What do i do for the second error
- ini_get('output_buffering') > 0 - buffering works (required) [FAILED]