Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

running without nanobox #37

Open
rnvijay opened this issue Sep 8, 2020 · 2 comments
Open

running without nanobox #37

rnvijay opened this issue Sep 8, 2020 · 2 comments

Comments

@rnvijay
Copy link

rnvijay commented Sep 8, 2020

Hi, I'm more comfortable running php apps without nanobox, docker etc, I can understand better..

I managed to do following:

  1. built the app with composer install
  2. ran vendor/bin/phinx migrate that created tables
  3. ran vendor/bin/phinx seed:run --> nothing seems to happen -- is there any sample data? if not how do i create password
  4. checked db and tables are there but no data

once i do this, i am encountered with 2 issues

  1. GET URL like /companies gives "Invalid Token" -- i guess this is understanble as i've not logged in got token
  2. POST URL like /login gives 500 Internal server error
    PHP Fatal error: Uncaught Phalcon\Mvc\Model\Exception: Failed to store metaData to the cache adapter in /apps/phalcon/rest-api/library/Traits/QueryTrait.php:137

Any ideas how to resolve this .. thanks

@ChaoticDalo
Copy link

This post is old.......but did you happen to have any luck?

@rnvijay
Copy link
Author

rnvijay commented Feb 19, 2022

i didnt try after that, let me know if it works for u...and what is the fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants