You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the issue is with line 102: && [ -n "$DB_PASSWORD"] in library/redmine_chiliproject.sh ... for some reason it hates that even though there is a password set (I verified by doing echo "$DB_PASSWORD").
By removing any && [ -n "$DB_PASSWORD"] things in the library/redmine_chiliproject.sh I was able to get it to go.
I just tested out your 2012 branch with ubuntu 10.10 and had some mysql issues. I tested it using a "filled out" chili_test.sh.
I had this error: no such file to load -- mysql (MissingSourceFile)
To get it to connect I had to do: sudo gem install mysql -- --with-mysql-config=/usr/bin/mysql_config
BUT, I didn't have database or user so it still didnt work.
The text was updated successfully, but these errors were encountered: