Results 1 to 2 of 2

Thread: upgrade to 4.05b error

  1. #1
    Talya is offline Member
    Join Date
    Jun 2006
    Posts
    7

    Default upgrade to 4.05b error

    upgraded to 4.5 when i try to upgrade to 4.05b the page is blank.

    I go to admin -> click on upgrade wizard - its blank - the header shows up but nothing else?

    Any suggestions?

  2. #2
    kpit's Avatar
    kpit is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Dec 2005
    Location
    Memphis, TN
    Posts
    996

    Default Re: upgrade to 4.05b error

    edit your php.ini and set the memory limit to atleast 64M the default is 8M and not enough for SugarCRM to run.

    Code:
    memory_limit = 64M
    While you are at it you may also want to increase your max post size and upload max file size as well. Below is the values I set.

    Code:
    ; Maximum size of POST data that PHP will accept.
     post_max_size = 50M
     ...
     ; Maximum allowed size for uploaded files.
     upload_max_filesize = 50M
    You will need both of those if you use the documents feature and future upgrades.

    After you edit and save the changes you will have to restart the web server.
    Cheers,

    Max W. Blackmer, Jr.

    Blog
    Phone: +1 (901) 672-2694



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
  •