目前分類:PHP (4)

瀏覽方式: 標題列表 簡短摘要

http://piwigo.org/ 官方綱址

安裝完想要去除每頁下面的版權訊息 piwigo

到piwigo/_data/templates_c

裡面有一個wwgnr3^c31f5a19c967963ac93b76b55a52b18aac6fc941_0.file.footer.tpl.php

到裡面把piwigo拿掉就可以了。

benson82208 發表在 痞客邦 留言(0) 人氣()

出現 not safe to rely on the system's timezone settings

 

設定 php.ini

vim /etc/php5/apache2/php.ini # 於 php.ini 的 date.timezone
;date.timezone =
改成
date.timezone = "Asia/Taipei"

文章標籤

benson82208 發表在 痞客邦 留言(0) 人氣()

pkg_create: make_dist: tar command failed with code 256
*** Error code 1

Stop in /usr/ports/devel/p5-Locale-gettext.
*** Error code 1

Stop in /usr/ports/misc/help2man.
*** Error code 1

Stop in /usr/ports/misc/help2man.
*** Error code 1

Stop in /usr/ports/devel/autoconf.
*** Error code 1

Stop in /usr/ports/www/apache24.
*** Error code 1

Stop in /usr/ports/www/apache24.
cd /usr/ports/misc/help2man
make config

disable the NLS option

...and try again.

文章標籤

benson82208 發表在 痞客邦 留言(0) 人氣()

check your php.ini file in the root directory of your php installation. In the extensions part of the configuration you should find:

;extension=php_mbstring.dll

remove the leading ';' to uncomment and enable the extension so it looks like this:

extension=php_mbstring.dll

restart your apache and it should work.

文章標籤

benson82208 發表在 痞客邦 留言(0) 人氣()