CoreBOSBB

Full Version: [ solved ]Doubt - last update - cbUpdater shows the error message in first execution
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
At last git update when I execute cbUpdater changes system shows

Failed Queries Log
UPDATE vtiger_fieldmodulerel SET relmodule=? WHERE relmodule=?  Array ( [0] => cbCalendar [1] => Calendar )

I did execute cbUpdater changes again, and system not shows any error is this time

I need another procedure to solved that?
Or if system not shows error anymore I can considering it was  fix
it is ok, that is a global query that will do the action in those systems that need it, if it doesn't need to do anything in your system it gives the error, but then the changeset correctly sets the state to executed

In short: nothing to worry about
Thanks!