steinbachio

Results 9 comments of steinbachio

Hi, this is most probably because you are using php7+. mysql_connect() is removed in php 7 and marked depricated in php5.5 so I would recommend php5.4. Best, Marius

Same applies to VirtualMachines ``` if($Source -eq 'virtualization/virtual-machines') { Return (Invoke-nbApi -Resource ($Source) -Query @{name = $Value}).results[0].id } ```

+ IP-Addresses ``` if($Source -eq 'ipam/ip-addresses') { Return (Invoke-nbApi -Resource ($Source) -Query @{address = $Value}).results[0].id } ```

You saved us many hours of work with this module. Could you provide us your paypal address or something? You can send it to [email protected] if you prefer to not...

I had to add the following properties to get the app accepted for testflight too. ``` None True True ``` Although `True` and the `` might be related to https://github.com/xamarin/xamarin-macios/issues/21324,...

It was my first guess, that the locale differs on the servers, but thats not the case. also, the problem appears while picking up the job. in the storage there...

After executing the following PowerShell commands in a elevated prompt and with the service/apppool account on all 4 servers and restarting them it seems to work now. ``` Set-Culture en-US...

Unfortunately I was a little too fast with closing this issue, it had stopped for like 3 hours and then came up again. 16 failed jobs in the past 20...

Furthermore I can now confirm, that it seems to be an issue with deserialising. Problems only occur if the current day is > 12. It seems like its mixing up...