Thanks for reply thread.
Source wordpress download at wordpress.org and I edit file wp-config.php =>
source encoding not error. I has read document setup wordpress but
uploading is error.
Code app.yaml file
application: xxxxx
version: wp
runtime: php
api_version: 1
handlers:
- url: /(.*\.(htm$|html$|css$|js$))
static_files: wordpress/\1
upload: wordpress/(.*\.(htm$|html$|css$|js$))
application_readable: true
- url: /wp-content/(.*\.(ico$|jpg$|png$|gif$))
static_files: wordpress/wp-content/\1
upload: wordpress/wp-content/(.*\.(ico$|jpg$|png$|gif$))
application_readable: true
- url: /(.*\.(ico$|jpg$|png$|gif$))
static_files: wordpress/\1
upload: wordpress/(.*\.(ico$|jpg$|png$|gif$))
- url: /wp-admin/(.+)
script: wordpress/wp-admin/\1
secure: always
- url: /wp-admin/
script: wordpress/wp-admin/index.php
secure: always
- url: /wp-login.php
script: wordpress/wp-login.php
secure: always
- url: /wp-cron.php
script: wordpress/wp-cron.php
login: admin
- url: /xmlrpc.php
script: wordpress/xmlrpc.php
- url: /(.+)?/?
script: wordpress/index.php
folder :
wordpress/
- app.yaml
- php.ini
- cron.yaml
wordpress/
-.....source wordpress
Please help me. Thank you very much.
On Thursday, June 27, 2013 10:29:23 PM UTC+7, [email protected]
wrote:
>
> I can not uploading wordpress to google app engine.
>
> Command export:
>
> C:\Users\langame>appengine-php-sdk-1.8.1\appcfg.py update -R
> --runtime=php E:\CODE\All_Project\wordpress
> 10:14 PM Host: appengine.google.com
> 10:14 PM Application: xxxxx; version: wordpress
> 10:15 PM
> Starting update of app: xxxxx, version: wordpress
> 10:15 PM Getting current resource limits.
> 10:15 PM Scanning files on local disk.
> 10:15 PM Scanned 500 files.
> 10:15 PM Scanned 1000 files.
> 10:15 PM Cloning 581 static files.
> 10:15 PM Rolling back the update.
> Error 400: --- begin server output ---
> Invalid character in filename:
> __static__\wordpress/wp-includes/js/tinymce/theme
> s/advanced/skins/default/ui.css
> --- end server output ---
>
>
> Please help me fix Error 400: --- begin server output --- Invalid
> character in filename. Thank you .
>
--
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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.