dasdasd
dasdasd

Reputation: 2031

require_once failed to find file

I try to use my own classes in the ratchet main class but I fail at the require_once

See the image of my files structure.

enter image description here

Upvotes: 0

Views: 60

Answers (1)

Gabriel
Gabriel

Reputation: 1449

Try using require_once __DIR__.'/../../UserManager.php'

@dasdasd here is my commented converted into an answer... thanks ;)

Upvotes: 1

Related Questions