Syncing SugarCRM (Community Edition) and Outlook 2007/2010
The Pro version of SugarCRM offers a custom Outlook connector. When using the Community (free) version of SugarCRM though, you may want to consider alternative routes to sync emails, contacts, meetings etc from SugarCRM to Outlook and vice versa. Meet KINAMU Outlook Connector http://www.sugarforge.org/projects/outlookconnect For this to work you need to add the SOAP Module to your SugarCRM installation via the module loader. …
Where have you gone, MySQL
When importing a larger MySQL database dump on a local WAMP installation the following error message showed up in phpmyadmin: MySQL said: Documentation #2006 – MySQL server has gone away In my case the solution was to edit the my.ini MySQL config file (not the php.ini) which can be found at as in: [wampmysqld] max_allowed_packet = 64M That is increasing …
HTTP Error Codes as PHP Array
Just in case someone has any use for this and Google turns up this page. Texts taken from http://www.w3schools.com/TAGS/ref_httpmessages.asp $httpErrorCodes = array(); $httpErrorCodes['100'] = ‘Continue – Only a part of the request has been received by the server, but as long as it has not been rejected, the client should continue with the request’; $httpErrorCodes['101'] = ‘Switching Protocols – The …
ModX – TinyMCE problem with url paths
Problem: TinyMCE adds /assets/components/tinymce/ to every link when using the TinyMCS “add link” function. When changing the tiny.path_options setting the path changes but still contains the above fragment – e.g. http://www.mydomain.com/assets/components/tinymce/PATH-I-WANT This (wrong) replacing occurs before saving the page using modx. I.e. after adding a link ~17? and clicking insert, then editing the link again without saving tinyMCE already transformed …
XNA: The specified Module could not be found
During development of the ConSense Cockpit solution I experienced a problem when deploying a Windows Presentation Foundation (WPF) solution on a target client with no XNA (btw – an extremely lame acronym from Microsoft) installed which resulted in: The specified module could not be found. (Exception from HRESULT: 0x8007007E) For me the trick was to include the libraries: d3dx9_31.dll msvcr80.dll …

