Results 1 to 6 of 6

Thread: Blank page after login

  1. #1
    korentas is offline Junior Member
    Join Date
    Feb 2011
    Posts
    4

    Default Blank page after login

    Hi,

    We have the 6.1.3 version installed. This morning we turn on the computer, login sugar and, nothing, just a blank page. The only page accessible is the Administrator, although sometimes I can access some other sections.

    It was working perfectly before, but now it just shows a blank page. When we tried to access Sugar with Chrome we got this message:

    "This web page is not available
    The web page at http://361.heavylifters.co.uk/index....e&action=index might be temporarily down or it may have moved permanently to a new web address.
    Error 324 (net::ERR_EMPTY_RESPONSE): Unknown error."


    Help...!

  2. #2
    cptmac is offline Member
    Join Date
    Apr 2011
    Posts
    9

    Default Re: Blank page after login

    I would check the webserver error logs to see if there is anything there.

    If you used the stack install that would be <sugarRoot>/apache2/logs/error.log

    Also, you can look in sugarcrm.log. On my install that's in <sugarRoot>/htdocs/sugarcrm

  3. #3
    korentas is offline Junior Member
    Join Date
    Feb 2011
    Posts
    4

    Default Re: Blank page after login

    Thanks, unfortunately I can't find anything like that.

    We use a virtual server with Fedora 7, perhaps you may know where to look at?

  4. #4
    shyam007 is offline Sugar Community Member
    Join Date
    Dec 2008
    Location
    Pune
    Posts
    202

    Default Re: Blank page after login

    hi,

    add following lines in your config_override.php
    $sugar_config['http_referer']['list'][] = 'www.sugarcrm.com';
    $sugar_config['http_referer']['actions'] =array( 'index', 'ListView', 'DetailView', 'EditView', 'Login' );
    Shyam
    Mumbai - India.


    shyam.fc@gmail.com

    SugarCRM (CE & PRO):- 6.1.*
    Operating System :- CentOS 5.5
    PHP Version:- 5.2.17
    Apache :-2
    MYSQL :-5.0

  5. #5
    zaska's Avatar
    zaska is offline Senior Member
    Join Date
    Sep 2008
    Posts
    99

    Default Re: Blank page after login

    Quote Originally Posted by korentas View Post
    Thanks, unfortunately I can't find anything like that.

    We use a virtual server with Fedora 7, perhaps you may know where to look at?
    /var/log/httpd/

  6. #6
    ifv
    ifv is offline Sugar Community Member
    Join Date
    Oct 2005
    Posts
    17

    Default Re: Blank page after login

    Had the same problem. In my case it was related to a permissions error.

    Saw this in the logs:

    [Mon Nov 14 10:24:56 2011] [error] [client 192.168.1.81] PHP Warning: include() [<a href='function.include'>function.include</a>]: Failed opening 'cache/modules//Uservardefs.php' for inclusion (include_path='[...]' in /home/sugarCRM/www/include/SugarObjects/VardefManager.php on line 108
    I fixed it by giving write permission to user apache (in CentOS).

    Code:
    [root@crm2 www]# chown apache * -R
    [root@crm2 www]# chmod 775 * -R
    Last edited by ifv; 2011-11-14 at 03:52 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. home page goes blank after login
    By dsuvankar in forum Developer Help
    Replies: 2
    Last Post: 2010-03-19, 01:07 PM
  2. Blank page after login
    By moya in forum Installation and Upgrade Help
    Replies: 3
    Last Post: 2008-01-28, 02:42 PM
  3. Blank page instead of login
    By streifl in forum Help
    Replies: 1
    Last Post: 2007-12-04, 08:09 AM
  4. Blank page after login
    By xavier.chatard in forum Installation and Upgrade Help
    Replies: 5
    Last Post: 2006-12-19, 04:17 PM
  5. blank page after login sugarcrm 4.2.1c
    By sdefabrizio in forum Help
    Replies: 1
    Last Post: 2006-09-20, 01:21 PM

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
  •