thrownewFatalMisconfigurationException(sprintf("SqlStateMachine(): invalid database name '%s'. The name may contain ASCII 7bit letters, numbers and the '$' and '_' signs. Please change your configuration.",STATE_SQL_DATABASE));
ZLog::Write(LOGLEVEL_DEBUG,sprintf("ChangesMemoryWrapper->ImportFolderChange(): Change for folder '%s' will not be sent as modification is not relevant.",$folder->displayname));
ZLog::Write(LOGLEVEL_WARN,sprintf("DeviceManager->GetAdditionalUserSyncFolders(): Additional folder '%s' has no flags. Please run 'z-push-admin -a fixstates' to fix this issue.",$df['name']));
}
if(!isset($df['parentid'])){
$df['parentid']='0';
ZLog::Write(LOGLEVEL_WARN,sprintf("DeviceManager->GetAdditionalUserSyncFolders(): Additional folder '%s' has no parentid. // TODO FIX: Please run 'z-push-admin -a fixstates' to fix this issue.",$df['name']));
@@ -129,7 +129,7 @@ abstract class SyncObject extends Streamer {
}
else{
if(isset($this->$val)&&isset($odo->$val)){
if($this->$val!=$odo->$val){
if($this->$val!==$odo->$val){
ZLog::Write(LOGLEVEL_DEBUG,sprintf("SyncObject->equals() false on field '%s': '%s' != '%s'",$val,Utils::PrintAsString($this->$val),Utils::PrintAsString($odo->$val)));
ZLog::Write(LOGLEVEL_ERROR,sprintf("ZPushAdmin::AdditionalFolderSetList(): data of user '%s' not synchronized on device '%s'. Aborting.",$user,$devid));
ZLog::Write(LOGLEVEL_DEBUG,sprintf("ZPushAdmin::AdditionalFolderSetList(): added '%s' folders of '%s' to additional folders list of device '%s' of user '%s' with status: %s",count($set_folders),$set_store,$devid,$user,Utils::PrintAsString($status)));
return$status;
}
catch(StateNotFoundException$e){
ZLog::Write(LOGLEVEL_ERROR,sprintf("ZPushAdmin::AdditionalFolderSetList(): state for device '%s' of user '%s' can not be found or saved",$devid,$user));
ZLog::Write(LOGLEVEL_INFO,sprintf("WebserviceDevice::AdditionalFolderSetList(): set '%d' folders for device '%s' of user '%s': %s",count($set_folders),$deviceId,$user,Utils::PrintAsString($status)));