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

Problems Installing (6)


Posted: 12/28/2014 7:26:14 PM

Reply Quoted  


Hi,

I have spent several hours trying to install the In-Portal CMS. After downloading and unzipping the file, I uploaded to my server using filezilla. After loading, I typed the following in my web browser: http://www.mywebsite.com/core/install.php, I get the following:

Not Found

The requested URL /index.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

I deleted and reinstalled. Typed www.mywebsite.com/in-portal/install.php and got this:

In-Portal is probably not installed, or configuration file is missing.
Please use the installation script to fix the problem.

Go to installation script ( I clicked on this) and got:


PHP version 5.2.0 or above* [PASSED]
URL rewriting support [PASSED]
Java template compression [FAILED]
PHP extensions:
- Memory caching support [FAILED]
- 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* [PASSED]
- Needed super-global arrays registered [PASSED]
- Script output buffering enabled* [FAILED]
Client-side requirements
Cookies enabled [PASSED]
JavaScript enabled [PASSED]

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






Any ideas what the problem is?

Thanks

John Andracki


Posted: 12/29/2014 2:18:13 AM

Reply Quoted  


> Not Found
> The requested URL /index.php was not found on this server.
> Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

This usually happens when you web server (e.g. Apache) doesn't have read permissions only files you try to open (the /index.php). This isn't In-Portal specific issue, because you can upload dummy "index.php" alone via FileZilla as you did and you'll get same error.


> - Script output buffering enabled* [FAILED]

This is line that is preventing installation from continuing. On the right it's explained how it can be resolved by changing the "output_buffering" setting in your "php.ini" file.

Posted: 12/29/2014 6:46:28 PM

Reply Quoted  


Hi,

I cannot find the php.ini file, where is it located?

Thanks.

John

Posted: 01/03/2015 11:22:01 AM

Reply Quoted  


I finally was able to install but have a few issues:

When I type in my domain: www.mytravelsource.com, I get this:

ndex of /

cgi-bin/
in-bulletin/
in-commerce/
in-link/
in-news/
in-portal/

In order for me to get to the admin panel, I have to type in www.mytravelsource/in-portal/admin., how do I fix this so I only need to type mydomain/admin?

During install, I see: Java Template Compression [Faild] what does this mean?

Thanks

John


Posted: 01/03/2015 2:04:53 PM

Reply Quoted  


Update:

I uninstalled In Portal and re-installed, now I get a message that the java template compression failed:

HP 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* [PASSED]
- Needed super-global arrays registered [PASSED]
- Script output buffering enabled* [PASSED]

I loaded files into the WWW folder and I still cannot run the script by typing www.mydomain.com/core/install.php.

The only way I can get it to load is to www.mydomain.com/in-portal/core/install.php.

What I am doing wrong?

Thanks

John

Posted: 01/04/2015 12:35:54 PM

Reply Quoted  


Hi,

I uninstalled again and reinstalled, it now works. I had to make changes to the PHP ini file and had it loaded wrong at first. When installing, the process did not install the modules, now I need to figure out how to load them.

I still got Java template compression [FAILED] when loading, but loaded ok. I don't know if this is a major issue or not.


John