laminas-api-tools / api-tools

Laminas API Tools module for Laminas
https://api-tools.getlaminas.org/documentation
BSD 3-Clause "New" or "Revised" License
37 stars 19 forks source link

Unable to fetch dashboard! #16

Open weierophinney opened 4 years ago

weierophinney commented 4 years ago

We were using apigility in our project before and it was working fine, after few composer update's , apigilty admin ui was showing a blank page. After searching on github and so, we came to know that there were issues of zf-hal version, which got updated by composer update Anyways, we almost tired everything but we can not make it work, so I just removed all my packages and did a fresh, composer install , now I can see the apigilty ui but it is showing Unable to fetch dashboard!

Any help in this regard will be much appreciated.

Here is my composer.json

  "require": {
    "php": ">=5.5",
    "zendframework/zendframework": "~2.5",
    "zfcampus/zf-apigility": "~1.0",
    "doctrine/doctrine-orm-module": "~0.9.2",
    "radnan/rdn-upload": "2.*",
    "hybridauth/hybridauth": "dev-master as 2.5.1",
    "mobiledetect/mobiledetectlib": "^2.8",
    "zendframework/zendservice-twitter": "^2.1",
    "bjyoungblood/bjy-authorize": "1.4.*"

},
"require-dev": {
    "zfcampus/zf-apigility-admin": "~1.0",
    "zfcampus/zf-development-mode": "~2.0"
},

Originally posted by @HARISMEHMOOD at https://github.com/zfcampus/zf-apigility/issues/177

sanjivsharmalv commented 2 years ago

I faced the similar issue and I resolved it by removing 'echo' / 'var_dump' statements in index.php file.

FraGoTe commented 1 year ago

any update on this?