PEAR problem

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • PEAR problem

    hi Leute!

    Habe Auf einem UBUNTU Server PEAR installiert auch das Paket DB ist installiert.

    Der Pfad ist richtig: include_path .:/usr/share/php .:/usr/share/php

    root@lvps:/usr/share/php# ls -la
    total 153
    drwxr-xr-x 15 root root 1024 Sep 2 23:20 .
    drwxr-xr-x 93 root root 2048 Sep 2 23:16 ..
    drwxr-xr-x 3 root root 1024 Sep 2 23:16 .channels
    -rw-r--r-- 1 root root 2925 Sep 2 23:20 .depdb
    -rw-r--r-- 1 root root 0 Jul 23 19:02 .depdblock
    -rw-r--r-- 1 root root 8738 Sep 2 23:20 .filemap
    -rw-r--r-- 1 root root 0 Jul 23 19:02 .lock
    drwxr-xr-x 4 root root 1024 Sep 2 23:20 .registry
    drwxr-xr-x 2 root root 1024 Sep 2 23:16 Archive
    drwxr-xr-x 3 root root 1024 Sep 2 23:20 Config
    -rw-r--r-- 1 root root 8674 Sep 2 23:20 Config.php
    drwxr-xr-x 2 root root 1024 Sep 2 23:16 Console
    drwxr-xr-x 2 root psaserv 1024 Sep 2 23:17 DB
    -r-xr--r-- 1 root psaserv 42793 Sep 2 23:17 DB.php
    drwxr-xr-x 2 root root 1024 Sep 2 23:16 OS
    drwxr-xr-x 11 root root 1024 Sep 2 23:16 PEAR
    -rw-r--r-- 1 root root 33949 Jul 23 19:02 PEAR.php
    drwxr-xr-x 3 root root 1024 Sep 2 23:20 System
    -rw-r--r-- 1 root root 19369 Jul 23 19:02 System.php
    drwxr-xr-x 3 root root 1024 Sep 2 23:16 data
    drwxr-xr-x 3 root root 1024 Sep 2 23:16 doc
    drwxr-xr-x 5 root root 1024 Sep 2 23:20 docs
    -rw-r--r-- 1 root root 14776 Jul 23 19:02 pearcmd.php
    -rw-r--r-- 1 root root 1798 Jul 23 19:02 peclcmd.php
    drwxr-xr-x 4 root root 1024 Sep 2 23:20 tests




    Fatal error: require() [function.require]: Failed opening required 'DB.php' (include_path='.:/usr/share/php')


    Sehr seltsam ;-(

  • #2
    Korrigiere mich, falls ich was falsch sage, aber IMHO müssen directory 777 besitzen, da alle deine directories nicht 777 haben, gehe ich davon aus, dass für /usr/share/php auch gilt, und somit kann der Apache-User (meist www-data) trotz r für others nicht auf diese Daten zugreifen

    Kommentar

    Lädt...
    X