Matheus Malvezi
Matheus Malvezi

Reputation: 21

Error with PHP - Humhub

thank you for your attention. I'm trying to install an open source social networking system ( Humhub https://www.humhub.org/en ) on my xampp, but I'm having the following error in php:

Warning: require(C:\xampp\htdocs\humhub/protected/vendor/autoload.php): failed to open stream: No such file or directory in C:\xampp\htdocs\humhub\index.php on line 13

Fatal error: require(): Failed opening required 'C:\xampp\htdocs\humhub/protected/vendor/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\humhub\index.php on line 13

Upvotes: 2

Views: 508

Answers (1)

Rahul
Rahul

Reputation: 922

You have followed the developer instruction to setup as at: https://docs.humhub.org/docs/develop/environment

If you run composer install then it will generate the autoload.php

Else to skip all that, just download and install from: https://www.humhub.com/en/download

Upvotes: 0

Related Questions