-
There appears to be either an error or race condition in the sheep download. I have a mid 2008 Mac Book Pro running Snow Leopard (running 2.7b17a). The F2 status display shows a sheep that appears to have stopped downloading. It has been at a consistent percentage for a while. More sheep have started, downloaded, and disappeared since then. Possible race condition?.
2009-09-02 05:19:35 UTC in Electric Sheep
-
Go to "My Account" in the upper right hand corner. Down near the bottom there should be a section titled Edit Tabs.
If you are an admin, there will be three boxes (display, hide, admin remove). Normal users do not see the admin remove.
You want to look for where "Emails" is. If it is in the display column, you should not be getting this message.
Jacob.
2005-07-08 16:00:08 UTC in SugarCRM - commercial open source CRM
-
Sorry about that. We changed the config to decrease the number of global variables, and decrease the odds of variable naming conflicts.
Please change the code to use:
$sugar_config['dbconfig']['db_user_name'];
That should work.
Jacob.
2005-03-18 14:50:52 UTC in SugarCRM - commercial open source CRM
-
sugarjacob committed patchset 749 of module sugarcrm to the SugarCRM - commercial open source CRM CVS repository, changing 546 files.
2005-02-15 01:30:13 UTC in SugarCRM - commercial open source CRM
-
sugarjacob committed patchset 748 of module sugarcrm to the SugarCRM - commercial open source CRM CVS repository, changing 1570 files.
2005-02-15 01:13:35 UTC in SugarCRM - commercial open source CRM
-
sugarjacob committed patchset 747 of module sugarcrm to the SugarCRM - commercial open source CRM CVS repository, changing 203 files.
2005-02-15 01:04:12 UTC in SugarCRM - commercial open source CRM
-
We have released version 2.5 which supports additional encoding in the graphs.
Please give 2.5 a try. Hopefully it will fix your issue.
Jacob.
2005-01-25 21:31:35 UTC in SugarCRM - commercial open source CRM
-
To help figure out what might be running slowly, please modify your config.php file to include the following text, or create a new file called config_override.php with the following text.
<?php
$dump_slow_queries = true;
$slow_query_time_miliseconds = 100;
?>
$dump_slow_queries = true/false tells the system to log any query that took too long.
$slow_query_time_miliseconds...
2005-01-25 21:29:26 UTC in SugarCRM - commercial open source CRM
-
We have not tried running the system on anything less than a Pentium IV or Athlon system.
Are you also running the database server on the same machine?
How many records do you have?
Jacob.
2005-01-25 21:19:55 UTC in SugarCRM - commercial open source CRM
-
Logged In: YES
user_id=1029863
Thank you for this. We will look into including this in our next
release.
2005-01-05 06:27:16 UTC in SugarCRM - commercial open source CRM