Problem: Was trying to upload a custom wordpress theme from themeforest.net and during the upload the theme uploader was crashing out prompting with ‘Are you sure you wan to do this? Please try again.’ Solution: Easy one really, ensure you are uploading the WordPress theme only and no other (the zip file will typically be […]
My Logic Project Files are saved directly to my Google Drive on my macbook. I have obviously had an error with the synchronisation of a logic X project file and when trying to open it received the error The file “Projectinformation.pslist” couldn’t be opened because the is no such file. Resolution: I havent tested this […]
When adding a new cert (or replacement cert) from the command line we received the above error. The original key was used with openssl and there was no passphrase for the key file. Simply converting the key (not the cert) from the Netscaler shell worked using the following command: openssl rsa -in ‘originalkeyfile’ –out ‘newkeyfile’ fixes the file and […]