I'm a noob in PHP application development. I'm working on application, where I didn't write code, and there's isn't any developer, and, or support whatsoever.
About application:
It's a laravel based.
My machine specs: Mac OSX 10.9
PHP version 5.5.24
browser I'm using chrome.
Apache: Server version: Apache/2.2.29 (Unix)
about mysql and virtual hosts configs:
In
[text]usr/local/Cellar/mysql/5.6.23/my.cnf
datadir=/usr/local/var/mysql/
socket=/var/mysql/mysql.sock[/text]
grep -n "ServerName" /etc/apache2/httpd.conf
164:ServerName localhost
[text]/etc/apache2/extra/httpd-vhosts.conf
<VirtualHost *:80>
DocumentRoot "/Users/myusername/Sites"
ServerName localhost
</VirtualHost>
[/text]
Hosts information:
Error:less /etc/hosts
127.0.0.1 localhost
Login Failed
I'm stuck and do not know which log to check in now. And how to fix it.
Any guidance shall be of high value to me here.
Thanks.