-
Notifications
You must be signed in to change notification settings - Fork 34
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
Unable to write to metaData #36
Comments
@davidbiga Hi,Did you have any idea (or demostration) of |
Hi @davidbiga, what is the version of Phalcon that you use ? |
@xaero7 @jenovateurs this is not about pagination. This when when the API is preparing the Phalcon Version: 4.0.5 |
@davidbiga Did you try to comment memcached service and make a simple request to the database. Just to verify that the connection between the API and database works. |
@jenovateurs You're referring to commenting out:
inside |
@davidbiga yes can you comment this block of your code. Just to check if there isn't another error. |
@jenovateurs I disabled modelsMetadata, had to fix a DB connection issue and logged in request went through with a 200. After I re-enabled modelsMetadata, I was met with the same error message. |
@davidbiga I think it's a Phalcon issue and not a problem related to this rest-api project. Could you transfer/write this issue in the Phalcon project ? https://github.com/phalcon/cphalcon/issues |
Hello,
I've built this project around Docker and have configured the right dependencies, project, but when I run a request to login, I keep getting an error exception thrown the
MetaData
class.Here is the exact error:
I did make sure that
memcached
was installed and also running on my machine. Permissions seem to be correct on the folders as it is able to write logs within thestorage
directory.Do you have any suggestions?
The text was updated successfully, but these errors were encountered: