Help: I'm getting the errors when i try to commit source code from the IDE via Git
When i right click a specific file and hit commit i get a warning. When i hit review I get the error:
Warning:(45,14) Undefined class IOException
Warning:(77,14) Undefined class IOExceptionWhich corresponds to this bit of code:
throw new IOException("Directory $this->templateDirectory does not have read privilages.");
I can't see what the problem is as thats a built in PHP function. Any assistance in this matter would be greatly appreciated.
Sincerely,
Mike
Please sign in to leave a comment.
Sorry for the double post, I couldn't edit my previous post. Fixed the other error now there is a new error:
Here is my code:
Here is the offending line:
The funny thing is it isn't complaining about the other 2 variables even though they are in the same boat. Any assistance in this matter would be greaty appreciated.
Sincerely,
Aleeious