Skip to content

Install phpGrid complains vendor folder is missing.

Problem:


After purchased a full version, and tried to run phpGrid, it showed errors that vendor directory is missing. I didn't have such issue with the free Lite verison. I checked the downloaded zip file, it seems that vendor folder is not in the zip file. Is there a detailed description of how to set it up?

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.

Feedback and Knowledge Base