Discussion:
[mantisbt-dev] help with git clone phpmailer error
Carlos Proensa
2015-09-04 16:22:45 UTC
Permalink
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?

thanks!
Damien Regad
2015-09-06 09:39:25 UTC
Permalink
Post by Carlos Proensa
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
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


------------------------------------------------------------------------------
Carlos Proensa
2015-09-06 11:28:55 UTC
Permalink
Thanks Damien
I will read TFM right now :)

regards
Post by Damien Regad
Post by Carlos Proensa
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
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
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
------------------------------------------------------------------------------
_______________________________________________
mantisbt-dev mailing list
https://lists.sourceforge.net/lists/listinfo/mantisbt-dev
Loading...