• Partial Error 404 when I delete the cache folder

    Hello Matt Marum Angel Magana Clearing the cache folder to see reflected in my instance Sugar changes, Sugar returns a 404 error in the content of the page and main menu only shows "Name Module" instead of the name that should show, I have to give F5…
  • Is there a way to Uppercase ALL fields in a record?

    I mean uppercase all fields without having to go through this.. $bean->first_name = strtoupper($bean->first_name); $bean->last_name = strtoupper($bean->last_name ); $bean->address = strtoupper($bean->address ); $bean->gender = strtoupper($bean->gender…