Page 1 of 1

what prerequisites?

Posted: Tue Jun 23, 2015 2:41 pm
by janvl
Hi,

I tried to install on localhost (php 5.5).
Get a blank screen and no error-notifications.
I have installed ionCube afterwards, but no result.

Is there a list of what the system (cms 2.0rc1) expects to be installed?

Kind regards,
Jan

Re: what prerequisites?

Posted: Wed Jun 24, 2015 8:27 am
by swgreed
Did you use the PHAR-installer or the "expanded installer"?
Maybe your hoster does not support PHAR?

Re: what prerequisites?

Posted: Wed Jun 24, 2015 8:42 am
by janvl
Hi

I used the expanded installer, on localhost.

I will use it with phar once, then I have installed phar before to be able to test the new cmsms version.

Stil, what are the prerequisites, I installed it on another server where I hang in step 6 (white screen) that is a shared hoster, during install only some minor shortcommings ,but the database does not get filled, without any errors, not even in the php-log-files.

Kind regards,
Jan

Re: what prerequisites?

Posted: Wed Jun 24, 2015 11:34 am
by swgreed
These are the checks from the installer (PHP 5.4 required though)

Code: Select all

PHP Version
You have: 5.6.9
	Write permission in destination directory
The HTTP process must be able to write to the destination directory (and to all files and directories beneath it) in order to install files. 
	Checking for working tmpfile()
	Check for writeable config file
	GD Version
	Check for tempnam function
	Check for gzopen function
	Ensure magic quotes are disabled
	Check for multibyte support
	Check for compatible database drivers
	Checking for md5 functionality
	Checking for json encoding and decoding functionality
	open_basedir restrictions
	Ensuring that PHP sessions use cookies
	Session_save_path exists
	Session_save_path is writable
	Checking for E_STRICT
	Checking for E_DEPRECATED
	Checking for a sufficient PHP memory limit
	Testing to ensure "safe mode" is disabled
	Checking for file upload support
	Checking maximum size of uploaded files
	Checking for XML functionality
	Checking PHP script max execution time
	Checking maximum amount of data that can be posted in one request
	Ensuring "register globals" is disabled
	Ensuring that output buffering is enabled
	Checking disabled functions
	Test if we can make outgoing HTTP connections
	Checking for the Curl extension
	Testing for the file_get_contents function
	Testing if we can change INI settings 

Re: what prerequisites?

Posted: Wed Jun 24, 2015 12:26 pm
by janvl
Thanks!

as soon as I have the time I will run this again and check if all prerequisites are met.

Kind regards,
Jan

Re: what prerequisites?

Posted: Wed Jun 24, 2015 1:07 pm
by Jo Morg
janvl wrote:Is there a list of what the system (cms 2.0rc1) expects to be installed?
The bare minimum is on the README-PHAR.TXT that is packed with the phar installer.
swgreed wrote:These are the checks from the installer
Yes that is a list of checks done by the installer but even if it all passes and it still dies on a step you can try to add ?debug=1 to the URL of the installer...
README-PHAR.TXT wrote: Q: I Get a white screen, what can I do?
A: A white screen indicates an error of some sort. It can be caused by an incompatible host, or something else. There are three things to try:
1. Rename your .htaccess file(s) out of the way. (Rewrite rules and bad configuration options in the .htaccess file can cause 500 errors).
2. Enable and find your php error logs so that you can find an actual error message to aide in further diagnosis.
3. Add ?debug=1 to the URL for the installer. This will attempt to enable a simple debug mode. This, depending on your host configuration may allow you to see error messages.

Q: I still get a white screen, and I've enabled debug mode... now what?
A: This could indicate that either your installer upload is corrupted OR that your host does not allow you to change debug settings in the standard way. You will probably have to contact your host in order to get at the actual error.

Re: what prerequisites?

Posted: Wed Jun 24, 2015 3:41 pm
by janvl
Thanks JoMorg,

the debugmode is what I would need.
I will try when I have the time.

Kind regards,
Jan

Re: what prerequisites?

Posted: Mon Jun 29, 2015 7:18 am
by swgreed
If using the PHAR version remember to upload it by FTP in binary mode.

Re: what prerequisites?

Posted: Mon Jun 29, 2015 7:28 am
by janvl
Thanks swgreed

but this is for localhost, so just on the server that is beneath my desk. No uploading to do.

Kind regards,
Jan