php - fatal error during installation of chamilo -


i want install chamilo in 1and1 when transfer files downloaded via ftp official site after have linked subdomain works error:

fatal error: require (): failed opening required /homepages/...../ chamilo / vendor / composer /../ symfony / polyfill-mbstring / bootstrap.php '(include_path ='.: / usr / lib / php5.6 ') in chamilo / vendor / composer / autoload_real.php on line 66 

i tried proceed differently sending ssh server of 1and1 not recognize command sudo

if can me find solution

given type of error getting, looks trying install chamilo directly development sources @ https://github.com/chamilo/chamilo-lms (maybe master branch not install-ready yet).

you should try use either stable package (from "releases" tab on github) or download 1.11.x development branch (which install-ready @ date - master branch well), in case need read readme.md file requires additional steps (namely using composer update kind of hinted @eriz.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -