我正在尝试安装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
路径。
任何人都可以帮助我
答案 0 :(得分:0)
转到“php.ini”文件作为提及路径/opt/users/ipg/w/i/ipg.wintergtiranacom/php53/php.ini并搜索内存限制变量并将限制增加到196M
答案 1 :(得分:0)
试试这个
#mysql -u admin -p<您的密码>
的MySQL> set global net_buffer_length = 1000000; 查询正常,0行受影响(0.00秒)
的MySQL> set global max_allowed_packet = 1000000000; 查询正常,0行受影响(0.00秒)
然后退出并重新启动WAMP。
并重新安装模板。