#eztaxi-fatal-error
1 messages · Page 1 of 1 (latest)
Is it possible that this is what is happening? https://stackoverflow.com/questions/37908520/failed-opening-required-vendor-autoload-php-error-when-trying-require-onceve
That vendor is the relative path to your directory but it is taking /vendor to be an absolute path?
Oh really? let me check
Glad you got unblocked!
es, you're right, actually for some reason, there was two repeating line: require('') and require_once('') ... one was correct another wrong. Thank you so much