Intechnic
Users Developers
Home / Forums / In-Portal CMS / Installation & Upgrade / Clean Install Problem / 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

Clean Install Problem (2)


Posted: 10/15/2015 8:48:32 PM

Reply Quoted  


I decided to delete my installation of In-Portal and re-install a clean copy to see if my problem with changing my directory settings is resolved. I started to install In-Portal and get the following:

PHP version 5.2.0 or above* [PASSED]
URL rewriting support [PASSED]
Java template compression [FAILED]
PHP extensions:
- Memory caching support [PASSED]
- Accessing remote resources (via cURL)* [PASSED]
- XML document processing (via SimpleXML)* [PASSED]
- Standard PHP Library (SPL)* [PASSED]
- TrueType font support (via Freetype)* [PASSED]
- GD Graphics Library 1.8 or above* [PASSED]
- JPEG images support* [PASSED]
- Database connectivity (via MySQL)* [PASSED]
- JSON processing support* [PASSED]
PHP settings:
- Memory requirements changing on the fly [PASSED]
- Prevent script errors in production environment [PASSED]
- Change error detalization level [PASSED]
- Web server timezone is explicitly set* [FAILED]
- Needed super-global arrays registered [PASSED]
- Script output buffering enabled* [PASSED]
Client-side requirements
Cookies enabled [PASSED]
JavaScript enabled [PASSED]


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

The Java template compression is not the issue, correct? The problem seems to be the Web server timezone is explicitly set [failed]. I opened the PHP.INI file and do not see how I can fix this. Is there another way to fix this so I can install?

Thanks

John



Posted: 10/16/2015 1:37:17 AM

Reply Quoted  


John wrote:10/15/2015 8:48:32 PM
I decided to delete my installation of In-Portal and re-install a clean copy to see if my problem with changing my directory settings is resolved. I started to install In-Portal and get the following:

PHP version 5.2.0 or above* [PASSED]
URL rewriting support [PASSED]
Java template compression [FAILED]
PHP extensions:
- Memory caching support [PASSED]
- Accessing remote resources (via cURL)* [PASSED]
- XML document processing (via SimpleXML)* [PASSED]
- Standard PHP Library (SPL)* [PASSED]
- TrueType font support (via Freetype)* [PASSED]
- GD Graphics Library 1.8 or above* [PASSED]
- JPEG images support* [PASSED]
- Database connectivity (via MySQL)* [PASSED]
- JSON processing support* [PASSED]
PHP settings:
- Memory requirements changing on the fly [PASSED]
- Prevent script errors in production environment [PASSED]
- Change error detalization level [PASSED]
- Web server timezone is explicitly set* [FAILED]
- Needed super-global arrays registered [PASSED]
- Script output buffering enabled* [PASSED]
Client-side requirements
Cookies enabled [PASSED]
JavaScript enabled [PASSED]


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

The Java template compression is not the issue, correct? The problem seems to be the Web server timezone is explicitly set [failed]. I opened the PHP.INI file and do not see how I can fix this. Is there another way to fix this so I can install?

Thanks

John



The instructions on "Check Requirements" step during In-Portal installation say this (copy/pasted):

Web server timezone is explicitly set*
Web server timezone must be set explicitly to ensure correct date/time calculations and display across the website. See date.timezone setting for more info.


You have any specific problems with changing value for "date.timezone" setting in "php.ini" file?