Error when debugging: The operation could not be completed. Unspecified error
Posted May 2nd, 2008 by mrmike
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!


Thanks, I'm going to fix
Thanks, I'm going to fix that.