Results 1 to 3 of 3

Thread: Unable to view leads, contacts, accounts etc after creation

  1. #1
    mylspace is offline Sugar Community Member
    Join Date
    Aug 2009
    Posts
    21

    Question Unable to view leads, contacts, accounts etc after creation

    Hi,

    We recently upgraded to sugar pro 6.2.1. Im getting HTTP Error 500 (Internal Server Error) page after creating new leads, accounts, contacts etc from the modules located in standard navigation menu (ok when created using icons located at top of page). I then navigate to dashboard for leads list, for example, and can see newly created lead but cannot view it - sugar dialogue says: "Error retrieving record. This record may be deleted or you may not be authorized to view it."

    php test file loads ok https://www.domain.com/test.php

    fyi - sugar instance is running under https. i edited .htaccess file located in public_html and added following lines:

    RewriteEngine on

    RewriteCond %{HTTPS} !=on
    RewriteRule .* https://www.domain.com%{REQUEST_URI} [R,L]

    I've also tried deleting ssl host and removing above lines from .htaccess, no resolution.

    I figured this was a permissions issue, so i changed permissions as per kb documentation:

    0775 on directories and sub-directories, 0664 on files for following:

    config.php
    config_override.php
    sugarcrmlog.php
    /cache
    /custom
    /data
    /modules

    restarted apache, issue remains.

    No relevant errors in cpanel logs. I've attached recent raw apache log generated from steps described above.

    What other files and directories should I check permissions for?..

    Thanks in advance.
    Attached Images Attached Images

  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: Unable to view leads, contacts, accounts etc after creation

    Make sure php.ini is configured in order to log errors. Additionally let us know the content of apache error log.

    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.

  3. #3
    mylspace is offline Sugar Community Member
    Join Date
    Aug 2009
    Posts
    21

    Question Re: Unable to view leads, contacts, accounts etc after creation

    Ok. I enabled php error display and had a closer look at apache logs. when attempting to create a new lead, contact or account - I get error below or similar on screen:

    HTTP/1.1 200 OK Date: Wed, 07 Sep 2011 01:42:10 GMT Server: Apache Expires: Thu, 19 Nov 1981
    08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Pragma: no-cache Set-Cookie: ck_login_id_20=1; expires=Tue, 06-Dec-2011 01:42:10 GMT; path=/;
    domain=www.domain.com Set-Cookie: ck_login_language_20=en_us; expires=Tue, 06-
    Dec-2011 01:42:10 GMT; path=/; domain=www.domain.com Set-Cookie:
    sugar_user_theme=Sugar; expires=Thu, 06-Sep-2012 01:42:10 GMT Keep-Alive: timeout=5, max=99
    Connection: Keep-Alive Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 f72b
    Warning: apc_store() [function.apc-store]: Potential cache slam averted for key
    '5a09c533fd01a448faf5de72403b36b3LanguageManager.L eads.en_us' in/home/filepath/
    public_html/include/SugarCache/SugarCacheAPC.php on line 62

    I could see the errors mentioned apc - we have apc module enabled in our php. so i added the following to config_override.php but it didn't resolve issue.

    $GLOBALS['sugar_config']['external_cache_disabled'] = true;

    Also run Admin->Repair->Quick Repair and Rebuild. It looks as though the function did not complete - see attached file. This just led to totally blank pages when i navigated away from this admin page. I had to restore sugar to a backup version.

    With regard to apache errors, I can see the following:

    [Sat Sep 10 07:04:44 2011] [warn] RSA server certificate CommonName (CN) `www.domain.com' does NOT match server name!?

    Any thoughts?
    Attached Images Attached Images  

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Unable view the data in listview of accounts module
    By santhoshemmadi in forum Help
    Replies: 10
    Last Post: 2011-05-09, 12:15 AM
  2. Hiding Field for Contacts upon creation (create/edit view)
    By vantagejuan in forum Developer Help
    Replies: 1
    Last Post: 2009-10-09, 07:48 PM
  3. Replies: 2
    Last Post: 2009-09-26, 03:26 PM
  4. Unable to Delete Leads from List View after upgrade to v5.0
    By matthewfong in forum General Discussion
    Replies: 1
    Last Post: 2008-02-07, 07:28 PM
  5. Replies: 0
    Last Post: 2006-06-15, 01:34 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
  •