form sends information but php no run.

45 views
Skip to first unread message

SPED MAKER

unread,
Mar 29, 2019, 10:20:27 AM3/29/19
to Google App Engine
I have problem with a app.yaml  and php72

I'm  using:
runtime: php72

handlers:
- url: /src
  static_dir: src

- url: .*
  script: auto

My index.php is ok, (bootstrap, jquery, ... they are ok)...

on index.php have a form whose action="login/trataLogin.php"
but does not run my code in login/trataLogin.php... 
Apparently the app.yaml not release this file... 


Can someone help me


George (Cloud Platform Support)

unread,
Mar 31, 2019, 5:16:25 PM3/31/19
to Google App Engine
You may try: 

  url: /.*
  script: auto

app.yaml Configuration File page provides related information. 

All this is above the scope of this discussion group, in fact off-topic. You should post such questions to StackOverflow, or other similar forums. This forum meant for general discussion on the platform and its services. By contrast, in StackOverflow, you get in contact with experienced programmers, who are happy to help. 

SPED MAKER

unread,
Apr 3, 2019, 11:53:38 AM4/3/19
to Google App Engine
Yes i tried, but don't work!
thanks for tip... 

#partiStackOverFlow!

George (Cloud Platform Support)

unread,
Apr 9, 2019, 11:15:38 AM4/9/19
to Google App Engine
At this stage, more detailed information on your app's code is needed, and you project ID, with private details that are better handled in a proper issue tracker. You are encouraged to open an issue in the Public Issue Tracker, where it can be properly followed, addressed, and finally fixed, all in a way that secures your private information. 
Reply all
Reply to author
Forward
0 new messages