cd /tmpPrzy próbie instalacji aplikacji
wget http://www.splitbrain.org/_media/projects/dokuwiki/dokuwiki-2011-05-25a.tgz
gzip -d dokuwiki-2011-05-25a.tgz
tar -xvf dokuwiki-2011-05-25a.tar
mv dokuwiki-2011-05-25a /home/lighttpd/ssl/html/
http://server/dokuwiki/install.phpotrzymałem błąd:
The installer found some problems, indicated below. You can not continue until you have fixed them.
* PHP function session_start is not available. Maybe your hosting provider disabled it for some reason?
* PHP function utf8_encode is not available. Maybe your hosting provider disabled it for some reason?
* PHP function utf8_decode is not available. Maybe your hosting provider disabled it for some reason?
Rozwiązaniem było doinstalowanie modułów php:
opkg update
opkg install php5-mod-session
opkg install php5-mod-xml
Nie ma potrzeby ingerencji w plik konfiguracyjny /etc/php.ini
ponieważ po instalacji w lokalizacji /etc/php5/ tworzą się odpowiednie pliki konfiguracyjne .ini
root@server:~$ cat /etc/php5/session.ini
extension=session.so
Wpis zawiera bardzo ciekawe informacje
OdpowiedzUsuńSuper ciekawy wpis
OdpowiedzUsuńTen wpis jest bardzo interesujący
OdpowiedzUsuńSuper wpis
OdpowiedzUsuń