Skip to content

Instantly share code, notes, and snippets.

View keithmifsud's full-sized avatar

Keith Mifsud keithmifsud

View GitHub Profile
@keithmifsud
keithmifsud / user_error_fix.php
Created August 31, 2015 18:11
Database script to fix {"success":false,"error":{"code":"result is not an object","message":"result is not an object"}} error on vTiger Crm
<?php
/**
* This file fixes an issue on vTiger.
*
* The issue relates to having a missing 'is_owner'
* column in 'vtiger_users' database table.
*
*/
# Fill in the database connection details