You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've set a Preset with 'refresh_time' => '01:00:00', which is the default parameter.
But that creates issues in my logs:
Database::insert (INSERT INTO carddav_addressbooks(name,username,password,url,user_id,active,presetname,refresh_time) VALUES (?,?,?,?,?,?,?,?)) ERROR: [1265] Data truncated for column 'refresh_time' at row 1
Error adding addressbook from preset Personal: [1265] Data truncated for column 'refresh_time' at row 1
The text was updated successfully, but these errors were encountered:
I've set a Preset with
'refresh_time' => '01:00:00',
which is the default parameter.But that creates issues in my logs:
The text was updated successfully, but these errors were encountered: