[URGENT] No such file or directory Error

Error on this Line.
parent::__construct($this->MYSQL->HOST, $this->MYSQL->USER, $this->MYSQL->PASS, $this->MYSQL->DATA);

What are you using as the MySQL hostname? Because that could generate such errors.

The line you pasted doesn’t help anything though, since it’s not a native PHP function. It’s part of a bigger script, which you haven’t included.