Error when debugging: The operation could not be completed. Unspecified error

If you see this error - double check that your php.ini file isn't readonly.

This was caused by me checking in all my files into a source code repository - and PHP.INI is obviously generated / changed at debug time.

A more clear error would have saved me some long trial & error sessions!

Comments

    Thanks, I'm going to fix

    Thanks, I'm going to fix that.