PokemonGo-Farm icon indicating copy to clipboard operation
PokemonGo-Farm copied to clipboard

Issue in index.php installing

Open EJ207 opened this issue 8 years ago • 3 comments

Line 3: require_once DIR.'/../vendor/autoload.php';

File not found.

What am i doing wrong or missing here ? This is strange.

EJ207 avatar Aug 05 '16 00:08 EJ207

Hi ! Did you run the commands composer install and bower install ?

It's look like you didn't install all the components that the web app need.

valigar29 avatar Aug 05 '16 07:08 valigar29

how do i run it on a shared web server (hostgator).. so without without VPS ? Should I install node.js on the shared server?

EJ207 avatar Aug 05 '16 19:08 EJ207

@EJ207 It's very rare for shared hosts to allow installs of things such as composer and such... You'd need ssh access to the server, which isn't going to happen on shared servers in most cases.

lkd70 avatar Sep 12 '16 03:09 lkd70