• Connect Sugar with DataBase

    Hello, Following few weeks of test i'll transfer my on premise server to a cloud server. The application has been installed and tested on cloud few weeks ago with a database from December 2019. In order to update the database, is it enough to 1 - Dump…
  • Cannot set up sugar PHP Fatal error Doctrine\\DBAL\\Driver\\Mysqli\\MysqliException

    Do following this: http://support.sugarcrm.com/Resources/Environments/Development_Environments/OSX_Development_Environment/ Not clean install set up, all source code is on git and I pulling to my local machine. My apache is working, can run a php file…
  • SugarCRM 7.9.0.1 unable to connect to SQL Server 2014 database!

    Hi Guys, I am unable to connect SQL Server 2014 database from SugarCRM. I have sugarCRM installed on one instance (Web Server) and database is present on another instance (Database server). When I try to open the login page i.e. http://localhost/sugarcrm…
  • Simple SugarQuery using a custom field returns no results

    I created a custom Integer field called ticket_id_c in the Cases module and I can clearly see the field having the value my code is looking for in the cases_cstm table, but I still get no results. $sq = new SugarQuery ( ) ; $sq - > select ( 'id' ) ; …
  • Sugarcrm 7 Multi-select keys display wrong characters in database

    Hello fellow sugarers ! I have a big weird issue with multiple choice dropdowns, the keys in the database are encapsulated within "^" characters In admin, via the Studio, i create a new Multi choice Dropdown field under Accounts module, called list_test_c…