Hi, I published all my *.html and *.jpg, etc. via Google App Engine. These files are reachable. When I enter https://fogo-guide.appspot.com/index.html the page is shown. But when I try https://fogo-guide.appspot.com/ I get an error message:
Traceback (most recent call last):
File
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/runtime/wsgi.py",
line 240, in Handle
handler = _config_handle.add_wsgi_middleware(self._LoadHandler())
File
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/runtime/wsgi.py",
line 302, in _LoadHandler
raise err
ImportError: <module 'main' from
'/base/data/home/apps/s~fogo-guide/1.400130490446068365/main.pyc'> has no
attribute php
What' wrong? Deployment ends without any error message.
The app.yaml I added.
The main.php has only one dummy line:
<?php echo 'Fogo waits for you!';
Because there is no active code, ohne a html-Webside.
Thanks and sorry for my bad English.
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-appengine/9fe0f6bb-2150-4314-a733-8f97814fd333%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
app.yaml
Description: Binary data
