I am very interested in keeping development going on this. Although, I am looking to it as a base to work from, in developing a more school administration type functionality vs business crm. I think its mostly cosmetic to make a conversion.
ultimav AT G MAIL . COM.
I spent a lot of time trying to make this CRM work and was impossible.
It has a lot of features, but nothing works fine, it is very very very VERY crowded of bugs. I've solved some but you would need years to finish cleaning all. The webmail module is the worst thing I ever seen.
The design of the code architecture is horrible.
Some of the bugs looked like if it were made on purpose...
try just this
mysql -u root -p (mypassword) and see if you can connect at all
if you can then once you're connected you type in
CREATE DATABASE 'mydatabasename';
And that should do it.