From: Damien R. <dr...@ma...> - 2015-09-06 09:39:51
|
On 2015-09-04 18:22, Carlos Proensa wrote: > Hello > sorry for asking something that may be obvious, but i'm tryng to learn > how to use git > i did a git clone... to download the master source. so far its fine > > when i try load from a web browser i get this error: > > External library > '/var/www/html/git/mantis13_cpm/library/phpmailer/PHPMailerAutoload.php' > not found. > > what does it means and how to solve? Hi Carlos, At first glance I would guess the error is due to git submodules. After cloning the repo, do $ git submodule update --init Reference: https://mantisbt.org/docs/master/en-US/Developers_Guide/html-desktop/#dev.contrib.clone.clone HTH. If you need further help, ping me on gitter https://gitter.im/mantisbt/mantisbt |