• Uncaught ReferenceError: $ is not defined

    I changed from server to a more modern one (from hivelocity to a2hosting), I made a backup of all the crm information and copied it to the new server and I gave the necessary permissions as it appears in this link or the basics permissions to fix the…
  • why doesn't work the 'include(config.php)'?

    Hello everybody I am sending data by ajax from a custom module to make inquiries with the data sent, so I include a connectionDB.php with this data: include('config.php'); $db_host_name=$sugar_config[dbconfig][db_host_name]; $db_user_name=$sugar_config…
  • MySQL query works in NaviCat but not in SugarCRM

    If any additional information is needed that would help you solve the problem, just let me know. I'm running SugarCRM 6.5.20 CE I have a logic hook that fires for a custom module and when I go to check the log, the query shows an execution time and appears…
  • How to change Currency Fields on the DetailView using the Sugar Bean

    I am using SugarCRM 6.5.20 CE. I have access to the database and all files associated with this installation. Problem: Add the '$' sign before fields that contain currency. Solution: $this->bean->final_sale_amount_c = '$' . $this->bean->final_sale_amount_c;…
  • Performance Tuning - Apache & PHP Tweaks Make Much Difference?

    I'm running Community 6.5 on a VPS with 1.8 cores Xeon and 7.5GB RAM and virtually nothing else intensive going on with the server. I think my my.cnf MySQL config is decent if the innodb buffer set to 2GB for one thing. I've seen some info out there about…