Results 1 to 4 of 4

Thread: Sugar CRM Installation in Ubuntu Server

  1. #1
    driftwood180 is offline Junior Member
    Join Date
    Sep 2006
    Posts
    2

    Default Sugar CRM Installation in Ubuntu Server

    System Settings
    Ubuntu 6.06 Server
    MySQL 5.0.22
    PHP 5.1.2
    SugarCRM 4.5.0

    I am somewhat new to Sugar CRM. I have installed Sugar CRM using the Bitrock installer, after several frustrating attempts to install Sugar CRM on a Fedora Server. I have began setting up a Ubuntu server, and wanted to try my hand at installing Sugar CRM manually, again.

    Once again, I am experiencing installation issues. However, I am further along, than anytime with the Fedora installation (one positive note). I have been searching the forums for several days, and have not found a solution, for my installation problems. I would greatly appreciate any advise, as to my new installation issues I have enclosed below.


    Warning: mkdir() [function.mkdir]: Permission denied in /var/www/SugarSuite/include/utils/file_utils.php on line 44

    Warning: fopen(cache/dynamic_fields/modules.php) [function.fopen]: failed to open stream: No such file or directory in /var/www/SugarSuite/modules/DynamicFields/DynamicField.php on line 794

    Warning: fwrite(): supplied argument is not a valid stream resource in /var/www/SugarSuite/modules/DynamicFields/DynamicField.php on line 795

    Warning: fclose(): supplied argument is not a valid stream resource in /var/www/SugarSuite/modules/DynamicFields/DynamicField.php on line 796

    Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /var/www/SugarSuite/include/utils/file_utils.php:44) in /var/www/SugarSuite/index.php on line 142

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/SugarSuite/include/utils/file_utils.php:44) in /var/www/SugarSuite/index.php on line 142

    Warning: Cannot modify header information - headers already sent by (output started at /var/www/SugarSuite/include/utils/file_utils.php:44) in /var/www/SugarSuite/index.php on line 175

    Thank you very much

  2. #2
    sadek's Avatar
    sadek is offline Sugar Team Member
    Join Date
    Sep 2005
    Posts
    244

    Default Re: Sugar CRM Installation in Ubuntu Server

    Sounds like all you need to do is change ownership / file permissions to a setting that allows the webserver to read and write to all files.

    You could always traverse to the SugarCRM root directory and "chmod 777 -R ."

    -Sadek

  3. #3
    primesuspect is offline Sugar Community Member
    Join Date
    Aug 2005
    Location
    Detroit, MI
    Posts
    45

    Default Re: Sugar CRM Installation in Ubuntu Server

    as sadek says, all of your problems are related to permissions. installing sugar is very easy once you have a basic understand of unix file permissions. Basically, sugar runs on apache, which runs as some user (on my system, it runs as user apache ). You need to make sure that that user has permissions to write to the entire sugar installation folder. Once the user has access to that folder, everything will be cake.
    Interested in Buddhism?.

  4. #4
    driftwood180 is offline Junior Member
    Join Date
    Sep 2006
    Posts
    2

    Default Re: Sugar CRM Installation in Ubuntu Server

    Sadek

    Thank you very much for your help. I performed the chmod 777 -R command you suggested. I have made some progress, but still experience a problem. After performing the chmod command, the previously posted errors are no longer present.

    However, the problem I am now experiencing is a page fault error.

    Not Found

    The requested URL /SugarSuite/index.php) was not found on this server.

    Again, thank you for any assistance.

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
  •