Message: [Syntax Error] Expected PlainValue, got ”’ at position x in property {model}
Was getting the above error in my Doctrine project, turned out I had used a single quote in the ORM Annotations: /** * @ORM\Column(type=’integer’, name=’row_number’) * @var int */ protected $rowNumber; Your ORM Annotations must be double quotes ” to allow the read ahead to read ahead…
VPNetMon – close programs when VPN drops
If you are using a VPN to securely download files, whether it be for anomynous reasons or anything else, if the VPN connection gets dropped, your PC may revert to an unsecured connection to continue the operation. VPNetMon is an application that montors your VPN connection and if it drops, the application can be configured [...]