Page 1 of 1

Trouble instaling on vps

PostPosted: 12 Apr 2020, 06:50
by Kinolift
Created clean VPS Ubuntu (nginx 1.14 + php 7.2 + mysq5.7) trying to install arrowchat, on step "Fill out your database information " after clicking next not going anywhere and not creating config.php.
When trying access debug get - [ code]The includes/config.php file does not exist. We recommend installing ArrowChat again making sure to CHMOD all necessary files/folders to 777 regardless of what the installer tells you. If you still have problems, please contact support at http://www.arrowchat.com/support/.[ /code]

After trying to make config.php manually with db and login information getting blank pages.

Chmod 777 on all arrowchat directory didn`t help too.

Any sugestions?

Re: Trouble instaling on vps

PostPosted: 12 Apr 2020, 11:05
by Jason
The installer will create the config.php. What is the actual error message you are getting during the install? It may be a problem with PHP sessions not working correctly.

Re: Trouble instaling on vps

PostPosted: 12 Apr 2020, 13:41
by Kinolift
Regrettably don`t get any error message. Look like this Image.
How can i check if php session working correctly?

Re: Trouble instaling on vps

PostPosted: 12 Apr 2020, 22:38
by Jason
That looks like it could potentially be a session problem.

Use this guide to make sure: https://dodona.wordpress.com/2008/08/26 ... -sessions/

Re: Trouble instaling on vps

PostPosted: 13 Apr 2020, 00:58
by Kinolift
No session problem. https://arrow.kinolift.ru/test.php Yet installer still not working. Can i make someway config.php fully manually? I tried with adding only
Code: Select all
define('DB_SERVER', ''); 
	define('DB_PORT', ''); 
	define('DB_USERNAME', ''); 
	define('DB_PASSWORD', ''); 
	define('DB_NAME', ''); 
this values and getting blank pages. And there is no errors in nginx or php-fpm logs.

Re: Trouble instaling on vps

PostPosted: 13 Apr 2020, 06:56
by Kinolift
Ok. found the problem needed to install php7.2-mysqlnd directly. Thank you for support. Maybe it will help someone)