Phabricator Daemon's working but Web UI doesn't sense it
Event Timeline
What versions of mysql, php are you using?
What's the versions of Phabricator you're using (Can be found at either your.install/config/all/ or at your.install/config/module/versions/)
The really strange part is that the only letter that seems to randomly upcase is i...
PHP 5.5.9-1ubuntu4.13 (cli) (built: Sep 29 2015 15:24:49) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies with Zend OPcache v7.0.3, Copyright (c) 1999-2014, by Zend Technologies
Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is ###### Server version: 5.5.46-0ubuntu0.14.04.2 (Ubuntu) Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.
Server version: Apache/2.4.7 (Ubuntu) Server built: Oct 14 2015 14:20:21
My phabricator folder is at ~/Phabricator/phabricator/bin .... etc. but I couldn't find any config/all or config/module/versions folders, I was looking for them :/
Ok sorry, this:
Phabricator Version 9520a6b0ed2ee110d517a3b33df8fc5d90cbc2d8 Arcanist Version 3308da5f8fbe9de8c9c2a25646a5704eca323851 libphutil Version 59f5a8d2bb820074c4d4bd28ab2b3c2541a857e2
LANGUAGE= LC_CTYPE="tr_TR.UTF-8" LC_NUMERIC=tr_TR.UTF-8 LC_TIME=tr_TR.UTF-8 LC_COLLATE="tr_TR.UTF-8" LC_MONETARY=tr_TR.UTF-8 LC_MESSAGES="tr_TR.UTF-8" LC_PAPER=tr_TR.UTF-8 LC_NAME=tr_TR.UTF-8 LC_ADDRESS=tr_TR.UTF-8 LC_TELEPHONE=tr_TR.UTF-8 LC_MEASUREMENT=tr_TR.UTF-8 LC_IDENTIFICATION=tr_TR.UTF-8 LC_ALL=
Well... yeah, that's I is against regulations.
You'd need to set the locale of the webserver and all the CLI tools to en_US.UTF-8 or POSIX.
https://help.ubuntu.com/community/Locale explains more, but I think you should edit /etc/default/locale (To change the entire computer default) to something like LANG="en_US.UTF-8".
Also, it's possible that ./bin/storage is running in one locale, and the webserver is running in another; That would cause the most harm.
I have changed that to en_US.UTF-8 and then destroy and upgrade the storage but still
I
is a problem.
Ok, after what you said I stopped phd and went to sudo su, and tried again. After storage adjust and phd start seems like everything working. Thank you :).