(02-27-2016, 05:18 PM)joebordes Wrote: 1.- execute this SQL directly against your database:
UPDATE vtiger_links SET handler = null, handler_class = null, handler_path = null WHERE handler = 'isLinkPermitted'
and let me know how it goes so I can add it to the migration script
6 rows updated, that error is gone.
(02-27-2016, 05:19 PM)joebordes Wrote: 2. Have you changed the $dbconfig['db_type'] = 'mysql'; variable in config.inc.php ??
No, I wasn't aware of that, my config.inc.php from vtiger says 'mysqli' not 'mysql. I changed it and now that error is also gone. Great!
(02-27-2016, 04:52 PM)joebordes Wrote: cbupd-0000003 - DocumentRelatedList - ERROR: Class called without update record in application!!
this one is wrong and important. I don't know why. look for the database record in the table vtiger_cbupdater and make sure the file name and class name are correct
cbupd-0000005 - EmailReports - already applied
cbupd-0000051 - inventoryproductstockcontrol - Changeset inventoryproductstockcontrol already applied!
you should be able to safely ignore these two because you already have them from VT6. I think they will work.
fixed!
For some reason I had two entries in vtiger_relatedlist_seq so the function that returns the new unique id was returning a wrong id. I fixed the table and the change applied correctly.
joebordes3.- Workflows
That is going to be a hard one. You are getting a javscript error, not directly but in one of the webservice calls that is being made. I need to see that error. This is easy to see in the console both in firefox (specially with firebug) and chrome.
Fixed! Looking at the errror from firefox console, I noticed I had forgotten to disable "SQL Reports". Now they work!
Thanks again, I will move on to custom modules, I will open a new thread for that.
PM