Hello everybody. I installed Middleware on Ubuntu 14.04 in Virtualbox and i have got a little problem.
When i try to open the portal, i get the next message: The page does not work.
And i got the next error in the apache error log file:
PHP Warning: require_once(/var/www/stalker_portal/admin/vendor/autoload.php): failed to open stream: No such file or directory in /var/www/stalker_portal/admin/app.php on line 6
PHP Fatal error: require_once(): Failed opening required '/var/www/stalker_portal/admin/vendor/autoload.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/stalker_portal/admin/app.php on line 6
I do not have an autoload.php file. According to my knowledge it should generated by composer.
Ok, i solved the problem. 1 GB memory is not enough to build the portal. I gave 2 GB in VirtualBox for the server and that solved the problem.