Intechnic
Users Developers
Home / Forums / In-Portal CMS / Installation & Upgrade / Failed Installation Step#1 / 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

Failed Installation Step#1 (2)


Posted: 07/30/2012 6:48:29 PM

Reply Quoted  


When attempting to install, I get two failures under the server side and one failure under the PHP requirements. I have no clue what this is telling me, but here's what it says;

Server-side requirements
PHP version: 5.2.0+ (required) [PASSED]
URL Rewriting Support (optional) [FAILED]
Java (optional) [PASSED]
PHP extensions:
- Memcache (optional) [FAILED]
- Curl (required) [PASSED]
- SimpleXML (required) [PASSED]
- Standard PHP Library (required) [PASSED]
- Freetype (required) [PASSED]
- GD 1.8+ (required) [PASSED]
- JPEG (required) [PASSED]
- MySQL (required) [PASSED]
- JSON (required) [PASSED]
PHP settings:
- ini_set('memory_limit', ...) works (optional) [PASSED]
- ini_set('display_errors', ...) works (optional) [PASSED]
- error_reporting(...) works (optional) [PASSED]
- ini_get('date.timezone') - timezone set (required) [PASSED]
- ini_get('variables_order') - contains "GPC" string [PASSED]
- ini_get('output_buffering') > 0 - buffering works (required) [FAILED]
Client-side requirements
Cookies enabled [PASSED]
JavaScript enabled [PASSED]


Installation can not continue until all required environment parameters are set correctly



Posted: 08/01/2012 1:00:47 PM

Reply Quoted  


Hello there,


Sorry for some delay with getting back to you.

Try adding this to the .htaccess file in the root of your In-Portal installation and try going through installation process again.


php_value output_buffering 4096




Let me know if this helps