You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm more comfortable running php apps without nanobox, docker etc, I can understand better..
I managed to do following:
built the app with composer install
ran vendor/bin/phinx migrate that created tables
ran vendor/bin/phinx seed:run --> nothing seems to happen -- is there any sample data? if not how do i create password
checked db and tables are there but no data
once i do this, i am encountered with 2 issues
GET URL like /companies gives "Invalid Token" -- i guess this is understanble as i've not logged in got token
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
The text was updated successfully, but these errors were encountered:
Hi, I'm more comfortable running php apps without nanobox, docker etc, I can understand better..
I managed to do following:
once i do this, i am encountered with 2 issues
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
The text was updated successfully, but these errors were encountered: