如何在Google App Engine中启用GetText模块?

时间:2018-12-27 07:47:37

标签: php google-app-engine google-cloud-platform

我创建了一个简单的PHP代码,并使用Google Cloud SDK进行了部署。 app.yaml具有php55标准配置,并且我正在使用getText模块功能,但会引发以下错误:

Fatal error: Call to undefined function _() in 
   /base/data/home/apps/../codigo/libs/helpers/seguridadhelper.class.php on 
   line 131 

app.yaml:

runtime: php55
api_version: 1

instance_class: F1
automatic_scaling:
  min_idle_instances: automatic
  max_idle_instances: 1
  min_pending_latency: 3000ms #default 30ms
  max_pending_latency: automatic  #default 30ms

handlers:

- url: /maincron
  script: cron.php
  login: admin

0 个答案:

没有答案