2014-05-04 49 views
0

我試圖安裝一個Drupal的模板,但它表明我這個錯誤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

轉到你的「php.ini」文件作爲提及路徑/opt/users/ipg/w/i/ipg.wintergtiranacom/php53/php.ini和搜索內存限制變量,並增加限制196M

0

試試這個

#的mysql -u管理-p <密碼>

的mysql>設置全局的net_buffer_length = 1000000; Query OK,0 rows affected(0.00 sec)

mysql> set global max_allowed_pa​​cket = 1000000000; 查詢OK,0行受影響(0.00秒)

然後退出並重新啓動您WAMP。

並重新安裝模板。