Koozali.org: home of the SME Server

vTiger CRM on SME 7.3

Offline Bud

  • *
  • 487
  • +0/-0
vTiger CRM on SME 7.3
« on: February 28, 2008, 06:49:42 AM »
Hi Guys

Any Idea if I will be able to Install vTiger 5.04RC on a SME 7.3 Box.

How do I do it  :P

Any Help Greatly Appreciated

Long Live SME Server  :-)

Offline Snoopyski

  • *
  • 141
  • +0/-0
    • http://www.serviceinfosg.com
Re: vTiger CRM on SME 7.3
« Reply #1 on: February 29, 2008, 01:46:07 AM »
Hello,

Yes it work !!! I'm running eGroupWare and vTiger on a SME Server 7.3...

Create vtiger ibay and unpack the tar file in HTML folder...

Then access to the website (http://servername/vtiger)

Then do the installation wizard...

Stéphane

Offline Bud

  • *
  • 487
  • +0/-0
Re: vTiger CRM on SME 7.3
« Reply #2 on: February 29, 2008, 06:00:04 AM »
Snoopyski

Thanks for your Reply.

I seem to have a Problem. During my Installation for " Database Configuration " I used my root user name and root password for the Installation. However when I try the Installation Process I get " Unable to connect to database Server. Invalid mySQL Connection Parameters specified "

How do I find out what the MySQL root Password is?

Thanks for your Help

Offline Snoopyski

  • *
  • 141
  • +0/-0
    • http://www.serviceinfosg.com
Re: vTiger CRM on SME 7.3
« Reply #3 on: February 29, 2008, 12:32:02 PM »
Hello,

Use the PHPMyAdmin contribs from Master Sleepy to create your vTiger Database before... Do not forget to create it in UTF-8 Unicode for vTiger 5.0.4...

A+

Stéphane

Offline Bud

  • *
  • 487
  • +0/-0
Re: vTiger CRM on SME 7.3
« Reply #4 on: February 29, 2008, 10:50:27 PM »
Snoopyski 

Thanks for your Help

Sorry I'm a bit of a Noob when it comes to MySQL.

I did use the Master Sleepy "phpmyadminmulti" contrib and have created a new database (myvtiger) making sure that I created it with "utf8_unicode_ci". My problem is that it seems that I have only admin and root user rights to the Database (myvtiger)

When I try to do the Installation I still have the Same problem. I cannot seem to get the Installation to use the Correct Info.

Please Help

============================================
Database Configuration

Host Name testbox
User Name admin
Password *****
Database Type mysql
Database Name myvtiger
Database UTF-8 Support Not Enabled More Information
=============================================




Offline Snoopyski

  • *
  • 141
  • +0/-0
    • http://www.serviceinfosg.com
Re: vTiger CRM on SME 7.3
« Reply #5 on: March 01, 2008, 02:24:35 PM »
Hello,

You need to "GRANT" privileges to the new database...

User this command in console mode with PuTTY:

Code: [Select]
#mysql
mysql>GRANT ALL PRIVILEGES on *.* to dbadmin@localhost IDENTIFIED BY 'your password';
mysql>flush privileges;
mysql>\q

You can replace the *.* by your database name to apply the new created user only on your new database. OR change the dbadmin user for a another one...

So now in vTiger installation the user for MySQL id "dbadmin" with the password you added...

And youre are back online ! ;)

Stéphane

Offline Bud

  • *
  • 487
  • +0/-0
Re: vTiger CRM on SME 7.3
« Reply #6 on: March 02, 2008, 07:39:54 AM »
Snoopyski

Thanks again for your Help. Well I did all you said and I got going with the Installation. All seemed to go Fine. Except I noticed that it said that it would take about 4 Mins to do the Installation well it took about 1 Second and it said Finished.

I used my Browser (IE7) and went to "https://myserver/vtiger" and got a Blank Page.

Now what?  :eek:

Offline Snoopyski

  • *
  • 141
  • +0/-0
    • http://www.serviceinfosg.com
Re: vTiger CRM on SME 7.3
« Reply #7 on: March 02, 2008, 02:11:53 PM »
Hello,

Try this in PuTTY:

Code: [Select]
pear install Log
Let me know...

Stéphane

Offline Bud

  • *
  • 487
  • +0/-0
Re: vTiger CRM on SME 7.3
« Reply #8 on: March 02, 2008, 02:55:18 PM »
Snoopyski

This is the Output I got from the script you asked me:

Didn't receive 200 OK from remote server. (HTTP/1.0 404 Not Found)

Thanks for your Help  :-)

Offline Snoopyski

  • *
  • 141
  • +0/-0
    • http://www.serviceinfosg.com
Re: vTiger CRM on SME 7.3
« Reply #9 on: March 02, 2008, 03:23:00 PM »
Hello,

You need to run it on the SME console with PuTTY... Then retry

Quote
pear install Log
service httpd-e-smith restart

Then go on the web to retry...

Stéphane

Offline dave simmons

  • ***
  • 125
  • +0/-0
Re: vTiger CRM on SME 7.3
« Reply #10 on: May 27, 2008, 02:02:54 PM »
I am also very interested to try Vtiger.

When I try to install it on a standard install SME 7.3  (test machine, fresh install from downloaded 7.3 CD, then yum update until all updates applied), I get the message that it needs newer versions of MySQL and PHP than those which are installed on the SME server.  I don't know how to do this, and am afraid that trying to upgrade may break something else on the machine.  No problem on this test machine, but my plan is eventually to add the Vtiger to our production server.

Have the people who are successfully using this made some upgrades to the standard SME installation, and if so, what and how?

I am not very experienced with Linux/CentOS, but can follow instructions.  Have already searched the forum and also googled it, but without much success.

I can always install it on another flavour of Linux if this is easier, but I am already running (now more than 5 years) the SME server, and then I would have to have an extra machine running - power use, heat etc.

Thanks in advance for any help!

Dave

Offline mdo

  • *
  • 355
  • +0/-0
Re: vTiger CRM on SME 7.3
« Reply #11 on: May 27, 2008, 09:02:25 PM »
Dave

You could install VMware server on your existing SME 7.3 (there are good WIki instructions available) and run a virtual host (OS of your choice) for vtiger under VMware. I think there are even VMware-vtiger images available to load/start vtiger under VMware without individual vtiger installation steps.
Michael
...

Offline RvLardin

  • ***
  • 82
  • +0/-0
    • http://sme.firewall-services.com
Re: vTiger CRM on SME 7.3
« Reply #12 on: June 25, 2008, 12:53:32 AM »
If you can read a little French :
How-to : installer vtiger 5.04
http://sme.firewall-services.com/spip.php?article60

english translation may follow if demands.
We did the full integration with Asterisk on several servers, works perfect.

A+,
RV.
----
"Those who are willing to lose some of their essential liberties in favour of security deserve neither and will lose both."
- Thomas Jefferson .