Results 1 to 9 of 9

Thread: I can't be the only one

  1. #1
    llcorp is offline Member
    Join Date
    Jun 2009
    Posts
    13

    Default I can't be the only one

    Am I the only one have tremendous issues getting this CRM to install and work? I know I am not a PHP expert and all but to have to repair code and work on this for 7 days and it STILL doesn't work just pretty much has me angry and pissy. I can't be the only one in the world thinking this is a piece of crap right now. I see stellar reviews about SugarCRM and it seems to have everything I need on paper but it's of no use to me currently. Is it far fetched for me to think that it just doesn't work without heavily delving into the code to fix things?

  2. #2
    roblaus's Avatar
    roblaus is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Vienna / Austria
    Posts
    2,850

    Default Re: I can't be the only one

    You may not be the only one but one of few. Let's say 0.1%. That makes me thinking that the problem may be in front of the screen.

    I read your other thread but unfortunately I couldn't even find a hint about your environment or the "code fixes" that you had to apply. Most of us here KNOW that there is no need to fix anything to install Sugar if you stick to the (very simple) guidelines outlined in the manuals.

    So it's probably better to start looking for another product if you can't deal with this one. One of the good things in our today's SW world is the freedom of choice.
    __________________________
    Robert Laussegger
    http://www.iscongroup.net

    Bei Fragen: support@iscon.at
    Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
    Ab sofort auch mit 6.4.2

  3. #3
    tjlewis is offline Member
    Join Date
    Jun 2007
    Posts
    8

    Default Re: I can't be the only one

    Yeah sounds like your got some environmental issues there .

    You can always opt to pay someone to install it or you can pay for the hosted version.

    Are you trying to install it on windows or linux? Shared hosting account or on your own server? What version of php/mysql/os/sugar are you using? What are your php.ini settings/ webserver settings? etc etc etc. There is tons of information on the sugar wiki about installation etc. Maybe try there first or answer some of these questions and we'll try to help you.

  4. #4
    Angel's Avatar
    Angel is offline Sugar Community Member
    Join Date
    Jul 2005
    Location
    Los Angeles
    Posts
    4,813

    Default Re: I can't be the only one

    Quote Originally Posted by llcorp View Post
    Is it far fetched for me to think that it just doesn't work without heavily delving into the code to fix things?
    Yes.

    There is no need to modify the code in order to install. If you are doing so, you are treating the symptom, not the disease, as there is a bigger problem at hand. The install process itself doesn't take more than 5 minutes under normal circumstances.

    Like others have stated, you might want to consider paying someone to do the install for you as it shouldn't be causing anyone that much aggravation, or like others suggested, move on to another product.
    Regards,

    Angel Magaña
    Co-Author: Implementing SugarCRM 5.x (Packt Publishing -- Sept. 2010)
    Blog: http://cheleguanaco.blogspot.com.
    Twitter: @cheleguanaco.

    ________
    | Projects: |_____________________________________
    |
    | CandyWrapper (.NET Wrapper for SugarCRM SOAP API). Source now available on GitHub!
    | GoldMine to SugarCRM Express Conversion. Latest: 1.0.1.7 (Nov. 3, 2009)
    | CRM SkyDialer (Skype Integration). Latest: 1.0.2 (Feb. 17, 2010)
    | Round Robin Leads Assignment
    | Phone Number Formatter
    | CaseTwit (Twitter Integration)
    ______________________________________________

  5. #5
    llcorp is offline Member
    Join Date
    Jun 2009
    Posts
    13

    Default Re: I can't be the only one

    I have actually tried 14 different CRMs only to have certain issues with functionality or it didn't do what I needed it to do. I really don't want to have to sit and write one myself but after a month of this, that is sounding better. I liked ...... but I could not get it to upload my logo which I thought was simple but nothing I tried worked so Sugar seemed the next best thing and has everything that I need. I'm not an idiot albeit a PHP beginner but code is code and words are words. It shouldn't be that hard to fix a perms error. I ended up installing it just because I got tired of looking at the directory and go figure I can't get the entire thing to delete so now I'm bitching at my VPS host because this isn't the first time I have had issues like this. Maybe it's them...

  6. #6
    roblaus's Avatar
    roblaus is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Vienna / Austria
    Posts
    2,850

    Default Re: I can't be the only one

    If it helps here's my standard setup that I always use and which always worked (and still does):

    (Fresh) install of Ubuntu LTS Server (8.04 currently) or Debian
    Plain vanilla LAMP stack from the Ubuntu/Debian repositories (for speed reasons I sometimes use Lightspeed but this is a matter of taste).
    rem: I am still using php 5.2.8
    One app directory somewhere
    Underneath the Sugar directories
    After copying and unzipping Sugar I set the user/group for the entire Sugar directory (incl. subs) to www-data (this is the Debian/Ubuntiu webserver user)
    Then again for the entire directory incl subs I set the permissions to 755.
    You may change some dirs to 644 later on as suggested.
    For each installation I create a session directory within the Sugar structure (again 755) and I do set the session save path in config.php accordingly (NOT in php.ini and NOT in .htaccess).
    During installation I always have Sugar create the db and the respective user (not root of course)
    The db always sits on the same server as Sugar (at least for the installation). This means you need to use "localhost" rather than the path Sugar suggests.

    That pretty much is it and I installed Sugar probably a 100 times on at least 20 different machines/environmments.
    __________________________
    Robert Laussegger
    http://www.iscongroup.net

    Bei Fragen: support@iscon.at
    Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
    Ab sofort auch mit 6.4.2

  7. #7
    crmsiva's Avatar
    crmsiva is offline A Sugar Hero
    Join Date
    Jan 2009
    Location
    Chennai, India
    Posts
    1,130

    Default Re: I can't be the only one

    Hi

    Robert is right. I usually give 777 permission, while doing installation or upgrades. Later will change it to either 755 or 644. Alternatively chown is a good idea.

  8. #8
    llcorp is offline Member
    Join Date
    Jun 2009
    Posts
    13

    Default Re: I can't be the only one

    Well, after a few hours of changing perms in SSH, I found my problem. I had a few faulty files that were...I guess half downloaded or something because I was having issues with particular directories and not other ones. Seems my FTP client was restarting the connection midway through transfers so I ended up reinstalling the SugarCRM directory to the account 5 times before I found that setting in my client. Also, the httpd service had crashed several times so that had to be restarted a few times before it would work properly. I think the httpd service had been down for a bit but I turned auto restart on so that should fix it. After correcting all of these issues, I had a pretty flawless FRESH install and things seem to be working. Now, I don't feel so defeated by software.

  9. #9
    crmsiva's Avatar
    crmsiva is offline A Sugar Hero
    Join Date
    Jan 2009
    Location
    Chennai, India
    Posts
    1,130

    Smile Re: I can't be the only one

    Great. Enjoy playing with SugarCRM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •