我正在尝试安装drupal模板,但它显示了以下错误
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路径。有人能帮帮我吗?
发布于 2014-05-05 13:14:21
在提到path /opt/users/ipg/w/i/ipg.wintergtiranacom/php53/php.ini和search memory limit变量时,转到"php.ini“文件,并将限制增加到196M
发布于 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。
然后重新安装模板。
https://stackoverflow.com/questions/23458869
复制相似问题