Results 1 to 2 of 2

Thread: Pro Version Crash

  1. #1
    guz843 is offline Sugar Community Member
    Join Date
    May 2005
    Posts
    171

    Default Pro Version Crash

    I was doing a repair and now cant get in to my system

    i have also submitted an urgent case, anyone here help me?




    Warning: VardefManager::include(cache/modules/Users/Uservardefs.php) [vardefmanager.include]: failed to open stream: No such file or directory in /home/rehavac/public_html/crm/include/SugarObjects/VardefManager.php on line 107

    Warning: VardefManager::include(cache/modules/Users/Uservardefs.php) [vardefmanager.include]: failed to open stream: No such file or directory in /home/rehavac/public_html/crm/include/SugarObjects/VardefManager.php on line 107

    Warning: VardefManager::include() [function.include]: Failed opening 'cache/modules/Users/Uservardefs.php' for inclusion (include_path='/home/rehavac/public_html/crm/include/..:.:/usr/lib/php:/usr/local/lib/php') in /home/rehavac/public_html/crm/include/SugarObjects/VardefManager.php on line 107

    Warning: VardefManager::include(cache/modules/Users/Uservardefs.php) [vardefmanager.include]: failed to open stream: No such file or directory in /home/rehavac/public_html/crm/include/SugarObjects/VardefManager.php on line 107

    Warning: VardefManager::include(cache/modules/Users/Uservardefs.php) [vardefmanager.include]: failed to open stream: No such file or directory in /home/rehavac/public_html/crm/include/SugarObjects/VardefManager.php on line 107

    Warning: VardefManager::include() [function.include]: Failed opening 'cache/modules/Users/Uservardefs.php' for inclusion (include_path='/home/rehavac/public_html/crm/include/..:.:/usr/lib/php:/usr/local/lib/php') in /home/rehavac/public_html/crm/include/SugarObjects/VardefManager.php on line 107

    Warning: VardefManager::include_once(cache/modules/Users/Uservardefs.php) [vardefmanager.include-once]: failed to open stream: No such file or directory in /home/rehavac/public_html/crm/include/SugarObjects/VardefManager.php on line 235

    Warning: VardefManager::include_once() [function.include]: Failed opening 'cache/modules/Users/Uservardefs.php' for inclusion (include_path='/home/rehavac/public_html/crm/include/..:.:/usr/lib/php:/usr/local/lib/php') in /home/rehavac/public_html/crm/include/SugarObjects/VardefManager.php on line 235

    Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/rehavac/public_html/crm/include/SugarObjects/VardefManager.php:107) in /home/rehavac/public_html/crm/include/MVC/SugarApplication.php on line 418

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/rehavac/public_html/crm/include/SugarObjects/VardefManager.php:107) in /home/rehavac/public_html/crm/include/MVC/SugarApplication.php on line 418

    Warning: Cannot modify header information - headers already sent by (output started at /home/rehavac/public_html/crm/include/SugarObjects/VardefManager.php:107) in /home/rehavac/public_html/crm/include/utils.php on line 2503

    Warning: Cannot modify header information - headers already sent by (output started at /home/rehavac/public_html/crm/include/SugarObjects/VardefManager.php:107) in /home/rehavac/public_html/crm/include/MVC/SugarApplication.php on line 118

  2. #2
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: Pro Version Crash

    These are not errors they are warnings. You should edit your php.ini file and turn off display_errors and use the log_errors and error_log directives to send all messages to a log file instead of the screen. The display_errors directive should never be turned on in a production environment.

    There are 3 basic levels of messages in PHP, warnings, notices and errors. SugarCRM in normal operation will generate notices and warnings all the time. This is because we reuse alot of code to do different things and not all arrays are the same going into the function, sometimes an index is missing but it's missing because it is not supposed to be there for a given operation. By displaying them on the screen they will interfere with the AJAX calls and any SOAP calls that are being made. 99.99% of the time all notices and warnings can be ignored. Only error level messages need to be addressed.

    Kenneth Brill
    Advanced Support Engineer
    kbrill@sugarcrm.com
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Help, System crash
    By Yasso in forum Developer Help
    Replies: 2
    Last Post: 2010-02-28, 10:48 AM
  2. Can SugarCRM CE crash a PC?
    By ssmeredith in forum Help
    Replies: 2
    Last Post: 2009-04-07, 03:50 AM
  3. import crash
    By pmfreire in forum General Discussion
    Replies: 2
    Last Post: 2008-11-01, 04:40 PM
  4. SugarCRM Crash
    By nexweb in forum Help
    Replies: 3
    Last Post: 2006-06-27, 04:32 PM
  5. Crash and more
    By Archylus in forum Help
    Replies: 3
    Last Post: 2006-03-02, 01:04 AM

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
  •