PHP Classes

.zip file is not working

Recommend this page to a friend!

      Universal PHP Data Grid  >  All threads  >  .zip file is not working  >  (Un) Subscribe thread alerts  
Subject:.zip file is not working
Summary:running testapp from .zip doesn't work
Messages:4
Author:adriano ghezzi
Date:2019-02-25 05:46:42
 

  1. .zip file is not working   Reply   Report abuse  
Picture of adriano ghezzi adriano ghezzi - 2019-02-25 05:46:42
Users must be informed that zip file is not working
So they can eventually choose another method.

Please fix the problem or avoid to put zip file

I didn't check other method tgz | composer



  2. Re: .zip file is not working   Reply   Report abuse  
Picture of Ar Gabid Ar Gabid - 2019-02-25 08:11:36 - In reply to message 1 from adriano ghezzi
Hi. Zip file misses the "database.sqlite" file from download. Download that file from github repo https://github.com/gdgrid/gd. Or run schema.php, seed.php files to make that file manually.

  3. Re: .zip file is not working   Reply   Report abuse  
Picture of adriano ghezzi adriano ghezzi - 2019-02-25 14:30:50 - In reply to message 2 from Ar Gabid
please stop kidding && waste our time
here is the error

Warning: require(.../testapp/../vendor/autoload.php): failed to
open stream: No such file or directory in..../init.php on line 8

the whole directory vendor is missed

same situation for tar.gz

  4. Re: .zip file is not working   Reply   Report abuse  
Picture of Ar Gabid Ar Gabid - 2019-02-25 16:26:45 - In reply to message 3 from adriano ghezzi
This problem might be only if you didn`t yet install the composer dependecies from composer.json

Composer documentation:
getcomposer.org/doc/01-basic-usage. ...