Install phpGrid complains vendor folder is missing.
Problem:
Solution:
Please run
composer install
. Beginning version 7.5.3, phpGrid uses Composer as the package manager to manage popular dependencies such as ADOdb, PHPSQLParser, etc. composer install will install all the required dependencies and create autoload.php for you.
If you still having trouble, contact support, we can send you a complete file instead with dependencies pre-installed. Not ideal for managing future dependencies, but it will take care the issue.