Help
Ask questions about how to do or fix things in Arrowchat
User avatar
Kinolift
Customer
 
Posts: 4
Joined: 22 Nov 2018, 06:00

 

by Kinolift 12 Apr 2020, 06:50

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?
User avatar
Jason
Customer
 
Posts: 2336
Joined: 12 Dec 2009, 16:06

 

by Jason 12 Apr 2020, 11:05

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.
User avatar
Kinolift
Customer
 
Posts: 4
Joined: 22 Nov 2018, 06:00

 

by Kinolift 12 Apr 2020, 13:41

Regrettably don`t get any error message. Look like this Image.
How can i check if php session working correctly?
User avatar
Jason
Customer
 
Posts: 2336
Joined: 12 Dec 2009, 16:06

 

by Jason 12 Apr 2020, 22:38

That looks like it could potentially be a session problem.

Use this guide to make sure: https://dodona.wordpress.com/2008/08/26 ... -sessions/
User avatar
Kinolift
Customer
 
Posts: 4
Joined: 22 Nov 2018, 06:00

 

by Kinolift 13 Apr 2020, 00:58

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.
User avatar
Kinolift
Customer
 
Posts: 4
Joined: 22 Nov 2018, 06:00

 

by Kinolift 13 Apr 2020, 06:56

Ok. found the problem needed to install php7.2-mysqlnd directly. Thank you for support. Maybe it will help someone)