So und zwar zu meinem Problem
Ich will pap installieren nur leider bringt er mir ständig folgenden Fehler
Code:
Could not set include path. Please set it in your php.ini: include_path=../include/Smarty/:../include/tcpdf/:../include/pclzip/:../include/Pear/:./:.
Dann hab ich durch google das hier gefunden
Code:
"Could not set include path" error
If you get this error when trying to install:
Could not set include path. Please set it in your php.ini: include_path=.././include/Smarty/:.././include/tcpdf/:.././include/Pear/:./:.:../:/var/www/httpdocs/: ...etc
you have to do as follows: open php.ini file at your server and find include_path variable. Add string from error - .././include/Smarty/:.././include/tcpdf/:.././include/Pear/: - the : is separator here. When you are finished, save the file and run installation.
It should work normally now.
Dann hab ich in der etc/php5/apache2/php.ini und in der etc/php5/cgi/php.ini das hier jeweils ergänzt
PHP-Code:
;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;
; UNIX: "/path1:/path2"
;include_path = ".:/usr/share/php"
include_path = ".././include/Smarty/:.././include/tcpdf/:.././include/Pear/:"
;
; Windows: "\path1;\path2"
;include_path = ".;c:\php\includes"
include_path = ".././include/Smarty/:.././include/tcpdf/:.././include/Pear/:"
Wo ist mein Fehler??
Mit google komm ich leider nicht mehr weiter....
Ich hoffe mir kann hier jemand helfen.