Results 1 to 3 of 3

Thread: Call to undefined function posix_getpwuid()

  1. #1
    Dag
    Dag is offline Junior Member
    Join Date
    Oct 2006
    Posts
    1

    Default Call to undefined function posix_getpwuid()

    Okay, so we went to admin -> upgrade wizard -> next and then we got this error:

    Fatal error: Call to undefined function posix_getpwuid() in /var/www/localhost/htdocs/sugarcrm/modules/UpgradeWizard/systemCheck.php on line 80

    Did a search on it and seemed to be a bug in 4.5.0c:
    http://www.sugarcrm.com/crm/?option=...6-451da3365c96

    But we tried the above and didn't work. So not sure what to do.
    OS: Gentoo 2006.0
    SugarSuite Version: 4.5.0e
    Webserver: Apache 2.0
    PHP Version: 5.1.6-pl4-gentoo
    MySQL version: 4.1.21

  2. #2
    jeremy is offline Sugar Community Member
    Join Date
    May 2005
    Posts
    20

    Default Re: Call to undefined function posix_getpwuid()

    I had same error with 4.5.0f when trying to run the wizard. I just changed permissions on all files to the web user and everything worked:

    chmod -R apache:apache /www/crm


    OS: Gentoo 2006.1
    SugarSuite Version: 4.5.0f
    Webserver: Apache 2.0.59
    PHP Version: 5.1.6-pl4-gentoo
    MySQL version: 5.0.24a
    Jeremy Heslop
    CBI Group, LLC

  3. #3
    dcolley is offline Member
    Join Date
    Sep 2007
    Posts
    8

    Default Re: Call to undefined function posix_getpwuid()

    He, he - spot the deliberate typo... Should be:
    Code:
    chown -R apache:apache /www/crm

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
  •