Replies: 3 comments 5 replies
-
When I tried the INVO application, I encountered various problems when placing it under a subdirectory of the document root. I will try it again, so could you tell me the contents of the nginx configuration (*.conf) that you "actually" set and where you placed the INVO application? |
Beta Was this translation helpful? Give feedback.
-
Hi, s-ohnishi! I install INVO in root directory, not in subdirectory. Nginx conf based on official docs:
Next part of include /etc/nginx/std-phalcon-php8.1.conf
Invo .env
All works, but if I try open log in/sign up form or submit contact/register forms I get an error:
Login/signup form shown after comment lines 38-39 in SessionController.php
However, if I try to submit the form, I get the error again: Dispatcher has detected a cyclic routing causing stability problems. |
Beta Was this translation helpful? Give feedback.
-
No, I not set any routing rules. To see the error try the following:
I have not yet figured out how to display more detailed information about the error. Now submit any form and you can see: |
Beta Was this translation helpful? Give feedback.
-
Hi!
I install latest INVO (2.0.0).
On Linux &
Phalcon 5.1.2
Nginx/1.18.0
PHP-FPM 8.1
Nginx config get from Phalcon webserver setup:
https://docs.phalcon.io/5.0/en/webserver-setup#install-nginx
But any POST action (login form / comment form) getting error:
at this line
I can't figure out what the problem is.
Beta Was this translation helpful? Give feedback.
All reactions