首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Drupal模板安装问题

Drupal模板安装问题
EN

Stack Overflow用户
提问于 2014-05-05 00:50:00
回答 2查看 40关注 0票数 0

我正在尝试安装drupal模板,但它显示了以下错误

代码语言:javascript
复制
  PHP memory limit  128M
    Consider increasing your PHP memory limit to 196M to help prevent errors in the installation process. Increase the memory limit by editing the memory_limit parameter in the file /opt/users/ipg/w/i/ipg.wintergtiranacom/php53/php.ini and then restart your web server (or contact your system administrator or hosting provider for assistance). See the Drupal requirements for more information.

我已经尝试了ini_set方法,.htaccess方法,但是我找不到/opt/users/ipg/w/i/ipg.wintergtiranacom/php53/php.ini路径。有人能帮帮我吗?

EN

回答 2

Stack Overflow用户

发布于 2014-05-05 13:14:21

在提到path /opt/users/ipg/w/i/ipg.wintergtiranacom/php53/php.ini和search memory limit变量时,转到"php.ini“文件,并将限制增加到196M

票数 0
EN

Stack Overflow用户

发布于 2014-05-05 21:51:28

尝尝这个

mysql -u admin -p< Your Password>

mysql>设置全局net_buffer_length=1000000;查询正常,0行受影响(0.00秒)

mysql>设置全局max_allowed_packet=1000000000;查询正常,0行受影响(0.00秒)

然后退出并重新启动你的WAMP。

然后重新安装模板。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/23458869

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档