Warning: include(/home/blog66rr/public_html/wp-content/plugins/hyper-cache/cache.php): failed to open stream: No such file or directory in /home/blog66rr/public_html/wp-content/advanced-cache.php on line 24

Warning: include(/home/blog66rr/public_html/wp-content/plugins/hyper-cache/cache.php): failed to open stream: No such file or directory in /home/blog66rr/public_html/wp-content/advanced-cache.php on line 24

Warning: include(): Failed opening '/home/blog66rr/public_html/wp-content/plugins/hyper-cache/cache.php' for inclusion (include_path='.:/opt/cpanel/ea-php70/root/usr/share/pear') in /home/blog66rr/public_html/wp-content/advanced-cache.php on line 24
2015 年 10 月 – 第 2 頁 – unethost無限空間虛擬主機 技術分享部落格

如何解決網站出現 allowed memory size of …..的錯誤狀況

memory_wp

安裝的套裝程式,比方說 wordpress ,drupal , joomla ……等等,
偶爾都會出現 allowed memory size of …… 這個錯誤訊息;查看網路上的教學,
不外是得要修改程式去增加 memory limit 的上限,但經我們實測,只修改程式,
不見得能解決這個問題,得要透過直接修改 php.ini 。

閱讀全文 如何解決網站出現 allowed memory size of …..的錯誤狀況

如何透過cpanel開啟網頁加速功能

cpanel_speed_wp

我們在如何找出網站開啟速度慢的原因,已經提到一些會拖垮速度的狀況,如果是有些靜態程式的話,也可以使用cpanel內建的網站優化,
讓網站能夠在瀏覽器上,跑的更順暢。

閱讀全文 如何透過cpanel開啟網頁加速功能

[教學]如何快速解決在linux shell下,執行rm會出現Argument list too long的問題

Argument_list_too_long_wp

當在 linux shell 下,執行rm指令要去刪除檔案時,只會出現 argument-list-too-long 這個錯誤訊息,並無法確實完成刪除的功能。一般解法是改用 find 及 xargs 透過 pipe 合併成一行指令解決,但這對於只會操作ftp的使用者,可能會有操作指令上的問題。

我們在這邊,提供另兩個解法:

閱讀全文 [教學]如何快速解決在linux shell下,執行rm會出現Argument list too long的問題