Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Blank screen after login

  1. #1
    furibe is offline Member
    Join Date
    Oct 2009
    Posts
    5

    Unhappy Blank screen after login

    Hi:

    Please help me with this issue. After I login into my SugarCRM 4.5.1 I received a blank page with anything. I was working verywell but something happened.

    This is a source code for that blank page, just if someboy see something wrong, maybe some file corrupted?:

    <script type="text/javascript" src="include/javascript/cookie.js?s=4.5.1&c="></script><link rel="stylesheet" type="text/css" media="all" href="themes/Sugar/calendar-win2k-cold-1.css?s=4.5.1&c="><script>jscal_today = 1266938823000; if(typeof app_strings == "undefined") app_strings = new Array();</script><script type="text/javascript" src="jscalendar/calendar.js?s=4.5.1&c="></script><script type="text/javascript" src="jscalendar/lang/calendar-en.js?s=4.5.1&c="></script><script type="text/javascript" src="jscalendar/calendar-setup_3.js?s=4.5.1&c="></script><script src="include/javascript/yui/YAHOO.js?s=4.5.1&c="></script><script src="include/javascript/yui/log.js?s=4.5.1&c="></script><script src="include/javascript/yui/dom.js?s=4.5.1&c="></script><script src="include/javascript/yui/event.js?s=4.5.1&c="></script><script src="include/javascript/yui/animation.js?s=4.5.1&c="></script><script src="include/javascript/yui/connection.js?s=4.5.1&c="></script><script src="include/javascript/yui/dragdrop.js?s=4.5.1&c="></script><script src="include/javascript/yui/container.js?s=4.5.1&c="></script><script src="include/javascript/yui/ygDDList.js?s=4.5.1&c="></script><script type="text/javascript" src="include/javascript/sugar_3.js?s=4.5.1&c="></script><script type="text/javascript">
    var time_reg_format = '([0-9]{1,2})[0-9]{1,2})([ap]m)';
    var date_reg_format = '([0-9]{4})-([0-9]{1,2})-([0-9]{1,2})';
    var date_reg_positions = {'Y': 1,'m': 2,'d': 3};
    var time_separator = ':';
    var cal_date_format = '%Y-%m-%d';
    var time_offset = -0;
    </script><script type="text/javascript" src="cache/jsLanguage/en_us.js?s=4.5.1&c=&j=2"></script><script type="text/javascript" src="cache/jsLanguage/Users/en_us.js?s=4.5.1&c=&j=2"></script>

  2. #2
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Blank screen after login

    Take a look at the tail of error log of your web server.
    I believe you are facing a memory limit overflow. Probably you would need to increase the memory_limit at your php.ini and restart your web server.

    Regards
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

  3. #3
    furibe is offline Member
    Join Date
    Oct 2009
    Posts
    5

    Default Re: Blank screen after login

    Thanks andopes for your soon reply.
    I already put a php.ini file to increse the limit_memory, here the code:

    ; USER MODIFIED PARAMETERS FOLLOW

    register_globals = Off
    upload_max_filesize = 128M
    post_max_size = 128M
    memory_limit = 128M
    ConnectionTimeout = 3000
    RequestTimeout = 6000
    max_execution_time = 3000
    max_input_time = 3000

    But the new error is idsplayed when I run index.php before login, here teh message:


    Parse error: syntax error, unexpected $end in /hermes/bosweb/web109/b1095/ipw.mplcomco/public_html/crm/include/utils/user_utils.php(90) : eval()'d code on line 1

    Warning: ini_set() [ref.outcontrol]: Cannot change zlib.output_compression - headers already sent in /hermes/bosweb/web109/b1095/ipw.mplcomco/public_html/crm/include/utils.php on line 2903

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /hermes/bosweb/web109/b1095/ipw.mplcomco/public_html/crm/include/utils/user_utils.php(90) : eval()'d code:1) in /hermes/bosweb/web109/b1095/ipw.mplcomco/public_html/crm/index.php on line 178

    Warning: Cannot modify header information - headers already sent by (output started at /hermes/bosweb/web109/b1095/ipw.mplcomco/public_html/crm/include/utils/user_utils.php(90) : eval()'d code:1) in /hermes/bosweb/web109/b1095/ipw.mplcomco/public_html/crm/include/utils.php on line 2048

    Fatal error: Call to undefined function authUserStatus() in /hermes/bosweb/web109/b1095/ipw.mplcomco/public_html/crm/include/utils.php on line 2739

  4. #4
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Blank screen after login

    I think it is a kind of incompatibility between your php and SugarCRM.
    Let us know the version of your php and SugarCRM.

    Best regards
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

  5. #5
    furibe is offline Member
    Join Date
    Oct 2009
    Posts
    5

    Default Re: Blank screen after login

    SugarCRM Version: 4.5.1

    Platform Type
    Debian

    MySQL Version
    5.0.45

    Perl Version
    5.8.8

    PHP Version
    5.2.12

    Last time, when the CRM was OK I had PHP4, could be possible this is the error, now I move to PHP5?

  6. #6
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Blank screen after login

    Definitely!

    As can be seen here.
    This PHP version is not supported by your SugarCRM version.
    You need to downgrade your PHP to 4 then upgrade to 5.0.0.
    After that you can upgrade your PHP to 5.2.5
    With PHP 5.2.5 you can upgrade your SugarCRM to 5.5.0 and then upgrade PHP up to 5.2.11.

    But if you can not upgrade your SugarCRM, or don´t want to, so you must downgrade your PHP to 4.4

    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

  7. #7
    furibe is offline Member
    Join Date
    Oct 2009
    Posts
    5

    Default Re: Blank screen after login

    Thanks a lot! I back to PHP4 and SugarCRM works again.

    I will follow your recomendation to upgrade.I tried in the past using the wizard, but when the file finished to upload, Sugar redirect me to the home page and It didn´t let met continue. I will try again.

    Is something happened, can I cotinue this those in this thread?

    Thanks again.

  8. #8
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Blank screen after login

    Quote Originally Posted by furibe View Post
    Thanks a lot! I back to PHP4 and SugarCRM works again.

    I will follow your recomendation to upgrade.I tried in the past using the wizard, but when the file finished to upload, Sugar redirect me to the home page and It didn´t let met continue. I will try again.

    Is something happened, can I cotinue this those in this thread?

    Thanks again.
    Definitely yes!
    Make sure your php is configured to support "post max size" and "upload max size" greater than 10M.
    Also make sure the cache/upload folder is writable.

    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

  9. #9
    furibe is offline Member
    Join Date
    Oct 2009
    Posts
    5

    Default Re: Blank screen after login

    I will try to use the wizard upgrade but somtimes I received this message, and it soesn´t let me continue:

    The server encountered an unexpected condition which prevented it from fulfilling the request.
    The script had an error or it did not produce any output. If there was an error, you should be able to see it in the error log.

    There some php variable to increse in order to solve this error, I beleive is due to some queries to tha MySQL databse.

  10. #10
    garciasanchezdaniel's Avatar
    garciasanchezdaniel is offline Sugar Community Member
    Join Date
    Aug 2011
    Location
    Spain
    Posts
    403

    Default Re: Blank screen after login

    Hello!!
    I need update sugarcrm because our server has php 5.x and our sugar version is 4.2.1d, and I can't downgrade php version.
    I have read in internet that I need update until 6 version at least, and in some steps.
    So, firstly, I downloaded sugar in order to test the upgrade in local, but I'm having problems because when I try to install the package 4.2.1d to 4.5.1l sugar doesn't make nothing.
    I'd like listen your suggestions.
    Thanks
    Daniel

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 2
    Last Post: 2009-12-16, 04:36 AM
  2. getting blank screen after the login
    By prakashcmri in forum Installation and Upgrade Help
    Replies: 9
    Last Post: 2009-03-10, 01:24 PM
  3. Blank screen after install/login
    By mwillems in forum Installation and Upgrade Help
    Replies: 5
    Last Post: 2009-01-01, 10:39 AM
  4. Replies: 13
    Last Post: 2006-02-06, 03:37 PM
  5. Blank screen after login from over WAN
    By dbacon78 in forum Help
    Replies: 2
    Last Post: 2006-01-23, 05:12 AM

Tags for this Thread

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
  •